aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add json-repl (and interactive) modes to vespa-eval-exprHåvard Pettersen2021-08-307-52/+576
|
* Merge pull request #18874 from vespa-engine/arnej/diff-worlds-sometimesArne H Juul2021-08-306-13/+73
|\ | | | | do diff of new/old worlds as part of health check
| * restrict scope of using statementArne Juul2021-08-301-2/+1
| |
| * diff with helper functionArne Juul2021-08-302-27/+37
| |
| * do diff of new/old worlds as part of health checkArne Juul2021-08-266-13/+64
| |
* | Merge pull request #18895 from ↵Morten Tokle2021-08-3012-97/+10
|\ \ | | | | | | | | | | | | vespa-engine/mortent/cleanup-application-roles-step1 Prepare for removing unused application roles
| * | Fix testsMorten Tokle2021-08-302-45/+0
| | |
| * | Skip application roles in deployMorten Tokle2021-08-302-14/+5
| | |
| * | Stop accepting application roles in deployMorten Tokle2021-08-308-38/+5
| | |
* | | Merge pull request #18896 from vespa-engine/balder/lz4-compress-blobsHarald Musum2021-08-3011-33/+64
|\ \ \ | | | | | | | | Balder/lz4 compress blobs
| * | | Update abiHenning Baldersheim2021-08-301-0/+1
| | | |
| * | | lz4 compress blobs.Henning Baldersheim2021-08-3010-33/+63
| |/ /
* | | Merge pull request #18892 from ↵Henning Baldersheim2021-08-302-3/+9
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/arnej/throw-on-file-acquirer-timeouts Arnej/throw on file acquirer timeouts
| * | add more information to exception messageArne Juul2021-08-301-1/+2
| | |
| * | signal timeout instead of continuing triggering core dumpsArne Juul2021-08-301-0/+4
| | |
| * | more timeout when retryingArne Juul2021-08-301-3/+4
| | | | | | | | | | | | * also, start logging after 5 retries
* | | Merge pull request #18893 from vespa-engine/balder/lock-on-write-atomic-on-readHenning Baldersheim2021-08-301-8/+10
|\ \ \ | | | | | | | | As doSeek is called alot more frequent than doUnpack just use locking…
| * | | Handle when priorityQ goes from not full to full.Henning Baldersheim2021-08-301-1/+5
| | | |
| * | | As doSeek is called alot more frequent than doUnpack just use locking of the ↵Henning Baldersheim2021-08-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | heap in unpack. In addition to adjusting the priority Q also update the distance_threshold with a relaxed store to an atomic variable. On read the distance threshold can be read cheaply with a relaxed load.
* | | | Merge pull request #18891 from vespa-engine/mpolden/vespa-cli-cloudJon Bratseth2021-08-308-116/+294
|\ \ \ \ | |/ / / |/| | | Refactor deploy command to support cloud
| * | | Refactor deploy to support cloudMartin Polden2021-08-308-116/+294
|/ / /
* | | Merge pull request #18890 from vespa-engine/bratseth/init2cloneMartin Polden2021-08-306-21/+21
|\ \ \ | | | | | | | | Bratseth/init2clone
| * | | idToUrlPath -> idToURLPathJon Bratseth2021-08-304-9/+9
| | | |
| * | | Rename init to clone and switch argument orderJon Bratseth2021-08-302-12/+12
| | | |
* | | | Merge pull request #18885 from vespa-engine/bjorncs/jvm-heap-dumpBjørn Christian Seime2021-08-303-0/+135
|\ \ \ \ | |/ / / |/| | | Add helper script to generate JVM heap dump
| * | | Use 'bash' in shebangBjørn Christian Seime2021-08-301-1/+1
| | | |
| * | | List all services if no parametersBjørn Christian Seime2021-08-271-1/+3
| | | |
| * | | Generate more artifacts about JVM processBjørn Christian Seime2021-08-271-1/+18
| | | |
| * | | Prepare script to produce multiple artifacts to output directory.Bjørn Christian Seime2021-08-273-9/+15
| | | | | | | | | | | | | | | | Rename script. Install to 'bin' instead of 'libexec'.
| * | | Fix check for process runningBjørn Christian Seime2021-08-271-3/+2
| | | |
| * | | Improve validation of pidBjørn Christian Seime2021-08-271-2/+2
| | | |
| * | | Add helper script to generate JVM heap dumpBjørn Christian Seime2021-08-273-0/+111
| | | |
* | | | Merge pull request #18888 from vespa-engine/bratseth/docidsMartin Polden2021-08-306-11/+90
|\ \ \ \ | | | | | | | | | | Expect ids on the standard Vespa format
| * | | | Expect ids on the standard Vespa formatJon Bratseth2021-08-296-11/+90
| | | | |
* | | | | Merge pull request #18889 from ↵Henning Baldersheim2021-08-304-23/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/write-blob-and-uri-to-temp-file Use temporary file when writing blobs and downloaded files
| * | | | | relative path may contain directories, make sure to create themHarald Musum2021-08-302-7/+9
| | | | | |
| * | | | | Use temporary file when writing blobs and downloaded filesHarald Musum2021-08-304-24/+45
|/ / / / /
* | | | | Merge pull request #18879 from vespa-engine/mpolden/config-set-getJon Bratseth2021-08-2811-40/+174
|\ \ \ \ \ | | | | | | | | | | | | vespa config get/set
| * | | | | vespa config get/setMartin Polden2021-08-275-43/+168
| | | | | |
| * | | | | Only declare target option for relevant commandsMartin Polden2021-08-277-1/+10
| | | | | |
* | | | | | Merge pull request #18887 from ↵Geir Storli2021-08-277-162/+192
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/rewrite-distributor-tests-to-not-use-legacy-test-util Rewrite distributor tests to not use legacy test util
| * | | | | | Rewrite state checkers tests to not use legacy test util.Geir Storli2021-08-273-93/+115
| | | | | | |
| * | | | | | Rewrite ideal state manager tests to not use legacy test util.Geir Storli2021-08-276-36/+38
| | | | | | |
| * | | | | | Rewrite external operation handler tests to not use legacy test util.Geir Storli2021-08-272-35/+41
|/ / / / / /
* | | | | | Merge pull request #18884 from ↵Tor Brede Vekterli2021-08-2715-27/+800
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-top-level-distributor-tests Add test of top-level distributor functionality
| * | | | | Add test of top-level distributor functionalityTor Brede Vekterli2021-08-2715-27/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a subset of the legacy distributor tests, adapted to explicitly test cross-stripe functionality. Once all relevant tests have been ported to be cross-stripe, the legacy test code will be removed.
* | | | | | Merge pull request #18883 from ↵Jon Marius Venstad2021-08-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/reinstate-default-value-for-cc-flavours-for-old-config-models Reinstate correct default CC flavour for older config models
| * | | | | | Reinstate correct default CC flavour for older config modelsJon Marius Venstad2021-08-271-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #18877 from ↵Jon Marius Venstad2021-08-277-24/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/jonmv/self-subscription-for-slobroks-config-in-container-messagebus Use self-subscription for slobroks config in container messagebus
| * | | | | Lazily initialise session cache and its networkJon Marius Venstad2021-08-274-13/+38
| | | | | |