aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc/ConfiguredApplication.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsjonmv2023-10-111-2/+0
* Silly hack to close HTTP server before mbus serverjonmv2023-10-111-4/+26
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-4/+4
* Use constants, and add new metrics to VespaMetricSet.gjoranv2023-05-051-3/+6
* Add metrics for graph creation time and reconfig count.gjoranv2023-05-051-0/+6
* Log at lower levelHarald Musum2023-03-091-2/+2
* Use the latest metric objectJon Bratseth2023-03-061-6/+8
* Use the metric provider returned after configurationJon Bratseth2023-03-031-4/+3
* Use the APPLICATION_GENERATION constant.gjoranv2023-03-031-1/+2
* Define application_generation in containermetrics and add to the vespa setJon Bratseth2023-03-021-2/+2
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-1/+3
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-8/+6
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-0/+1
* Start new mbus servers before stopping old onesjonmv2022-10-101-1/+7
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-1/+0
* Remove duplicate call to InitializeLog.init()gjoranv2022-05-101-1/+0
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-3/+2
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-091-2/+3
* Move to non-public impl package.Henning Baldersheim2022-05-091-1/+1
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-091-3/+2
* Revert "Prefer BouncyCastle as security provider [run-systemtest]"Harald Musum2022-04-201-1/+1
* Install BC as prefered provider for jdiscBjørn Christian Seime2022-04-201-1/+1
* Install BouncyCastle during jdisc startupBjørn Christian Seime2022-02-181-0/+20
* Only shutdown non-null configurerMartin Polden2022-02-111-1/+3
* Improve logging of jdisc shutdownBjørn Christian Seime2022-02-081-15/+16
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-1/+2
* Reapply "Shutdown reconfiguration thread in a more controlled way [run-system...Bjørn Christian Seime2022-02-071-40/+45
* Revert "Shutdown reconfiguration thread in a more controlled way [run-systemt...Bjørn Christian Seime2022-02-071-45/+40
* Initialize port watcher thread in constructorBjørn Christian Seime2022-02-041-2/+3
* Make reconfigurer thread a daemon threadBjørn Christian Seime2022-02-041-0/+1
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-38/+41
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-021-0/+1
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* | Don't call returnRequest() for sync RPC methodBjørn Christian Seime2022-01-311-2/+0
|/
* 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
* Add TODOBjørn Christian Seime2022-01-271-0/+2
* Wait for all previous container to terminateBjørn Christian Seime2022-01-271-19/+26
* Move shutdown timeout logic to separate classBjørn Christian Seime2022-01-261-33/+5
* Redesign ComponentDeconstructor to start deconstruction immediatelyBjørn Christian Seime2022-01-251-2/+2
* Rename methods to 'waitForNextGraphGeneration'Bjørn Christian Seime2022-01-251-1/+1
* Explicitly deactivate current container and wait for termination to completeBjørn Christian Seime2022-01-251-7/+17
* Delegate responsibility/timing of cleaning up old components to callerBjørn Christian Seime2022-01-251-5/+7
* Rename methods that implicitly waits for a new config generationBjørn Christian Seime2022-01-251-1/+1