summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add some debug logging of slobrok internalsArne H Juul2022-01-312-3/+18
|
* Merge pull request #20991 from ↵Jon Marius Venstad2022-01-311-1/+2
|\ | | | | | | | | vespa-engine/balder/store-progress-tokens-every-60s Increase interval to store progress token from 10s to 60s
| * Increase interval to store progress token from 10s to 60sHenning Baldersheim2022-01-311-1/+2
| |
* | Merge pull request #20990 from vespa-engine/havardpe/ignore-binaryHenning Baldersheim2022-01-311-0/+1
|\ \ | |/ |/| ignore binary
| * ignore binaryHåvard Pettersen2022-01-311-0/+1
| |
* | Merge pull request #20986 from vespa-engine/arnej/cleanup-some-todos-1gjoranv2022-01-316-18/+23
|\ \ | | | | | | Arnej/cleanup some todos 1
| * \ Merge branch 'master' into arnej/cleanup-some-todos-1Arne H Juul2022-01-3120-152/+75
| |\ \
| * | | remove unused PAREN in enumArne H Juul2022-01-312-3/+2
| | | |
| * | | add missing dependencyArne H Juul2022-01-311-1/+1
| | | |
| * | | cosmetic fixesArne H Juul2022-01-291-4/+1
| | | |
| * | | avoid updating file with same contentsArne H Juul2022-01-291-1/+17
| | | |
| * | | fix old copy-paste bugArne H Juul2022-01-291-1/+1
| | | |
| * | | remove old un-neccessary codeArne H Juul2022-01-291-8/+1
| | | |
| * | | we decided to keep top-level config for our own usageArne H Juul2022-01-291-1/+1
| | | |
* | | | Merge pull request #20988 from ↵Harald Musum2022-01-3110-8/+14
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/revert-20967-balder/avoid-vespamalloc-for-small-utility-programs Revert "Avoid using vespamalloc for small utility programs as it has a too hi… [run-systemtest]"
| * | | Revert "Avoid using vespamalloc for small utility programs as it has a too ↵Henning Baldersheim2022-01-3110-8/+14
| | | | | | | | | | | | | | | | hi… [run-systemtest]"
* | | | Merge pull request #20983 from vespa-engine/balder/make-referencing-defaultBjørn Christian Seime2022-01-313-89/+3
|\ \ \ \ | |/ / / |/| | | - Storing references instead of just counting them has been default f…
| * | | - Storing references instead of just counting them has been default for a ↵Henning Baldersheim2022-01-303-89/+3
| | | | | | | | | | | | | | | | | | | | | | | | while now, so making it default in code too. - Remove option to do just do refcounting.
* | | | Do not create archive bucket in /application/v4 read (#20978)Valerij Fredriksen2022-01-316-21/+17
| | | |
* | | | Merge pull request #20985 from ↵Harald Musum2022-01-312-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/ensure-deterministic-ordering-of-config-array-2 Ensure deterministic ordering of array config
| * | | | Ensure deterministic ordering of array configHenning Baldersheim2022-01-312-3/+5
|/ / / /
* | | | Merge pull request #20984 from ↵Harald Musum2022-01-302-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/ensure-deterministic-ordering-of-config-array Ensure that hostnames are added to config in determinsitic(sorted) or…
| * | | Ensure list of cipher suites has deterministic order.Henning Baldersheim2022-01-301-3/+3
| | | |
| * | | Ensure that hostnames are added to config in determinsitic(sorted) order.Henning Baldersheim2022-01-301-3/+3
|/ / /
* | | Merge pull request #20960 from vespa-engine/bjorncs/connection-logØyvind Grønnesby2022-01-303-6/+42
|\ \ \ | | | | | | | | Add issuer and fingerprint of peer certificate to connection log
| * | | Add issuer and fingerprint of peer certificate to connection logBjørn Christian Seime2022-01-273-6/+42
| | | |
* | | | Merge pull request #20982 from vespa-engine/services-updatesHarald Musum2022-01-294-27/+2
|\ \ \ \ | |_|/ / |/| | | Services updates
| * | | Remove legacy <cluster> element from xml schema.gjoranv2022-01-284-26/+1
| | | | | | | | | | | | | | | | - Has thrown an exception since at least early Vespa 7
| * | | Remove TODO to remove top-level <config>gjoranv2022-01-281-1/+1
| | | | | | | | | | | | | | | | - Still useful, at least for the Vespa team.
* | | | Merge pull request #20981 from vespa-engine/mpolden/reduce-loggingHarald Musum2022-01-285-5/+19
|\ \ \ \ | | | | | | | | | | Log snippet instead of entire config
| * | | | Defer public API decisionMartin Polden2022-01-285-4/+12
| | | | |
| * | | | Log snippet instead of entire configMartin Polden2022-01-281-1/+5
| | | | |
| * | | | Move SnippetGenerator to vespajlibMartin Polden2022-01-283-4/+6
| | | | |
* | | | | Merge pull request #20979 from ↵Harald Musum2022-01-2825-317/+465
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| * | | | Support multiple inheritance and standalone rank profilesJon Bratseth2022-01-286-12/+15
| | | | |
| * | | | Add testsJon Bratseth2022-01-281-1/+94
| | | | |
| * | | | Test inheriting a profile defined laterJon Bratseth2022-01-282-0/+12
| | | | |
| * | | | Support multiple inheritance of rank profilesJon Bratseth2022-01-2819-304/+344
| | | | |
* | | | | Merge pull request #20964 from vespa-engine/bjorncs/jdisc-pre-shutdownHenning Baldersheim2022-01-281-70/+91
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/jdisc pre shutdown [run-systemtest]
| * | | | | Move destruction of final component graph to destroy()Bjørn Christian Seime2022-01-271-1/+2
| | | | | |
| * | | | | Wire in prepareStop() as RPC methodBjørn Christian Seime2022-01-271-20/+26
| | | | | |
| * | | | | Move final destruction to destroy() and add prepareStop()Bjørn Christian Seime2022-01-271-15/+24
| | | | | |
| * | | | | Cleanup management of active servers/clientsBjørn Christian Seime2022-01-271-42/+47
| | | | | |
* | | | | | Merge pull request #20980 from ↵Henning Baldersheim2022-01-2819-74/+96
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/tag-tasks-and-threads-with-cpu-category Tag tasks and threads with cpu category
| * | | | | | Tag tls and operation response thread pools with cpu category WRITE.Geir Storli2022-01-282-17/+22
| | | | | | |
| * | | | | | Tag cpu category for tasks run in the proton shared executor.Geir Storli2022-01-2813-44/+56
| | | | | | |
| * | | | | | Tag maintenance job tasks with cpu category COMPACT.Geir Storli2022-01-284-13/+18
| | | | | | |
* | | | | | | Merge pull request #20976 from ↵Henning Baldersheim2022-01-283-6/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/build-query-profiles-with-half-of-available-cores Use half of available cores to compile query profiles.
| * | | | | | | Shutdown executor in testHenning Baldersheim2022-01-281-1/+4
| | | | | | | |
| * | | | | | | Run with 20% of cores at lowest priority.Henning Baldersheim2022-01-281-2/+11
| | | | | | | |