aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #15187 from vespa-engine/jonmv/reindexig-controllerJon Marius Venstad2020-11-093-20/+33
|\ | | | | Jonmv/reindexig controller
| * Address review comments, and fix unit testJon Marius Venstad2020-11-061-1/+1
| |
| * Avoid interrupts for control flowJon Marius Venstad2020-11-063-3/+8
| |
| * Dummy support for progress tokens and remote destination in LocalVisitorSessionJon Marius Venstad2020-11-051-17/+24
| |
| * Properly handle interruption while destroying MessageBusVisitorSessionJon Marius Venstad2020-11-051-1/+2
| |
* | Remove disk distribution from C++ part of vdslib.Tor Egge2020-11-051-6/+1
|/
* Add data and storage of data for reindexing progressJon Marius Venstad2020-10-302-3/+3
|
* Support conditional removals in AsyncSessionJon Marius Venstad2020-10-133-27/+26
|
* Fix unit test bugJon Marius Venstad2020-10-131-1/+1
|
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-083-10/+8
| | | | - Now it is only vespalib::Monitor left
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-0812-24/+22
|
* Merge pull request #14778 from vespa-engine/bratseth/improve-error-loggingHenning Baldersheim2020-10-081-110/+82
|\ | | | | Log warning with exception instead of doing printStackTrace
| * Log warning with exception instead of doing printStackTraceJon Bratseth2020-10-081-110/+82
| |
* | Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-084-13/+13
| |
* | Remove broken copy and move constructor and assignment operatoos on ↵Henning Baldersheim2020-10-072-0/+2
|/ | | | | | vespalib::Lock and vespalib::Monitor. Also repair broken usages of the same.
* Separate error code for insufficient storageJon Marius Venstad2020-10-052-4/+16
|
* Pass std::string variable to boost::tokenizerTor Egge2020-10-041-1/+2
|
* Await advance from test thread to next arrive is in the intended phaseJon Marius Venstad2020-09-301-2/+3
|
* Allow closures for handling document api ResponsesJon Marius Venstad2020-09-303-64/+81
|
* Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-1/+4
|
* Register operations with phaser in the caller threadJon Marius Venstad2020-09-303-14/+27
|
* Add equals and hashCode to some classesJon Marius Venstad2020-09-301-0/+27
|
* Move setPhaser to LocalDocumentAccessJon Marius Venstad2020-09-304-18/+56
|
* Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-304-73/+142
| | | | This reverts commit c6aded1606112a54969f56403085ca90d61dac8f.
* Revert "Jonmv/async doc v1 implementation"Harald Musum2020-09-294-142/+73
|
* Tests and the fixes they entailedJon Marius Venstad2020-09-283-16/+25
|
* Separate out delay queue, and add unit test for itJon Marius Venstad2020-09-281-9/+10
|
* Update abi spec and simplify synch i LocalAsyncSessionJon Marius Venstad2020-09-252-5/+5
|
* Make LocalAsyncSession async when asked to, and test thisJon Marius Venstad2020-09-253-72/+131
|
* FINE log level on self subscription warning ̯๏๏Jon Marius Venstad2020-09-251-1/+1
|
* Log on self-subscroption and fix copyright hreadersJon Marius Venstad2020-09-251-3/+10
|
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-251-1/+3
|
* Non-functional changesJon Marius Venstad2020-09-251-1/+1
|
* Add copyright headerJon Marius Venstad2020-09-251-0/+1
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Fix javadoc headerJon Marius Venstad2020-09-251-1/+5
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Fix javadoc typoJon Marius Venstad2020-09-251-1/+1
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Remove _probably_ irrelevant case handlingJon Marius Venstad2020-09-242-14/+11
|
* Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-243-15/+11
|
* Use trace level from parameters, and pass on to ResponseJon Marius Venstad2020-09-248-71/+129
|
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-245-32/+272
|
* Update javadoc for DocumentAccess and add convencience for outside containersJon Marius Venstad2020-09-241-2/+19
|
* Revert "Revert "Jonmv/async document v1""Jon Marius Venstad2020-09-213-5/+13
| | | | This reverts commit 7b03effca945dea607ed7a3c3debebda303992ab.
* Revert "Jonmv/async document v1"Arnstein Ressem2020-09-213-13/+5
|
* Update doc in DocumentAccessJon Marius Venstad2020-09-211-3/+3
|
* Let successful RemoveReponse and UpdateRespone have NOT_FOUND outcomeJon Marius Venstad2020-09-212-2/+10
|
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-1814-65/+216
|\ | | | | Jonmv/async document v1
| * Get more juice out of ResponseJon Marius Venstad2020-09-186-40/+141
| |
| * Add unit test to document inaccurate reply merging on TAS failedJon Marius Venstad2020-09-181-0/+20
| |
| * Deprecate and ignore impossible outcome of sending to MBusJon Marius Venstad2020-09-182-1/+1
| |
| * Non-functional changesJon Marius Venstad2020-09-187-11/+7
| |