summaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Get more juice out of ResponseJon Marius Venstad2020-09-186-40/+141
* Deprecate and ignore impossible outcome of sending to MBusJon Marius Venstad2020-09-182-1/+1
* Non-functional changesJon Marius Venstad2020-09-187-11/+7
* Accept DocumentPut in AsyncSessionJon Marius Venstad2020-09-163-8/+40
* Deprecate DocumentAccess.createDefault which uses self subscriptionJon Marius Venstad2020-09-161-2/+4
* Non-functionalJon Marius Venstad2020-09-141-4/+4
* Call deconstruct in reverse dependency orderJon Marius Venstad2020-08-211-1/+1
* Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-055-5/+10
|\
| * Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-045-5/+10
* | Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|/
* Merge pull request #13619 from vespa-engine/bratseth/spare-capacity-maintainerJon Bratseth2020-06-182-1/+1
|\
| * SpareCapacityMaintainer sketchJon Bratseth2020-06-121-1/+0
| * Nonfunctional changes onlyJon Bratseth2020-06-101-0/+1
* | Randomness is also needed when having only 2 nodes. If not it will always sel...Henning Baldersheim2020-06-171-7/+3
* | Remove Beta annotations.Henning Baldersheim2020-06-162-4/+0
* | Legacy non-balancing loadbalancer is now a thing of the past.Henning Baldersheim2020-06-152-104/+4
* | Use library to copy fields, and make more robust wrt. future concurrency changesJon Marius Venstad2020-06-111-3/+4
* | Respect selection and field set parameters, and unit test LocalVisitorSessionJon Marius Venstad2020-06-112-5/+29
* | Minor fixesJon Marius Venstad2020-06-111-4/+4
* | Add draft LocalVisitorSessionJon Marius Venstad2020-06-111-0/+141
|/
* Update return and throws javadoc for SyncSession::updateHÃ¥kon Hallingstad2020-06-081-4/+11
* Ensure we can not pick the same candidate twice. This make it react a lot fas...Henning Baldersheim2020-06-021-6/+9
* Follow up after PR comments.Henning Baldersheim2020-06-022-8/+11
* Add test and fix loadbalancer selection.Henning Baldersheim2020-06-021-2/+5
* Make the current loadbalancer into 'legacy'.Henning Baldersheim2020-06-024-87/+183
* Avoid data race from pending visitor send taskTor Brede Vekterli2020-05-192-1/+4
* Use computeIfAbsentHenning Baldersheim2020-05-131-6/+1
* Use syncronized to make the loadbalancer semantically thread safe.Henning Baldersheim2020-05-121-36/+47
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-25/+25
* LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-251-1/+1
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-255-17/+17
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-253-4/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-252-4/+4
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-255-37/+37
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2512-12/+12
* Nonfunctional changes onlyJon Bratseth2020-04-152-34/+31
* Non-functional changes onlyJon Bratseth2020-01-103-8/+8
* Less unusable options.Henning Baldersheim2019-09-301-164/+0
* Cleanup - no functional changesJon Bratseth2019-09-201-75/+49
* Handle edges when cached StoragePolicy cluster state has no distributorsTor Brede Vekterli2019-09-131-2/+9
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-211-19/+23
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-211-6/+1
* Follow up from review comments.Henning Baldersheim2019-08-151-1/+1
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-096-33/+8
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-2/+1
* Rename constant dimensionsJon Bratseth2019-07-282-12/+12
* Only implicitly override routes for Get operations if the non-Get routeTor Brede Vekterli2019-07-191-1/+9
* Nonfunctional changes onlyJon Bratseth2019-06-281-26/+9
* Increase timeout in async testJon Bratseth2019-06-182-15/+14