aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc/component
Commit message (Expand)AuthorAgeFilesLines
* Log number of bundles uninstalledBjørn Christian Seime2022-02-141-3/+3
* Add parentheses to apply the cast on the end result instead of the value in t...Henning Baldersheim2022-02-031-1/+1
* 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-251-39/+18
* 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
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reduce shutdown deconstruction timeout from 10 min -> 45 secgjoranv2020-12-151-1/+3
* Make the deconstruct executor private again.gjoranv2020-12-151-2/+1
* Optimize imports.gjoranv2020-12-151-8/+5
* Extract method for task waiting and exception handling.gjoranv2020-12-151-12/+16
* Add constant for the deconstruct delay in RECONFIG mode.gjoranv2020-12-151-1/+2
* Wait for component deconstruction to finish when shutting down.gjoranv2020-12-151-5/+40
* Revert "Revert "Revert "Revert "Always deconstruct in reverse creation order,...Jon Marius Venstad2020-12-081-11/+11
* Revert "Revert "Revert "Always deconstruct in reverse creation order, includi...Jon Marius Venstad2020-12-081-11/+11
* Revert "Revert "Always deconstruct in reverse creation order, including Provi...Jon Marius Venstad2020-12-071-11/+11
* Revert "Always deconstruct in reverse creation order, including Provider obje...Arnstein Ressem2020-12-071-11/+11
* Make executor package visible for shutdown testsJon Marius Venstad2020-12-071-1/+1
* Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-071-10/+10
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-6/+6
* LogLevel.FATAL -> Level.SEVEREgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Ensure that obsolete bundles are uninstalledgjoranv2020-04-021-1/+1
* Use level INFO for uninstalling bundles.gjoranv2020-02-191-6/+8
* Use supplier syntaax for debug log messagesHarald Musum2020-02-181-6/+6
* Log at a lower levelHarald Musum2020-02-181-3/+3
* Log at a lower levelHarald Musum2020-02-111-7/+6
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-051-6/+24
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-041-24/+6
* Support safe component deconstruction in jdisc container.gjoranv2019-10-281-6/+24
* Deconstruct all components in one task.gjoranv2019-10-261-26/+29
* Schedule deconstruct of all components with one call.gjoranv2019-10-261-14/+17
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
* Close servers earlier in the shutdown processOlli Virtanen2018-07-031-1/+1
* Use System.nanoTime() as seedBjørn Christian Seime2018-03-231-1/+1
* Improve name of deconstructor threadBjørn Christian Seime2018-03-231-1/+1
* Remove comment and fix spelling errorBjørn Christian Seime2018-03-231-3/+1
* Fix where shutdown delay could be infinite or negativeBjørn Christian Seime2018-03-221-12/+18
* Distinguish between different types of "components" in log outputBjørn Christian Seime2018-03-221-11/+12
* Fix log message typoJon Bratseth2018-03-011-1/+1
* Log before sleepingJon Bratseth2018-03-011-3/+6
* Clearer shutdown message and handle evilnessJon Bratseth2018-03-011-1/+5
* Make more effort to not die at the same timeJon Bratseth2018-03-011-1/+7
* Increase random die time from 3 to 10 minutesJon Bratseth2018-03-011-2/+9
* Don't die on NoClassDefFoundErrorJon Bratseth2018-03-011-5/+5
* Log deconstruction progressHåkon Hallingstad2018-02-161-0/+4
* remove unnecessary loggingHåkon Hallingstad2017-12-231-1/+0
* Deconstruct components in non-daemon threadBjørn Christian Seime2017-07-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1