summaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* GC unused _threadLockCheckInterval and _failDiskOnError membersHenning Baldersheim2021-01-041-14/+2
|
* Tag added servers as joiningMartin Polden2020-12-111-0/+2
|
* Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-091-2/+5
|
* Revert "Revert "Jonmv/reindexing over multiple clusters""Jon Marius Venstad2020-12-071-1/+6
|
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-041-6/+1
|
* Revert "Revert "Expand config to allow mulitple clusters per reindexer""Jon Marius Venstad2020-12-041-1/+6
| | | | This reverts commit 42ea6785dc38a600153501a463df312ef9dd2721.
* Revert "Expand config to allow mulitple clusters per reindexer"Arnstein Ressem2020-12-041-6/+1
|
* Rename status to documentTypesJon Marius Venstad2020-12-041-1/+1
|
* Add todos to remove config fieldJon Marius Venstad2020-12-041-0/+2
|
* Expand config to allow mulitple clusters per reindexerJon Marius Venstad2020-12-041-1/+4
|
* Install curator config definitionHarald Musum2020-11-261-0/+2
|
* Also take number of visitor threads into account.Henning Baldersheim2020-11-261-1/+6
|
* Add config field for whther to support dynamic reconfiguration of ZooKeeperHarald Musum2020-11-251-1/+3
|
* Use 'power of two choices' lb algorithmMorten Tokle2020-11-201-0/+1
|
* Add commentsHarald Musum2020-11-171-0/+2
|
* Add curator config and populate it for config servers and cluster controllersHarald Musum2020-11-171-0/+7
|
* Install config definitionBjørn Christian Seime2020-11-111-0/+2
|
* Revert "Merge pull request #15282 from ↵Bjørn Christian Seime2020-11-111-0/+5
| | | | | | | vespa-engine/revert-15274-revert-15272-revert-15264-bjorncs/install-clustercontroller-reindexer" This reverts commit e76263f5fe4b357bbec295d505c4be0765c70042, reversing changes made to c6effdaac42cca97412a01b488820fbdd5b65c0d.
* Revert "Revert "Revert "Bjorncs/install clustercontroller reindexer"""Arnstein Ressem2020-11-111-5/+0
|
* Revert "Revert "Bjorncs/install clustercontroller reindexer" MERGEOK"Bjørn Christian Seime2020-11-111-0/+5
|
* Revert "Bjorncs/install clustercontroller reindexer"Arnstein Ressem2020-11-111-5/+0
|
* Reapply changes from original PRBjørn Christian Seime2020-11-101-0/+5
|
* Revert "Bjorncs/reindexing cluster controller in config model"Bjørn Christian Seime2020-11-101-5/+0
|
* Export reindexing config from configdefinitions bundleBjørn Christian Seime2020-11-101-0/+5
|
* Add cluster name to reindexing configJon Marius Venstad2020-11-041-0/+3
|
* Add bool to reindexing config, which controls whether it is enabledJon Marius Venstad2020-11-041-0/+3
|
* Merge branch 'master' into balder/add-some-feature-flagsHenning Baldersheim2020-11-031-1/+1
|\
| * Use 64 bit integer for epoch millis configJon Marius Venstad2020-11-031-1/+1
| |
* | - Drop the 4k reserved area.Henning Baldersheim2020-11-031-3/+2
|/ | | | - Use consistent naming.
* Add reindexing-configJon Marius Venstad2020-10-301-0/+7
|
* - Honour max merge chunk size in one place.Henning Baldersheim2020-10-261-0/+1
| | | | - GC incomplete enable_merge_local_node_choose_docs_optimalization handling.
* Add support for async message handling when scheduling storage messages in ↵Geir Storli2020-10-261-0/+8
| | | | | | | | | FileStorManager. When turned on, the calling thread (e.g. FNET network thread when using Storage API RPC) gets the next async message to handle (if any) as part of scheduling a storage message. This async message is then handled by the calling thread immediately, instead of going via a persistence thread.
* Take number of response threads and number of network threads into account.Henning Baldersheim2020-10-201-0/+5
|
* Remove unused config definitionHarald Musum2020-09-162-8/+0
|
* add "Hamming" distance metric for ANNArne Juul2020-09-041-2/+2
|
* Reduce time to keep unused file references from 4 to 2 hoursHarald Musum2020-08-311-3/+1
| | | | Remove unused config field
* Reduce time to keep unused file references from 6 to 4 hoursHarald Musum2020-07-171-1/+1
|
* Reduce time to keep unused file references from 12 to 6 hoursHarald Musum2020-07-131-1/+1
|
* Keep unused file references for 12 hours instead of 24Harald Musum2020-07-091-1/+1
|
* Merge pull request #13810 from ↵Geir Storli2020-07-061-1/+1
|\ | | | | | | | | vespa-engine/geirst/multi-threaded-hnsw-indexing-as-default Make indexing to hnsw index multi-threaded as default.
| * Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-1/+1
| |
* | Do not access object has been moved away.Henning Baldersheim2020-07-061-2/+2
| |
* | Let sequencer type be configurableHenning Baldersheim2020-07-061-0/+3
|/
* Use 2 threads.Henning Baldersheim2020-07-051-1/+1
|
* cannot remove unused config quite yetArne Juul2020-06-261-0/+2
|
* add "InnerProduct" distance metricArne Juul2020-06-251-1/+1
|
* add new distance metric, GC old settingArne Juul2020-06-251-3/+1
|
* Remove config field, has not been used for yearsHarald Musum2020-06-241-1/+0
|
* Add flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-0/+2
|
* Remove check for throwIfActiveSessionCannotBeLoadedHarald Musum2020-05-271-0/+3
| | | | Value has been true for many years, no known usage, remove in Vespa 8