summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add multiple indexer active task testadd_active_tasks_fdbTony Sun2020-07-231-5/+29
* use filtermapTony Sun2020-07-231-6/+22
* formattingTony Sun2020-07-232-3/+2
* add fabric verification to testTony Sun2020-07-231-3/+7
* scrub extra info from get_active_job_idsTony Sun2020-07-232-17/+25
* fix testTony Sun2020-07-231-0/+127
* encapsulate <<"active_task_info">> to fabricTony Sun2020-07-234-25/+35
* move active_task_info into utilTony Sun2020-07-232-26/+28
* add specTony Sun2020-07-231-0/+2
* revert to using job_dataTony Sun2020-07-226-119/+38
* add get_active_jobs to couch_jobsTony Sun2020-07-211-0/+7
* add active_tasks for view builds using version stampsTony Sun2020-07-218-12/+162
* Merge pull request #2960 from cloudant/add-max_bulk_get_countiilyak2020-06-234-1/+34
|\
| * Add max_bulk_get_count configuration optionILYA Khlopotov2020-06-224-1/+34
|/
* Reserve aegis namespace under ?CLUSTER_CONFIGEric Avdey2020-06-171-0/+4
* add back r and w optionsTony Sun2020-06-121-0/+12
* Bump erlfdb to v1.2.2Nick Vatamaniuc2020-06-121-1/+1
* Handle transaction and future timeouts in couch_jobs notifiersNick Vatamaniuc2020-06-101-1/+10
* Split couch_views acceptors and workersNick Vatamaniuc2020-06-085-22/+309
* Include database uuid in db info resultNick Vatamaniuc2020-06-043-5/+16
* Fix couch_jobs accept timeout when no_schedule option is usedNick Vatamaniuc2020-06-031-8/+11
* Improve efficiency of couch_jobs:accept/2 for viewsNick Vatamaniuc2020-06-023-3/+6
* Handle error:{timeout, _} exception in couch_jobs:acceptNick Vatamaniuc2020-06-021-0/+2
* Remove on_commit handler from fabric2_fdbNick Vatamaniuc2020-06-022-47/+26
* Prevent eviction of newer handles from fabric_server cacheNick Vatamaniuc2020-06-022-9/+70
* Guard couch_jobs:accept_loop timing outNick Vatamaniuc2020-05-291-1/+9
* Protect couch_jobs activity monitor against timeouts as wellNick Vatamaniuc2020-05-291-3/+3
* Fix bad catch statement in couch_jobs activity monitorNick Vatamaniuc2020-05-291-1/+1
* Fix mango erlfdb error catch clause erlfdb -> erlfdb_errorNick Vatamaniuc2020-05-282-5/+6
* Don't skip over docs in mango indices on erlfdb errorsNick Vatamaniuc2020-05-282-1/+16
* Introduce _bulk_docs max_doc_count limitNick Vatamaniuc2020-05-274-1/+32
* Lower the default batch size for update_docs to 2.5MBNick Vatamaniuc2020-05-272-2/+2
* Remove erlfdb mock from update_docs/2,3 testNick Vatamaniuc2020-05-221-14/+0
* Improve load handling in couch_jobs and couch_viewsNick Vatamaniuc2020-05-212-2/+9
* Merge pull request #2896 from cloudant/pagination-api-fix-limitiilyak2020-05-212-19/+93
|\
| * Fix handling of limit query parameterILYA Khlopotov2020-05-202-19/+93
* | Merge pull request #2897 from apache/improve-db-expiration-logPeng Hui Jiang2020-05-211-2/+2
|\ \
| * | Improve log of permanently deleting databasesimprove-db-expiration-logjiangph2020-05-211-2/+2
|/ /
* | Bulk docs transaction batchingNick Vatamaniuc2020-05-205-29/+379
|/
* Fix flaky couch_jobs type monitor testNick Vatamaniuc2020-05-151-2/+36
* Merge pull request #2870 from cloudant/pagination-api-2iilyak2020-05-157-54/+1683
|\
| * Add tests for pagination APIILYA Khlopotov2020-05-151-0/+771
| * Implement pagination APIILYA Khlopotov2020-05-156-45/+600
| * Add tests for legacy API before refactoringILYA Khlopotov2020-05-151-0/+302
| * Move not_implemented check down to allow testing of validationILYA Khlopotov2020-05-151-5/+6
| * Fix variable shadowingILYA Khlopotov2020-05-151-4/+4
|/
* Fix compiler warningJay Doane2020-05-141-1/+1
* Fix a few flaky tests in fabric2_dbNick Vatamaniuc2020-05-134-17/+22
* Merge pull request #2857 from apache/background-db-deletionPeng Hui Jiang2020-05-134-3/+358
|\
| * background deletion for soft-deleted databasejiangph2020-05-134-3/+358
|/