aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* Less use of ContainerJon Bratseth2018-12-031-1/+0
|
* Match uris with implicit port given from schemeBjørn Christian Seime2018-11-192-1/+25
|
* Revert "Merge pull request #7409 from ↵Jon Bratseth2018-10-261-0/+1
| | | | | | | vespa-engine/revert-7380-bratseth/segment-yql-by-default" This reverts commit 1cb09174cb579936eae49f7db632113795b0666a, reversing changes made to eedcfc980db65da04eaca866693ef215f337f325.
* Revert "Bratseth/segment yql by default"Harald Musum2018-10-221-1/+0
|
* Nonfunctional changes onlyJon Bratseth2018-10-191-0/+1
|
* Minor fixesJon Bratseth2018-10-141-1/+1
|
* Calculate exportPackages in a separate JVM (not maven's).gjoranv2018-10-011-4/+5
|
* Use a more robust method for retrieving system packages.gjoranv2018-09-273-4/+50
| | | | | | | | - Start the framework and retrieve properties from the system bundle. - The static 'org.osgi.framework.system.packages' property only returns org.osgi packages on Felix 6, and was based on a static list in felix/framework/src/main/resources/default (not good).
* Add jaxb-core and jaxb-impl dependencies and export their packages.gjoranv2018-07-101-0/+10
| | | | - Needed for Jersey (2.23, and most likely also later versions)
* Fix author tag for SimonBjørn Christian Seime2018-07-05176-176/+176
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-272-6/+18
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-262-18/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-6/+18
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12"gjoranv2018-06-252-18/+6
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-252-6/+18
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Revert "Move TimeBudget to vespajlib and use Clock""Håkon Hallingstad2018-06-222-84/+0
|
* Revert "Move TimeBudget to vespajlib and use Clock"Harald Musum2018-06-212-0/+84
|
* Move TimeBudget to vespajlib and use ClockHåkon Hallingstad2018-06-212-84/+0
|
* Add timeout to set-node-state calls from OrchestratorHåkon Hallingstad2018-06-192-0/+84
|
* Bundle-plugin Scala code converted to JavaOlli Virtanen2018-06-132-16/+0
|
* Run reconfigurer thread even when restartOnRedeploy is trueJon Bratseth2018-05-301-7/+8
|
* simpler bootstrapArne Juul2018-05-141-65/+5
|
* update bootstrap section of scriptsArne Juul2018-05-141-0/+12
|
* Java 9: Add xml-apis packages that are no longer in rt.jar.gjoranv2018-05-091-0/+7
| | | | (moved to new module javax.xml)
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-024-10/+27
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-024-27/+10
|
* Allow building with Java 9.gjoranv2018-04-303-8/+12
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Don't use wildcard imports.gjoranv2018-04-301-2/+15
| | | | | - Leads to ambiguous class reference in Java 9: new class java.lang.Module vs. com.google.inject.Module.
* Remove finalizer() from ActiveContainerBjørn Christian Seime2018-04-161-48/+5
|
* Introduce simple container watchdogBjørn Christian Seime2018-04-166-1/+232
| | | | | This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.
* Add Vespa 7 todos to hide implementation details.gjoranv2018-04-132-0/+2
|
* Remove container watchdogBjørn Christian Seime2018-04-137-443/+20
| | | | | - Remove ActiveContainerDeactivationWatchdog - Move deconstruction enforcer to ActiveContainer
* Fix bug where container watchdog stored wrong activation timeBjørn Christian Seime2018-04-121-5/+4
|
* Log as info when triggering GC + finalizationBjørn Christian Seime2018-04-111-1/+1
|
* Allow applications to request exlcusive access to hostsJon Bratseth2018-03-201-9/+9
|
* Reduce logging of false positives in container watchdogBjørn Christian Seime2018-03-082-28/+33
| | | | | | 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-062-10/+23
| | | | | | Changes the deactivated container watchdog to only trigger gc when the number of deactivated containers passed grace period is above a threshold.
* Log when activate times out (low-level timeout in jdisc)Harald Musum2018-01-311-1/+1
|
* Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-0/+8
|
* Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-8/+0
|
* Redefine task and its contextHåkon Hallingstad2018-01-221-0/+8
| | | | | | | | | | | | | After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.
* Use protobuf 3.4.0 by defaultJon Bratseth2018-01-181-1/+1
|
* Nonfunctional changes onlyJon Bratseth2018-01-158-30/+30
|
* remove unnecessary loggingHåkon Hallingstad2017-12-231-1/+0
|
* Move initial log to right after Vespa logging has been initializedHåkon Hallingstad2017-12-231-1/+2
|
* Revert "Revert "Log at JDisc process start and stop""Håkon Hallingstad2017-12-231-1/+4
|
* Revert "Log at JDisc process start and stop"Arne H Juul2017-12-231-4/+1
|
* Log at JDisc process start and stopHåkon Hallingstad2017-12-221-1/+4
|
* Error should also exit JDisc containerHåkon Hallingstad2017-12-081-1/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.