summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Include mutex to get declaration of std::mutex.Tor Egge2023-01-021-0/+1
|
* 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…""
* - Remove lock in destructor.Henning Baldersheim2022-12-211-2/+4
| | | | - Use AddRef/SubRef to make target safe.
* Prefer cond.wait_for over sleep_for when you can be interrupted.Henning Baldersheim2022-12-202-5/+14
|
* Revert "Add an eof object that can be sent to the Q to wake up the ones ↵Henning Baldersheim2022-12-211-40/+5
| | | | waiti…"
* Merge pull request #25306 from vespa-engine/balder/immediate-shutdownHarald Musum2022-12-201-5/+40
|\ | | | | Add an eof object that can be sent to the Q to wake up the ones waiti…
| * Add an eof object that can be sent to the Q to wake up the ones waiting for ↵Henning Baldersheim2022-12-201-5/+40
| | | | | | | | | | | | config. This enables faster close.
* | Only log warning every 10s and give a understandable name to a constantHenning Baldersheim2022-12-201-3/+10
| |
* | - Remove partial thread safety with atomics.Henning Baldersheim2022-12-203-26/+17
| | | | | | | | - Add full thread safey with a lock.
* | - Hide private interfaces.Henning Baldersheim2022-12-206-37/+30
|/ | | | | - Make const - Use steady_time
* Merge pull request #25301 from ↵Henning Baldersheim2022-12-202-14/+55
|\ | | | | | | | | vespa-engine/balder/allow-multiple-concurrent-requests Balder/allow multiple concurrent requests [run-systemtest]
| * No active code in assert.....Henning Baldersheim2022-12-201-1/+2
| |
| * Use a guard to ensure cleanup is done in all cases, and the last thing done ↵Henning Baldersheim2022-12-202-4/+17
| | | | | | | | before leaving method.
| * Also drop aborted requests.Henning Baldersheim2022-12-202-13/+22
| |
| * - Allow the FRTSource to handle multiple concurrent requests by using a ↵Henning Baldersheim2022-12-202-14/+32
| | | | | | | | | | | | guarded map. - Also wait for all requests to finish and avoid transportSync().
* | Merge pull request #25298 from vespa-engine/balder/gc-stacksize-paramHenning Baldersheim2022-12-203-3/+3
|\ \ | |/ |/| Remove stacksize from the thread pools and thread executors.
| * Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-203-3/+3
| |
* | Create the response, not the request, and attach it to the request.Henning Baldersheim2022-12-201-33/+52
|/
* Revert "Balder/allow multiple requests [run-systemtest]"Henning Baldersheim2022-12-193-84/+47
|
* Reduce code duplication and improve comments.Henning Baldersheim2022-12-193-33/+11
|
* - Allow the FRTSource to handle multiple concurrent requests by using a ↵Henning Baldersheim2022-12-192-14/+33
| | | | | | guarded map. - Also wait for all requests to finish and avoid transportSync().
* You must always reply with the same RPCRequestHenning Baldersheim2022-12-191-8/+48
|
* Check when last warning was logged for all error typesHarald Musum2022-12-011-21/+14
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-5/+0
|
* Don't resolve serversideJon Bratseth2022-11-091-8/+11
|
* Tolerate attempts to resolve multiple timesJon Bratseth2022-11-081-3/+5
|
* Move file handling down into FileSourcejonmv2022-11-015-24/+36
|
* Cleanup, no effective changesjonmv2022-11-013-9/+3
|
* No real changesjonmv2022-11-019-48/+25
|
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-11/+15
|
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+1
|
* Send model pathsJon Bratseth2022-09-172-10/+7
|
* remove superseded perl scriptArne Juul2022-09-142-288/+0
|
* Revert "Merge pull request #23910 from ↵Jon Bratseth2022-09-022-15/+67
| | | | | | | vespa-engine/revert-23907-bratseth/model-reference-cleanup" This reverts commit 37f0d3a64511b0dd0d902053be3a6cffc21acee6, reversing changes made to c23bba0b2cd6ab7699ee2b0d6be34c023159ffb8.
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-022-67/+15
|
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-022-15/+67
|
* Attempt to resolve when invalid will make it validJon Bratseth2022-09-011-1/+1
|
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-017-190/+194
|\ | | | | Bratseth/model config
| * Add testJon Bratseth2022-09-013-3/+56
| |
| * Add 'model' config typeJon Bratseth2022-08-315-194/+120
| |
| * Remove temporary testJon Bratseth2022-08-282-2/+27
| |
* | remove unused doxygen setup filesArne Juul2022-08-291-1255/+0
|/
* Use package name instead of general namespacejonmv2022-08-252-9/+45
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-126-12/+19
| | | | magic conversions.
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
|
* Deprecate ConfigGetterHarald Musum2022-07-075-5/+6
|
* Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-14/+8
|\ | | | | Java 17 examples
| * switch expressions save lines, and keywordsAndreas Eriksen2022-06-161-14/+8
| |
* | Use std::filesystem to create and remove directories.Tor Egge2022-06-231-9/+7
|/
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-142-12/+6
|