summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-041-6/+0
| | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* Merge pull request #5767 from vespa-engine/gjoranv/java9-prep-06gjoranv2018-05-032-0/+6
|\ | | | | Gjoranv/java9 prep 06
| * Java 9: Add jaxb-api dependency and remove some package referencesgjoranv2018-05-022-0/+6
| | | | | | | | | | | | | | - javax.xml classes are moved to module java.xml.ws ("which is not in the module graph") - The cert-k test bundle referenced a lot of packages that are moved to other modules, but are unlikely to be used.
* | Deprecate all builtin XML providers in jdisc.gjoranv2018-05-0214-23/+31
|/
* Remove row+column supportJon Bratseth2018-04-271-3/+1
|
* Close at endJon Bratseth2018-04-241-3/+3
|
* Clear renderer hit groupsJon Bratseth2018-04-241-0/+1
| | | | | | | | | This allows us to stream more data than can fit in the container (across all concurrent queries), as rendered hits in completed groups can now be garbage collected. We can not deference the hit groups themselves as that entails modifying the parent list.
* Remove some old TODOsgjoranv2018-04-041-5/+1
|
* Merge with masterJon Bratseth2018-02-271-1/+1
|
* Propagate nodes too.Henning Baldersheim2018-02-061-3/+14
|
* Add deprecation legacy stuff only used in tests.Henning Baldersheim2018-02-061-1/+1
|
* Avoid import by *Henning Baldersheim2018-02-031-1/+0
|
* Try to differentiate between client and server errors.Henning Baldersheim2018-02-032-1/+5
|
* Revert "Ensure timeouts in LoggingRequestHandler are logged"Bjørn Christian Seime2018-02-011-20/+1
| | | | This reverts commit 0ec38c1f398c809ddf242bfe23794433eb980706.
* Add rawPath and rawQuery to AccessLogEntryBjørn Christian Seime2018-02-011-1/+10
|
* Ensure timeouts in LoggingRequestHandler are loggedBjørn Christian Seime2018-01-311-1/+20
|
* Merge pull request #4839 from ↵Lester Solbakken2018-01-312-69/+65
|\ | | | | | | | | vespa-engine/bratseth/tensor-type-information-propagation Bratseth/tensor type information propagation
| * Nonfunctional changes onlyJon Bratseth2018-01-312-69/+65
| |
* | Merge pull request #4801 from vespa-engine/gv/ownersBjørn Christian Seime2018-01-301-0/+1
|\ \ | | | | | | Update OWNERS
| * | Update OWNERSgjoranv2018-01-291-0/+1
| |/
* | Verify whether a new snapshot was expected or notBjørn Christian Seime2018-01-291-23/+28
| |
* | Don't run snapshot thread in StateHandlerTestBjørn Christian Seime2018-01-292-21/+22
|/ | | | | | Make ThreadFactory configurable in StateMonitor to enable StateHandlerTest to control the snapshot thread (in this case stop it from running).
* Make lastSnapshotTimeMs volatileBjørn Christian Seime2018-01-251-1/+1
|
* Use AtomicLong instead of volatile longBjørn Christian Seime2018-01-251-3/+4
|
* add trivial gettersArne Juul2018-01-051-0/+3
|
* add optional constructor with Context objectArne Juul2017-12-201-0/+35
|
* add jdisc Metric wiringArne Juul2017-12-144-7/+12
| | | | rename metric (will be tagged as a "container" metric anyway)
* Log when changing status and set status to 'down' when RPC server is shutdownHarald Musum2017-12-091-4/+4
|
* Remove debug lineHarald Musum2017-12-081-1/+0
|
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-083-9/+24
| | | | | Make inital value configurable and make it possible to get and set it in StateMonitor
* 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.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-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.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-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.
* use timeElapsed methodArne Juul2017-11-131-1/+1
|
* add metrics for handled requestsArne Juul2017-11-131-1/+24
|
* Always try to upgrade to the latest good versionJon Bratseth2017-11-011-1/+0
|
* Add copyright headerJon Bratseth2017-10-272-1/+3
|
* Add load balancer address to identity configMorten Tokle2017-10-261-0/+1
|
* Update copyrightMorten Tokle2017-10-241-3/+1
|
* Expose domain and service from AthenzIDPMorten Tokle2017-10-241-1/+1
|
* Add Athenz identity provider and configurationMorten Tokle2017-10-202-0/+11
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+16
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-16/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-30/+15
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+31
|
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-4/+0
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-0/+4
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3013-13/+0
|