aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add parentheses to apply the cast on the end result instead of the value in t...Henning Baldersheim2022-02-031-1/+1
* 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-262-33/+57
* Include generation number in log message for deconstructionBjørn Christian Seime2022-01-251-4/+7
* Redesign ComponentDeconstructor to start deconstruction immediatelyBjørn Christian Seime2022-01-252-41/+20
* Rename methods to 'waitForNextGraphGeneration'Bjørn Christian Seime2022-01-251-1/+1
* Log when deconstruction component graphBjørn Christian Seime2022-01-251-0/+3
* Use a single thread for graph deconstructionBjørn Christian Seime2022-01-251-2/+2
* Respect topological ordering when releasing shared resourcesBjørn Christian Seime2022-01-251-3/+10
* 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
* Fail-fast if reconfigurer thread is interruptedBjørn Christian Seime2022-01-211-1/+2
* Fix typoBjørn Christian Seime2022-01-211-3/+3
* Name threadsBjørn Christian Seime2022-01-211-2/+2
* No functional changesJon Bratseth2021-12-152-5/+5
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-131-2/+7
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-7/+2
* Add zone info to query profile contextJon Bratseth2021-12-091-2/+7
* Allow intergroup redundancyJon Bratseth2021-12-081-2/+2
* Add application to systeminfoJon Bratseth2021-11-091-2/+10
* Add ZoneInfoJon Bratseth2021-10-311-0/+30
* Update 2019 Oath copyrights.gjoranv2021-10-273-3/+3
* Reapply "Container config improvements [run-systemtest]"gjoranv2021-10-151-2/+4
* Revert "Container config improvements [run-systemtest]"Henning Baldersheim2021-10-141-4/+2
* Improve debugging of CloudSubscriber by adding a name.gjoranv2021-10-081-2/+4
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0723-23/+23
* Expose node indices of a container cluster via SystemInfogjoranv2021-10-011-1/+1
* GC duplicate codeHenning Baldersheim2021-09-301-2/+1
* Add config id to heap dump for faster identification.Henning Baldersheim2021-09-301-1/+9
* Merge pull request #19287 from vespa-engine/hakonhall/log-vespa-version-when-...Håkon Hallingstad2021-09-271-1/+2
|\
| * Avoid the overloaded "container" nameHåkon Hallingstad2021-09-241-1/+1
| * Log Vespa version when jDisc startsHåkon Hallingstad2021-09-241-1/+2