summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
| * | - Control number of rpc targets.Henning Baldersheim2022-07-061-0/+18
| | | | | | | | | | | | | | | - Control number of write events before waking up thread. - For mbus in java, mbus in c++ and the rpc connection towards content nodes.
* | | Merge pull request #23388 from vespa-engine/jonmv/slimmer-test-output-renderingJon Marius Venstad2022-07-061-0/+5
|\ \ \ | |/ / |/| | Render test output with less overhead, and limit pending network data
| * | Comment with correct MB sizeJon Marius Venstad2022-07-061-1/+1
| | |
| * | Render test output with less overhead, and limit pending network datajonmv2022-07-061-0/+5
| | |
* | | Wire in use of compression types and flags for file distributionHarald Musum2022-07-063-21/+74
|/ / | | | | | | | | VESPA_FILE_DISTRIBUTION_ACCEPTED_COMPRESSION_TYPES is not set anywhere yet, will be set through host-admin
* | Support specifying compression type for file distribution requestsHarald Musum2022-07-053-21/+51
| | | | | | | | | | | | Add accepted compression types in file distribution requests. Older clients (e.g. Vespa 7.x) will not have that in requests, so fallback to gzip in that case.
* | Add min and max numbers for expired sessions to deleteHarald Musum2022-07-051-2/+3
| | | | | | | | | | | | | | In zones with a lot of deployments per time unit (e.g. cd zones when there are many runs for one version) we need to delete more expired sessions per run, otherwise the number of zookeeper nodes will increase over time
* | Merge pull request #23195 from ↵Henning Baldersheim2022-07-044-44/+40
|\ \ | |/ |/| | | | | vespa-engine/hmusum/return-response-when-file-request-times-out Make sure to return response when request times out
| * Make sure to return response when request times outHarald Musum2022-06-224-44/+40
| | | | | | | | | | Return with new error code 2. Clients only check for error code 0, so a new error code is handled implicitly also by old clients
* | Add config for when to expire local sessions with unknown statusHarald Musum2022-07-042-19/+23
| |
* | Add feature flag control of dispatching.Henning Baldersheim2022-07-011-0/+12
| |
* | Lower log level for failed models on newer majorjonmv2022-07-011-1/+1
| |
* | log certificate version in each runAndreas Eriksen2022-06-301-9/+3
| |
* | Remove uneeded version checkjonmv2022-06-281-3/+0
| |
* | Add feature flag control over defaultvalue for feed niceness.Henning Baldersheim2022-06-241-0/+3
| |
* | Change log message to reflect that downloads may be unsuccessfulHarald Musum2022-06-241-3/+3
|/
* Revert "Synchronize access to sessionStateWatchers map [run-systemtest]"Harald Musum2022-06-221-17/+9
|
* Merge pull request #23177 from vespa-engine/hmusum/synchronize-accessHarald Musum2022-06-211-9/+17
|\ | | | | Synchronize access to sessionStateWatchers map [run-systemtest]
| * Synchronize access to sessionStateWatchers mapHarald Musum2022-06-201-9/+17
| |
* | Return empty log for 2 minutes after deploy time if unable to get logs from ↵Harald Musum2022-06-201-2/+2
|/ | | | logserver
* Merge pull request #23164 from vespa-engine/hmusum/add-getActivatedTimeJon Bratseth2022-06-205-9/+19
|\ | | | | Use getActivatedTime() for last deployed time for an app [run-systemtest]
| * Add getActivatedTime() for a sessionHarald Musum2022-06-205-9/+19
| | | | | | | | | | | | Use getActivatedTime() instead of getCreatedTime in lastDeployTime(). getCreatedTime() gives time a new session was created, not when it was activated, which is what we usually want.
* | Merge pull request #23156 from vespa-engine/hmusum/set-jdisc-handler-timeoutBjørn Christian Seime2022-06-202-5/+9
|\ \ | |/ |/| Set jdisc handler timeout for all session handlers
| * Set jdisc handler timeout for all session handlersHarald Musum2022-06-182-5/+9
| |
* | Update ↵Harald Musum2022-06-181-1/+1
| | | | | | | | | | configserver/src/main/java/com/yahoo/vespa/config/server/http/LogRetriever.java Co-authored-by: Ola Aunrønning <olaa@verizonmedia.com>
* | Return empty log if getting log fails and we just deployedHarald Musum2022-06-185-22/+33
| | | | | | | | | | Return empty log if unable to get log up to 1 minute after deployment (this is what happens in cd and test zones when new nodes need to be started before any logging is done)
* | Merge pull request #23147 from vespa-engine/bratseth/flag-version-from-modelJon Bratseth2022-06-174-33/+61
|\ \ | |/ |/| Get the Vespa version for flags from the model version
| * Get the Vespa version for flags from the model versionJon Bratseth2022-06-174-33/+61
| | | | | | | | | | | | | | | | A flag value which depends on Vespa version should not take effect immediately when a deployment wants that version but only for nodes which are actually upgraded to that version. Take the flag version from the Vespa model version to achieve this.
* | Use larger timeout for global handler timeoutHarald Musum2022-06-172-2/+2
|/ | | | | | Make sure that we use a larger timeout, some internal timeouts might be large enough so that this global timeout is reached and we return with status code 504 and empty response
* Also consider heap overrides when controlling THP for jvms.Henning Baldersheim2022-06-161-5/+2
|
* Merge branch 'master' into balder/add-shared-string-repo-controlHenning Baldersheim2022-06-151-0/+9
|\
| * Merge pull request #23094 from vespa-engine/arnej/fflag-log-compressHenning Baldersheim2022-06-141-0/+9
| |\ | | | | | | Arnej/fflag log compress
| | * add feature flag to override log file compressionArne H Juul2022-06-141-0/+9
| | |
* | | shared-string-repo-reclaim => shared-string-repo-no-reclaimHenning Baldersheim2022-06-151-3/+3
| | |
* | | Add control of wether shared string repo will reclaim unused enums, or if ↵Henning Baldersheim2022-06-141-0/+3
|/ / | | | | | | they will just grow.
* / Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-141-6/+16
|/
* Use versions for nodes that have models that can be built successfullyHarald Musum2022-06-101-2/+2
|
* Merge pull request #23033 from ↵Jon Marius Venstad2022-06-096-54/+27
|\ | | | | | | | | vespa-engine/jonmv/allow-less-model-building-failure Disallow model building failures on any version with a major MERGEOK
| * Fix test errorjonmv2022-06-091-1/+1
| |
| * Deploy with target on same major as in deployment.xml in tests (and remove ↵jonmv2022-06-091-21/+7
| | | | | | | | impossible scenario)
| * Use actual current major in testsJon Bratseth2022-06-095-8/+8
| |
| * Disallow model building failures on any version with a major shared by a ↵jonmv2022-06-091-28/+15
| | | | | | | | deployed or target version
* | Use static create methods instead of having many public constructor only ↵Henning Baldersheim2022-06-098-15/+14
|/ | | | used for testing.
* Merge pull request #23017 from ↵Jon Marius Venstad2022-06-092-2/+58
|\ | | | | | | | | vespa-engine/jonmv/always-fail-when-requested-model-version-faild-to-build Always fail model building when wanted version fails
| * Always fail model building when wanted version failsjonmv2022-06-092-2/+58
| |
* | Merge pull request #23006 from ↵Henning Baldersheim2022-06-091-2/+7
|\ \ | |/ |/| | | | | vespa-engine/balder/do-not-enable-jvm-UseTransparentHugePages-unless-is-larger-than-2x-hugepage-size Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugep… [run-systemtest]
| * () = {}Henning Baldersheim2022-06-081-1/+1
| |
| * Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-2/+7
| |
* | Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-7/+0
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|