aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/config/subscription/impl
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0913-13/+13
* Another overflowjonmv2023-07-071-3/+2
* Log at level INFO when application is not loadedHarald Musum2023-03-061-0/+4
* Revert "Revert "Add an eof object that can be sent to the Q to wake up the on...Henning Baldersheim2022-12-231-5/+40
* Revert "Add an eof object that can be sent to the Q to wake up the ones waiti...Henning Baldersheim2022-12-211-40/+5
* Add an eof object that can be sent to the Q to wake up the ones waiting for c...Henning Baldersheim2022-12-201-5/+40
* Check when last warning was logged for all error typesHarald Musum2022-12-011-21/+14
* Move file handling down into FileSourcejonmv2022-11-012-16/+14
* Cleanup, no effective changesjonmv2022-11-012-8/+2
* No real changesjonmv2022-11-013-30/+17
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+2
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-122-6/+8
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
* Make sure we only add config with updated generation to subscription queueHarald Musum2022-04-192-13/+14
* Revert "Revert "Warn if config changes without generation changing""Harald Musum2022-04-193-5/+17
* Revert "Warn if config changes without generation changing"Harald Musum2022-04-193-17/+5
* Warn if config updated without generation updatedHarald Musum2022-04-193-6/+17
* Unexpected config change: Lower log level and add explanationHarald Musum2022-04-131-2/+3
* Synchronize when polling config response queueHarald Musum2022-04-081-1/+1
* Merge pull request #21237 from vespa-engine/balder/if-queue-is-empty-no-need-...Henning Baldersheim2022-02-161-3/+3
|\
| * If the queue is empty, avoid an extra poll which will do both an extra time c...Henning Baldersheim2022-02-161-3/+3
* | If timeout is zero or negative there is no need to make a costly call to samp...Henning Baldersheim2022-02-161-13/+21
|/
* SimplifyHarald Musum2022-02-101-2/+1
* Handle previous config being null when setting new configHarald Musum2022-02-101-4/+5
* Defer public API decisionMartin Polden2022-01-281-1/+1
* Log snippet instead of entire configMartin Polden2022-01-281-1/+5
* Add more info in log message when config unexpectedly changesHarald Musum2022-01-241-4/+2
* Rename and update commentsHarald Musum2022-01-031-21/+20
* Avoid clearing config response queueHarald Musum2022-01-031-9/+16
* Merge pull request #20628 from vespa-engine/hmusum/config-cleanup-3gjoranv2022-01-032-41/+8
|\
| * Simplify MockConnectionHarald Musum2022-01-032-41/+8
* | Deprecate getConfigMd5() and setConfigMd5()Harald Musum2022-01-031-0/+1
|/
* Fix calculation of initial value of last logged timestampHarald Musum2021-12-181-2/+2
* Less logging when config requests failHarald Musum2021-12-161-7/+1
* Merge branch 'master' into revert-20366-revert-20350-hmusum/config-subscripti...Harald Musum2021-12-111-1/+1
|\
| * Wait longer before logging a warning the first timeHarald Musum2021-12-101-1/+1
* | Revert "Revert "Config subscription refactoring, part 5 [run-systemtest]""Harald Musum2021-12-065-34/+55
|/
* Revert "Config subscription refactoring, part 5 [run-systemtest]"Harald Musum2021-12-045-55/+34
* Cleanup use of requesters and config sourcesHarald Musum2021-12-035-34/+55
* MInor cleanup of ConfigSource in subscriptionsHarald Musum2021-12-034-19/+18
* Simplify ConfigSubscriptionHarald Musum2021-11-296-43/+27
* Make variable volatileHarald Musum2021-11-241-1/+1
* SimplifyHarald Musum2021-11-241-8/+5
* Adust when we log warnings a bit to avoid noiseHarald Musum2021-11-241-10/+15
* Revive test and test some moreHarald Musum2021-11-241-0/+2
* Extend test to cover case where we get new generation, but same configHarald Musum2021-11-111-1/+3
* Implement setNewConfigAndGeneration in GenericJRTConfigSubscriptionHarald Musum2021-11-101-0/+11
* Revert "Revert "Always update config when generation has changed [run-systemt...Harald Musum2021-11-102-2/+28
* Revert "Always update config when generation has changed [run-systemtest]"Harald Musum2021-11-102-28/+2
* FixHarald Musum2021-11-101-1/+1