summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #25344 from ↵Øyvind Grønnesby2023-01-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/aressem/extend-ff-dispatch-notifications Extend dispatch notifications feature flag.
| * | | | | Extend dispatch notifications feature flag.Arnstein Ressem2023-01-021-1/+1
|/ / / / /
* | | | | Merge pull request #25341 from ↵Henning Baldersheim2023-01-0215-59/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-flag-for-using-locks-in-filedistribution Remove flag for using locks in filedistribution
| * | | | | SimplifyHarald Musum2023-01-026-14/+7
| | | | | |
| * | | | | Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-0214-49/+26
| | | | | |
* | | | | | Merge pull request #25343 from ↵Henning Baldersheim2023-01-021-2/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-unused-variable-in-metrics-manager-test Remove unused variable in metrics manager test.
| * | | | | | Remove unused variable in metrics manager test.Tor Egge2023-01-021-2/+0
| |/ / / / /
* | | | | | Merge pull request #25342 from ↵Henning Baldersheim2023-01-021-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/include-mutex-to-get-declaration-of-std-mutex Include mutex to get declaration of std::mutex.
| * | | | | | Include mutex to get declaration of std::mutex.Tor Egge2023-01-021-0/+1
| |/ / / / /
* | | | | | Merge pull request #25289 from ↵Håkon Hallingstad2023-01-0211-79/+132
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hakonhall/avoid-ptr-verification-when-provisioning-in-enclave Avoid PTR verification when provisioning in Enclave
| * | | | | Review roundHåkon Hallingstad2022-12-212-6/+8
| | | | | |
| * | | | | Avoid PTR verification when provisioning in EnclaveHåkon Hallingstad2022-12-1911-79/+130
| | | | | |
* | | | | | Merge pull request #25339 from vespa-engine/aressem/compile-sample-appsv8.103.41Arnstein Ressem2022-12-301-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Compile sample apps in component build.
| * | | | | | Remove fixed refs and pr build.Arnstein Ressem2022-12-301-7/+3
| | | | | | |
| * | | | | | cd to correct dir.Arnstein Ressem2022-12-291-1/+1
| | | | | | |
| * | | | | | Compile sample apps in component build.Arnstein Ressem2022-12-291-3/+11
| | | | | | |
* | | | | | | Merge pull request #25338 from vespa-engine/bratseth/dont-warn-on-1-node-downHenning Baldersheim2022-12-296-12/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Don't warn when 1 node is down
| * | | | | | Don't warn when 1 node is downJon Bratseth2022-12-296-12/+35
|/ / / / / /
* | | | | | Merge pull request #25337 from ↵Harald Musum2022-12-271-4/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | vespa-engine/hmusum/inform-user-if-oom-killer-has-run
| * | | | | Output more info if it's likely OOM killer has runHarald Musum2022-12-271-4/+9
|/ / / / /
* | | | | Merge pull request #25336 from ↵Henning Baldersheim2022-12-231-5/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/revert-25308-revert-25306-balder/immediate-shutdown Revert "Revert "Add an eof object that can be sent to the Q to wake up the ones waiti…""
| * | | | Revert "Revert "Add an eof object that can be sent to the Q to wake up the ↵Henning Baldersheim2022-12-231-5/+40
|/ / / / | | | | | | | | | | | | ones waiti…""
* | | | Merge pull request #25324 from ↵Arnstein Ressem2022-12-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/be-more-eager-when-starting-up Be more agressive when starting up zookeeper.
| * | | | Be more agressive when starting up zookeeper.Henning Baldersheim2022-12-211-1/+1
| | | | |
* | | | | Merge pull request #25330 from vespa-engine/olaa/stale-config-metricBjørn Meland2022-12-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add stale routing config metric
| * | | | | Add stale routing config metricOla Aunronning2022-12-221-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #25331 from ↵Bjørn Meland2022-12-223-1/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/reset-total-restarts-after-2-hours after 2 hours of no restarts, reset counter to 0
| * | | | | after 2 hours of no restarts, reset counter to 0Arne Juul2022-12-223-1/+16
| |/ / / /
* | | | | Merge pull request #25332 from ↵Arne H Juul2022-12-221-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/arnej/synchronize-slobrok-mirror-events avoid ConcurrentModificationException
| * | | | avoid ConcurrentModificationExceptionArne Juul2022-12-221-2/+2
|/ / / /
* | | | Merge pull request #25326 from ↵Håvard Pettersen2022-12-211-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/perform-wakeup-between-stop-and-join Add explicit wakeup between stop and join.
| * | | | Add explicit wakeup between stop and join.Henning Baldersheim2022-12-211-1/+3
| | | | |
* | | | | Merge pull request #25327 from vespa-engine/balder/hide-implementationHåvard Pettersen2022-12-212-7/+10
|\ \ \ \ \ | |/ / / / |/| | | | Use a unique_ptr and hide implementation.
| * | | | Use a unique_ptr and hide implementation.Henning Baldersheim2022-12-212-7/+10
|/ / / /
* | | | Merge pull request #25323 from vespa-engine/balder/move-close-prior-to-joinHenning Baldersheim2022-12-211-2/+3
|\ \ \ \ | | | | | | | | | | Move close() call up between interrupt() and join().
| * | | | Move close() call up between interrupt() and join().Henning Baldersheim2022-12-211-2/+3
| |/ / / | | | | | | | | | | | | That enables faster join since close will wake up the interrupted threads.
* | | | Merge pull request #25325 from vespa-engine/geirst/typedef-to-using-in-cpp-codeHenning Baldersheim2022-12-21336-1094/+1076
|\ \ \ \ | | | | | | | | | | Change from typedef to using in C++ code.
| * | | | Change from typedef to using in vespalib C++ code.Geir Storli2022-12-2177-557/+540
| | | | |
| * | | | Change from typedef to using in misc C++ code.Geir Storli2022-12-2132-50/+50
| | | | |
| * | | | Change from typedef to using in fsa C++ code.Geir Storli2022-12-2111-58/+58
| | | | |
| * | | | Change from typedef to using in persistence C++ code.Geir Storli2022-12-218-10/+10
| | | | |
| * | | | Change from typedef to using in vdslib C++ code.Geir Storli2022-12-2110-22/+22
| | | | |
| * | | | Change from typedef to using in streamingvisitors C++ code.Geir Storli2022-12-2126-74/+74
| | | | |
| * | | | Change from typedef to using in messagebus C++ code.Geir Storli2022-12-2137-54/+54
| | | | |
| * | | | Change from typedef to using in documentapi C++ code.Geir Storli2022-12-2124-49/+49
| | | | |
| * | | | Change from typedef to using in storage C++ code.Geir Storli2022-12-2149-104/+104
| | | | |
| * | | | Change from typedef to using in document C++ code.Geir Storli2022-12-2141-82/+81
| | | | |
| * | | | Change from typedef to using in searchsummary C++ code.Geir Storli2022-12-2121-34/+34
| |/ / /
* | | | Merge pull request #25322 from ↵Henning Baldersheim2022-12-212-13/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/ensure-fast-shutdown-for-invokerservice Notify invokerservice that it is being closed.
| * | | | Notify invokerservice that it is being closed.Henning Baldersheim2022-12-212-13/+12
| |/ / /