aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #13601 from vespa-engine/balder/remove-leftovers-from-head...Henning Baldersheim2020-06-182-30/+27
|\ \
| * | - Removing body struct from our own usage.Henning Baldersheim2020-06-162-30/+27
* | | 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-153-166/+7
* | Use library to copy fields, and make more robust wrt. future concurrency changesJon Marius Venstad2020-06-112-9/+11
* | Respect selection and field set parameters, and unit test LocalVisitorSessionJon Marius Venstad2020-06-114-108/+270
* | Update abi specJon Marius Venstad2020-06-111-0/+22
* | 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-022-12/+15
* Follow up after PR comments.Henning Baldersheim2020-06-023-16/+20
* Add test and fix loadbalancer selection.Henning Baldersheim2020-06-022-2/+15
* Make the current loadbalancer into 'legacy'.Henning Baldersheim2020-06-026-117/+262
* Avoid data race from pending visitor send taskTor Brede Vekterli2020-05-193-2/+5
* Use computeIfAbsentHenning Baldersheim2020-05-131-6/+1
* Use syncronized to make the loadbalancer semantically thread safe.Henning Baldersheim2020-05-123-74/+54
* 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
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-271-0/+0
* - Avoid adding empty traces that you need to carry on.Henning Baldersheim2020-03-242-4/+2
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-201-0/+0
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-201-0/+0
* Merge pull request #12646 from vespa-engine/balder/make-default-hashing-use-2...Henning Baldersheim2020-03-201-0/+0
|\
| * Ordering in tests chnages when hashing changes.Henning Baldersheim2020-03-201-0/+0
* | Reserve space for vector.Henning Baldersheim2020-03-202-8/+6
|/
* Remove unused private member variables.Tor Egge2020-01-242-6/+4
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* Unify and factor out common code.Henning Baldersheim2020-01-212-8/+15
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-202-19/+14
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-206-106/+49
* Unify towards nbostreamHenning Baldersheim2020-01-162-25/+20
* Non-functional changes onlyJon Bratseth2020-01-103-8/+8
* Merge branch 'master' into balder/use-duration-in-messagebus-and-storageapi-r...Henning Baldersheim2019-12-053-6/+9
|\
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-043-6/+9
* | timeout as durationHenning Baldersheim2019-12-044-45/+51
|/
* Use timeouts typed with unit.Henning Baldersheim2019-11-201-2/+4
* Remove unused codeHenning Baldersheim2019-11-011-1/+0