summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't install removed def filegjoranv2019-01-211-1/+0
|
* Remove metric-defaults.defgjoranv2019-01-211-5/+0
| | | | - Contained only one enum with one value.
* Remove httpclient dependency.gjoranv2019-01-211-6/+0
| | | | | - Should probably have been cleaned up when code was moved to vespa-athenz.
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-1/+1
|
* 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
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* 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.
* Move BouncyCastle preinstall declaration to container-discBjørn Christian Seime2019-01-211-0/+4
|
* Remove deprecated metrics (*MemoryBytes)gjoranv2019-01-212-7/+1
|
* Remove legacy config container.jdisc.config.http-servergjoranv2019-01-212-48/+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
* Merge pull request #8069 from vespa-engine/lesters/download-urlsLester Solbakken2019-01-111-0/+1
|\ | | | | Lesters/download urls
| * Download files specified in url config fieldLester Solbakken2019-01-091-0/+1
| |
* | Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+52
|/ | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-52/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+64
|
* 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
|
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-261-1/+0
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Install config model APIJon Bratseth2018-11-261-0/+1
|
* Revert "Exclude tensorflow when depending on searchlib"Henning Baldersheim2018-11-231-4/+0
|
* Merge pull request #7752 from ↵Henning Baldersheim2018-11-231-0/+4
|\ | | | | | | | | vespa-engine/hmusum/exclude-tensorflow-from-searchlib-dependency Exclude tensorflow when depending on searchlib
| * Exclude tensorflow when depending on searchlibHarald Musum2018-11-231-0/+4
| |