aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant virtual keywords.Henning Baldersheim2021-03-152-10/+10
* Merge pull request #16939 from vespa-engine/toregge/remove-unused-variablesHenning Baldersheim2021-03-131-1/+0
|\
| * Remove unused variables.Tor Egge2021-03-131-1/+0
* | Fix forward declaration.Tor Egge2021-03-131-1/+1
|/
* To avoid race condition in test parts of the test code must be run in the mas...Henning Baldersheim2021-03-101-69/+122
* No need to postpone cleanup as we fail fast with the atomic needReschedule flag.Henning Baldersheim2021-03-082-25/+6
* - considerBucket calls cancel already, no need for explicit cancel in failedO...Henning Baldersheim2021-03-071-20/+19
* Erase failed movers, in common place.Henning Baldersheim2021-03-071-4/+4
* - Bring the guards along so they are both created and dropped in the master t...Henning Baldersheim2021-03-064-63/+82
* Revert "Revert "If a document was removed or moved between th emove started a...Henning Baldersheim2021-03-056-17/+93
* Revert "If a document was removed or moved between th emove started and the d...Henning Baldersheim2021-03-056-93/+17
* If a document was removed or moved between th emove started and the document ...Henning Baldersheim2021-03-056-17/+93
* Reduce to debug loglevel as sub 16G host will be capped.Henning Baldersheim2021-03-051-2/+2
* all scalars must be doubleHÃ¥vard Pettersen2021-03-042-2/+3
* Make the SearchTerm enum a small scoped enum and rename to Type.Henning Baldersheim2021-03-041-1/+1
* Revert "Revert "Set allowedlidbloat to 1 instead of 1000""Henning Baldersheim2021-03-031-1/+1
* Revert "Set allowedlidbloat to 1 instead of 1000"Arnstein Ressem2021-03-031-1/+1
* Set allowedlidbloat to 1 instead of 1000Henning Baldersheim2021-03-021-1/+1
* Merge pull request #16739 from vespa-engine/balder/do-not-promise-more-than-y...Henning Baldersheim2021-03-0229-36/+67
|\
| * Reduce visibility and do not provide syncable when not necessary.Henning Baldersheim2021-03-0223-21/+52
| * It is enough to promise a ThreadExecutor, no need to have it syncable.Henning Baldersheim2021-03-027-15/+15
* | Merge pull request #16741 from vespa-engine/vekterli/remove-unused-node-relia...Henning Baldersheim2021-03-021-1/+1
|\ \ | |/ |/|
| * Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-021-1/+1
* | Sign off that the job is complete by erasing the job token.Henning Baldersheim2021-03-021-4/+5
* | - Can not move away shared_ptr.Henning Baldersheim2021-03-021-1/+2
* | Postpone buckets for reconsideration until it is safe.Henning Baldersheim2021-03-012-33/+84
|/
* Remove unused return value.Henning Baldersheim2021-02-282-4/+3
* Use an enum to avoid dangerous implicit type conversionHenning Baldersheim2021-02-272-2/+2
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-2730-140/+133
* Eliminate inline warning.Tor Egge2021-02-272-1/+4
* Fix forward declaration.Tor Egge2021-02-251-1/+1
* Avoid including singlenumericattribute.hppHenning Baldersheim2021-02-255-6/+0
* ensure we we abort operation if timestamp has changed between start and prepa...Henning Baldersheim2021-02-243-8/+12
* Also verify timestampHenning Baldersheim2021-02-241-1/+2
* Use current metadata when creating move operation.Henning Baldersheim2021-02-242-15/+36
* Obey stop signHenning Baldersheim2021-02-231-4/+7
* - Change error handling so that both synchonous and asynchronous errors can b...Henning Baldersheim2021-02-236-43/+84
* Use a value metric for buckets_pending.Henning Baldersheim2021-02-232-2/+2
* Add metirc for buckets pending move.Henning Baldersheim2021-02-2314-22/+82
* move getting tensor into the attribute codeArne Juul2021-02-221-20/+3
* Include memory and typeinfo when needed.Tor Egge2021-02-221-0/+1
* string.h does not need alloc.hHenning Baldersheim2021-02-2114-8/+20
* Merge pull request #16608 from vespa-engine/toregge/explicitly-delete-implici...Henning Baldersheim2021-02-211-1/+1
|\
| * Explicitly delete implicitly deleted BucketMover move constructor.Tor Egge2021-02-211-1/+1
* | Include thread as needed.Tor Egge2021-02-201-0/+1
|/
* Only count the operation once.Henning Baldersheim2021-02-193-10/+7
* Use a trinary to also handle temporary mismatching bucket used bits.Henning Baldersheim2021-02-1919-79/+96
* Merge pull request #16584 from vespa-engine/balder/some-code-healthHenning Baldersheim2021-02-192-23/+13
|\
| * - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-192-23/+13
* | Only recompute bucketset to move when you are up.Henning Baldersheim2021-02-191-1/+1
|/