summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Revert the test.Henning Baldersheim2017-03-061-1/+1
|
* Shutdown renderer threads on deconstructJon Bratseth2017-03-063-3/+14
|
* Adds test of HttpProxyHåkon Hallingstad2017-02-091-20/+0
|
* Adds Config Server application handler for Cluster Controller status pageHåkon Hallingstad2017-02-092-1/+21
|
* Merge branch 'master' into bratseth/add-filter-testJon Bratseth2017-02-081-1/+6
|\
| * Finalize degraded coverage info and test it's json rendering.Henning Baldersheim2017-02-061-1/+6
| |
* | Nonfunctional changes onlyJon Bratseth2017-02-082-2/+2
|/
* Merge pull request #1617 from ↵Henning Baldersheim2017-01-261-1/+23
|\ | | | | | | | | yahoo/revert-1616-revert-1607-balder/return-timeout-information-up-4 Revert "Revert "Balder/return timeout information up 4""
| * Use round instead of cast to int giving floorHenning Baldersheim2017-01-261-1/+1
| |
| * Revert "Revert "Balder/return timeout information up 4""Henning Baldersheim2017-01-261-0/+22
| |
| * Revert "Balder/return timeout information up 4"Henning Baldersheim2017-01-261-22/+0
| |
| * Render timeout information all the way.Henning Baldersheim2017-01-251-0/+22
| |
* | Quit if interrupted.Henning Baldersheim2017-01-261-5/+7
| |
* | Use a separate thread for reporting metrics instead of doing all the on ↵Henning Baldersheim2017-01-261-3/+20
| | | | | | | | every request. 10hz should do.
* | When counting started and completed and then reporting the difference,Henning Baldersheim2017-01-261-3/+3
|/ | | | both must be incremented.....
* Add README.mdgjoranv2017-01-201-0/+3
| | | | VESPA-6223
* Track number of active threads yourself as ThreadPoolExecutor has a cost ↵Henning Baldersheim2017-01-171-0/+16
| | | | | | | that is linear to number of active threads. It also has the threadpool lock while counting. definitely a no,no,no.
* Tensor generate functionsJon Bratseth2016-12-221-1/+1
|
* Nonfunctional changes onlyJon Bratseth2016-12-131-2/+1
|
* Use a static variable to communicateJon Bratseth2016-11-091-6/+4
| | | | | | Some third party code somewhere is calling setProperties, wiping all properties set inside the VM at random times, so communicate through a static variable instead.
* initialize metricArne H Juul2016-11-051-0/+4
| | | | | * even if we don't receive requests, we want to make sure these metrics exist and are observable.
* Add explanation for deactivated testJon Bratseth2016-10-251-1/+1
|
* Really deactivate watchdog for realJon Bratseth2016-10-253-10/+5
|
* Newly re-enabled test fails on factory. Ignore again until cause found.Arnstein Ressem2016-10-251-0/+1
|
* Truthful constructor signaturesJon Bratseth2016-10-251-12/+14
|
* Enable testJon Bratseth2016-10-251-2/+1
|
* Use a dedicated thread for VIP statusJon Bratseth2016-10-253-5/+19
| | | | Also, various nonfunctiuonal changes.
* Nonfunctional changesJon Bratseth2016-10-171-1/+1
|
* Remove pre Vespa 6 values from container-http.defJon Bratseth2016-10-131-17/+0
|
* Support configuring a hostname headerJon Bratseth2016-10-134-7/+9
|
* Update commentHarald Musum2016-10-031-1/+0
|
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-11/+0
|
* Many modules wanted to copile with 1.5 in intellij.Henning Baldersheim2016-09-051-0/+15
| | | | Here are all that complained when trying to run tests in config-model.
* Replaced InetAddress.getCanonicalHostName() with HostName.getLocalHost() for ↵valerijf2016-08-291-3/+2
| | | | docker IPv6 compatibility
* Use active nodes, not documents to answer if we can serve documentsJon Bratseth2016-08-251-0/+1
|
* Nonfunctional changes onlyJon Bratseth2016-08-242-29/+5
|
* Whitespace changes onlyJon Bratseth2016-08-232-4/+11
|
* Nonfunctional changes onlyJon Bratseth2016-08-233-4/+42
|
* Whitespace changes onlyJon Bratseth2016-08-236-27/+31
|
* Provide method for overriding timeout for handlerHarald Musum2016-07-072-8/+57
| | | | VESPA-3979
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-041-1/+1
| | | | The former is deprecated and will be removed in "August 2016"
* Remove changes that will be part of another PRJon Bratseth2016-07-041-2/+1
|
* Don't use separate renderer threads in unit testsJon Bratseth2016-07-042-4/+22
|
* Revert "Revert "Bratseth/only one clustercontroller per host 2""Jon Bratseth2016-07-042-14/+10
| | | | This reverts commit f9b197a293c63e824cf1062b5642b67a3f00c16e.
* Revert "Bratseth/only one clustercontroller per host 2"Jon Bratseth2016-07-012-10/+14
|
* Nonfunctional changesJon Bratseth2016-06-302-14/+10
|
* Don't reused renderer executors across renderer recyclingJon Bratseth2016-06-302-1/+24
|
* Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.