summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update junit version to 5.7.0Harald Musum2020-11-102-3/+3
* Revert "Revert "Junit 4.13 and juptier 5.7.0" (#15054)"Harald Musum2020-11-096-7/+7
* Merge pull request #15229 from vespa-engine/balder/add-test-scriptHenning Baldersheim2020-11-091-0/+32
|\
| * Use 1 client thread for spi only and 2 for rest.Henning Baldersheim2020-11-091-3/+3
| * Add dashes to client-threadsHenning Baldersheim2020-11-091-1/+1
| * Add a small test script for running a set of benchmarks.Henning Baldersheim2020-11-091-0/+32
* | Merge pull request #15238 from vespa-engine/revert-15234-bjorncs/rewrite-conf...Jon Marius Venstad2020-11-0910-157/+98
|\ \
| * | Revert "Bjorncs/rewrite config convergence checker client"Harald Musum2020-11-0910-157/+98
* | | Merge pull request #15230 from vespa-engine/balder/gc-unused-legacy-flagHenning Baldersheim2020-11-091-11/+0
|\ \ \ | |/ / |/| |
| * | GC unused legacy bucket db flagHenning Baldersheim2020-11-091-11/+0
* | | Don't submit issue when public system (#15233)Ola Aunrønning2020-11-091-0/+2
* | | Merge pull request #15228 from vespa-engine/balder/avoid-cachemiss-on-checksu...Henning Baldersheim2020-11-099-178/+140
|\ \ \
| * | | Only assert on the bytes that are actually initialized.Henning Baldersheim2020-11-091-2/+1
| * | | Avoid cache miss and dependency stall when have virtual small objects for che...Henning Baldersheim2020-11-099-178/+141
| | |/ | |/|
* | | Merge pull request #15187 from vespa-engine/jonmv/reindexig-controllerJon Marius Venstad2020-11-0913-38/+792
|\ \ \
| * | | Add some commeents about synchronisation in ReindexerJon Marius Venstad2020-11-091-6/+6
| * | | Add cluster name to reindexing status rootJon Marius Venstad2020-11-094-15/+18
| * | | Update timestamp for last progressJon Marius Venstad2020-11-061-2/+4
| * | | Address review comments, and fix unit testJon Marius Venstad2020-11-065-14/+13
| * | | Avoid interrupts for control flowJon Marius Venstad2020-11-066-72/+92
| * | | Add some comments, and fine-log when resuming reindexingJon Marius Venstad2020-11-061-5/+5
| * | | Use fieldSet :[document]Jon Marius Venstad2020-11-054-13/+19
| * | | Fix assertionsJon Marius Venstad2020-11-051-2/+2
| * | | Test ReindexerJon Marius Venstad2020-11-053-1/+200
| * | | Dummy support for progress tokens and remote destination in LocalVisitorSessionJon Marius Venstad2020-11-051-17/+24
| * | | Start with null progress, not a new one, since that is all done for some reasonJon Marius Venstad2020-11-051-1/+1
| * | | Use explicit field set listJon Marius Venstad2020-11-051-2/+30
| * | | Test setup in ReindexingMaintainerJon Marius Venstad2020-11-052-9/+147
| * | | Clean up and add some javadocJon Marius Venstad2020-11-052-27/+40
| * | | Clear interrupt status when done with reindexing, before storing resultJon Marius Venstad2020-11-051-17/+14
| * | | Add ReindexingMaintainer and ReindexerJon Marius Venstad2020-11-053-1/+342
| * | | Properly handle interruption while destroying MessageBusVisitorSessionJon Marius Venstad2020-11-051-1/+2
* | | | Merge pull request #15234 from vespa-engine/bjorncs/rewrite-config-convergenc...Jon Marius Venstad2020-11-0910-98/+157
|\ \ \ \
| * | | | Don't reuse connectionsBjørn Christian Seime2020-11-091-6/+8
| * | | | Don't use shared fork join poolBjørn Christian Seime2020-11-091-12/+47
| * | | | Deprecate VespaClientBuilderFactory + VespaJerseyJaxRsClientFactoryBjørn Christian Seime2020-11-096-0/+9
| * | | | Don't use private inner class in return type of public methodsBjørn Christian Seime2020-11-091-2/+2
| * | | | Rewrite ConfigConvergenceChecker to use Apache instead of Jersey clientBjørn Christian Seime2020-11-094-92/+105
| | |/ / | |/| |
* | | | Merge pull request #15237 from vespa-engine/bratseth/dont-remove-all-partitionsJon Bratseth2020-11-091-1/+6
|\ \ \ \
| * | | | Better nameJon Bratseth2020-11-091-3/+3
| * | | | Don't remove all partitions: Not currently supportedJon Bratseth2020-11-091-1/+6
* | | | | Merge pull request #15214 from vespa-engine/arnej/simpler-no-overlap-address-...Arne H Juul2020-11-093-49/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | minor refactoring:Arne Juul2020-11-093-3/+6
| * | | | pre-compute how to merge left and right sparse address componentsArne Juul2020-11-061-17/+28
| * | | | just reorder so optimized join implementations are togetherArne Juul2020-11-061-42/+42
* | | | | Merge pull request #15225 from vespa-engine/hmusum/remove-unused-codeJon Bratseth2020-11-091-23/+4
|\ \ \ \ \
| * | | | | Bundled search dedinition support has been removedHarald Musum2020-11-091-23/+4
* | | | | | Merge pull request #15235 from vespa-engine/revert-15223-balder/use-faster-ha...Henning Baldersheim2020-11-096-62/+55
|\ \ \ \ \ \
| * | | | | | Revert "Use a hash_set<int32_t> to quickly check if a field is an index field."Harald Musum2020-11-096-62/+55
|/ / / / / /
* | | | | | Merge pull request #15222 from vespa-engine/toregge/faster-bucket-order-compareHenning Baldersheim2020-11-092-34/+18
|\ \ \ \ \ \