summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* SimplifyHarald Musum2022-07-111-3/+1
|
* Use session id instead of Session in SessionStateWatcherHarald Musum2022-07-112-42/+36
|
* Move some method callsHarald Musum2022-07-112-6/+6
|
* SimplifyHarald Musum2022-07-111-8/+7
|
* Merge pull request #23414 from ↵Jon Bratseth2022-07-071-5/+5
|\ | | | | | | | | vespa-engine/hmusum/fetch-flag-with-application-id-as-dimension Get flag with application id as dimension
| * Change to get flag with application id as dimensionHarald Musum2022-07-071-5/+5
| |
* | Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-071-3/+0
|/
* Add extra parameter in meta request when compressiont type is != gzipHarald Musum2022-07-062-2/+13
|
* Revert "Revert "Make sure to set compression type in file distribution meta ↵Harald Musum2022-07-064-9/+36
| | | | request""
* Revert "Make sure to set compression type in file distribution meta request ↵Harald Musum2022-07-064-36/+9
| | | | [run-systemtest]"
* Make sure to set compression type in file distribution meta requestHarald Musum2022-07-064-9/+36
|
* Merge pull request #23384 from ↵Henning Baldersheim2022-07-061-0/+18
|\ | | | | | | | | vespa-engine/balder/control-num-targets-and-num-events - Control number of rpc targets.
| * - 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