summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Move TimeBudget to vespajlib and use Clock""Håkon Hallingstad2018-06-221-29/+0
|
* Revert "Move TimeBudget to vespajlib and use Clock"Harald Musum2018-06-211-0/+29
|
* Move TimeBudget to vespajlib and use ClockHåkon Hallingstad2018-06-211-29/+0
|
* Add timeout to set-node-state calls from OrchestratorHåkon Hallingstad2018-06-191-0/+29
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-022-8/+11
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-022-11/+8
|
* Allow building with Java 9.gjoranv2018-04-302-8/+11
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Introduce simple container watchdogBjørn Christian Seime2018-04-161-0/+73
| | | | | This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.
* Remove container watchdogBjørn Christian Seime2018-04-131-159/+0
| | | | | - Remove ActiveContainerDeactivationWatchdog - Move deconstruction enforcer to ActiveContainer
* Reduce logging of false positives in container watchdogBjørn Christian Seime2018-03-081-8/+5
| | | | | | Introduce a lower grace period only used by the gc check to ensure that deactivated containers have a chance of being collected before being reported as stale in the log and the metrics api.
* Only run gc when number of stale containers above thresholdBjørn Christian Seime2018-02-061-4/+8
| | | | | | Changes the deactivated container watchdog to only trigger gc when the number of deactivated containers passed grace period is above a threshold.
* add the pattern to BindingMatchArne Juul2017-11-092-8/+13
|
* Triggering finalization does not guarantee that phantom references are enqueuedBjørn Christian Seime2017-07-201-1/+2
|
* Merge pull request #2966 from yahoo/bjorncs/activecontainer-watchdogBjørn Christian Seime2017-07-171-0/+2
|\ | | | | Temporarily ignore test
| * Temporarily ignore testBjørn Christian Seime2017-07-171-0/+2
| |
* | Improve ActiveContainerDeactivationWatchdog unit testBjørn Christian Seime2017-07-171-7/+16
|/
* Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-171-2/+1
|
* Update copyright headersJon Bratseth2017-06-1494-93/+94
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1494-94/+93
|
* Update copyright headersJon Bratseth2017-06-1494-93/+94
|
* Revert "Copyright header"Jon Bratseth2017-06-1394-94/+93
|
* Copyright headerJon Bratseth2017-06-1394-93/+94
|
* Ignore test (#2719)Bjørn Christian Seime2017-06-121-0/+2
|
* Use mocked clock (#2718)Bjørn Christian Seime2017-06-121-2/+1
|
* Reintroduce enforced destruction of ActiveContainer (#2712)Bjørn Christian Seime2017-06-121-0/+54
| | | | Reintroduce enforced destruction of ActiveContainer - without using finalizer
* Remove finalizer in ActiveContainerBjørn Christian Seime2017-06-121-75/+0
| | | | | No instances of the log message has been detected the last month, which indicates that the finalizer is not necessary.
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-081-18/+30
| | | | | | Add new watchdog class to combine monitoring and reporting of stale ActiveContainer instances. Introduce a grace period to allow deactivated containers some time to die.
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-311-0/+79
|
* Revert "Add unit test for ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-78/+0
| | | | This reverts commit 3b2ab7feaa19498f876bb710e6ae41ebe6d4ad69.
* Add unit test for ActiveContainerStatisticsBjørn Christian Seime2017-05-301-0/+78
|
* Change timeout response code from 408 to 504Bjørn Christian Seime2017-05-102-12/+12
|
* fix or suppress warningsArne H Juul2017-04-208-21/+23
|
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-046-9/+9
| | | | The former is deprecated and will be removed in "August 2016"
* Use Github username as authorBjørn Christian Seime2016-06-282-2/+2
|
* PublishJon Bratseth2016-06-1594-0/+13701