summaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert FilterConfigProvider changes from ↵Valerij Fredriksen2019-04-241-9/+1
| | | | 2f0e8c98e495ea5b986ec2614bafa33c1aacf5d8
* Pass identities to filter through FilterConfigValerij Fredriksen2019-04-171-1/+9
|
* Replace use of Guava with standard libraryBjørn Christian Seime2019-03-131-7/+2
|
* Only report metric when increment is non-zeroBjørn Christian Seime2019-02-051-6/+12
|
* Report values from initial snapshotBjørn Christian Seime2019-01-291-1/+1
| | | | | Initialize JrtMetrics with empty snapshot so that the values of the first real snapshot are reported.
* Add calculation of metrics changes since previous snapshotBjørn Christian Seime2019-01-221-18/+9
| | | | | | | | - Move metric diff calculation to TransportMetrics.Snapshot. - Remove TransportMetrics.reset() and use changesSince() instead in EchoTest. - Remove unnecessary volatile modifier on JrtMetrics.previousSnapshot. - Initialize JrtMetrics.previousSnapshot in constructor. - Use separate field declarations for fields in TransportMetrics.Snapshot.
* Update copyright headerBjørn Christian Seime2019-01-221-1/+1
|
* Propagate jrt transport metrics to metrics frameworkBjørn Christian Seime2019-01-222-0/+47
|
* Revert "Add tracking of jrt metrics"Bjørn Christian Seime2019-01-224-128/+0
| | | | This reverts commit 299d205912af1b3ebdb16a1fc037dd0770288be3.
* Set -XX:ActiveProcessorCount option if set in configHarald Musum2019-01-211-0/+9
| | | | Use VESPA_CONTAINER_JVMARGS if set
* Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-211-4/+0
| | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-211-0/+4
|
* Remove deprecated methodsJon Bratseth2019-01-211-3/+0
|
* Remove SeverJon Bratseth2019-01-211-1/+0
|
* Open java.base/java.iogjoranv2019-01-211-0/+1
| | | | | .. to allow com.yahoo.io.NativeIO to use reflective access on java.io.FileDescriptor.fd
* Generate html5 javadocgjoranv2019-01-213-8/+8
|
* Remove metric-defaults.defgjoranv2019-01-211-5/+0
| | | | - Contained only one enum with one value.
* Partial cleanup of metric-defaults config.gjoranv2019-01-211-1/+2
|
* nobody uses JSVC aka commons.daemon, remove support for itArne Juul2019-01-211-82/+0
|
* CMS is deprecated in JDK 9 and will be removed in a later releasegjoranv2019-01-211-1/+1
| | | | - See http://openjdk.java.net/jeps/291
* Open necessary packages to the unnamed modulegjoranv2019-01-211-0/+8
| | | | | | .. to avoid warnings due to Felix accessing non-public apis with reflection. + Show all "Illegal reflective access" warnings.
* Remove deprecated metrics (*MemoryBytes)gjoranv2019-01-212-7/+1
|
* Remove legacy config container.jdisc.config.http-servergjoranv2019-01-211-47/+0
|
* Add tracking of jrt metricsBjørn Christian Seime2019-01-144-0/+128
| | | | | | - Introduce jrt supervisor factory interface - Add default implementation of factory with metric integration - Add component that regularly propagates jrt metric values
* Download files specified in url config fieldLester Solbakken2019-01-091-0/+1
|
* Less use of ContainerJon Bratseth2018-12-031-9/+10
|
* Non-functional changes onlyJon Bratseth2018-12-025-4/+7
|
* Remove unused classJon Bratseth2018-12-021-56/+0
|
* Listen to the RPC portJon Bratseth2018-12-021-8/+35
|
* Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-021-2/+29
| | | | | | | vespa-engine/revert-7836-bratseth/remove-unused-rpc-server-take-3" This reverts commit 0c39992b60e6103a85fa00362df74930a660e51c, reversing changes made to a8277a3a486f7fd174e562bf174cfa72aede9cee.
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-011-29/+2
|
* Don't use config injectionJon Bratseth2018-12-011-19/+20
|
* Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-011-4/+30
| | | | | | | vespa-engine/revert-7833-bratseth/remove-unused-rpc-server-take-2" This reverts commit ce9f57d123d835cc698adf2febe4aae47128031d, reversing changes made to c2af67b3d11da53655a0750d2e288b584c7b938c.
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-30/+4
|
* Register the container with SlobrokJon Bratseth2018-12-011-1/+27
| | | | This allows us to orchestrate restarts.
* Revert "Merge pull request #7831 from ↵Jon Bratseth2018-12-011-3/+3
| | | | | | | vespa-engine/revert-7818-bratseth/remove-unused-rpc-server" This reverts commit 0aeda846a4dd36c03f49e4504e91ee2c813bde87, reversing changes made to c0513ac34d2c438e9f97e699659855029e1f06e8.
* Revert "Remove zombie code"Håkon Hallingstad2018-12-011-3/+3
|
* Remove zombie codeJon Bratseth2018-11-291-3/+3
|
* Let the fallback be the old default.Henning Baldersheim2018-10-251-1/+1
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-241-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Use G1GC as defaultBjørn Christian Seime2018-10-241-1/+1
|
* Revert "Use G1GC as default"Bjørn Christian Seime2018-10-201-1/+1
|
* Setting NewRatio is not recommended for G1Bjørn Christian Seime2018-10-191-1/+1
| | | | | | From G1 doc: "Avoid explicitly setting young generation size with the -Xmn option or any or other related option such as -XX:NewRatio. Fixing the size of the young generation overrides the target pause-time goal."
* Use G1GC as defaultBjørn Christian Seime2018-10-191-1/+1
|
* Expose private key and certificate (#7217)Morten Tokle2018-10-081-0/+5
|
* Use full nameHarald Musum2018-10-031-1/+1
|
* Add copyright headerJon Bratseth2018-10-012-0/+2
|
* Merge pull request #6860 from ↵Arnstein Ressem2018-09-101-1/+1
|\ | | | | | | | | vespa-engine/revert-6724-revert-6710-hmusum/use-legacy-format-option-for-vespa-get-config Revert "Revert "Explicitly use legacy format option to vespa-get-config""
| * Revert "Revert "Explicitly use legacy format option to vespa-get-config""Harald Musum2018-09-041-1/+1
| |
* | Remove config that was only used for Jersey 1.gjoranv2018-09-051-8/+0
|/