summaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* Support Athenz access tokensMorten Tokle2020-02-032-0/+12
|
* Configure ZooKeeper log file handlerHarald Musum2020-01-131-3/+3
|
* Add back removal of old lock filesHarald Musum2020-01-101-0/+1
|
* Make sure to close file handler used for zookeeper log messagesHarald Musum2020-01-102-1/+1
| | | | This avoid .lck files being left behind after stopping container
* Set error file pathValerij Fredriksen2020-01-091-0/+1
|
* Stop requiring at least 1 Gb heap when using heaps size as percentage of ↵Harald Musum2019-12-181-4/+1
| | | | | | | physical memory Make it easier to get this working for e.g. Docker containers with less memory
* Merge pull request #11491 from ↵gjoranv2019-12-041-9/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-unused-config-definition Remove unused config definition
| * Remove unused config definitionHarald Musum2019-12-041-9/+0
| |
* | Provider for AthenzIdentityProviderMorten Tokle2019-12-041-0/+71
|/
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-053-9/+39
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-043-39/+9
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-283-9/+39
| | | | | | | | | - Add allowDuplicates to all Osgi classes - Uninstall bundles in Deconstructor - We no longer refresh bundles because we uninstall old bundles at a later point than the new bundles are installed. Hence, the user must version app bundles that are dependencies used by other app bundles.
* Deconstruct all components in one task.gjoranv2019-10-261-26/+29
| | | | | The executor has only one thread, so this should not make a significant difference.
* Schedule deconstruct of all components with one call.gjoranv2019-10-262-17/+23
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-4/+4
|
* Log a message about the misconfiguration.Henning Baldersheim2019-10-151-0/+1
|
* Add a safety against specifying a min heap size lager than max heap size.Henning Baldersheim2019-10-151-0/+5
|
* minheapsize -> minHeapsizeHenning Baldersheim2019-10-151-3/+3
|
* Add minheapsize as a controllable entity. Control it explicit and avoid ↵Henning Baldersheim2019-10-141-1/+3
| | | | using append of jvmargs which is intended for user specified overrides.
* VESPA_TOTAL_MEMORY_MB is not in use anymoreHarald Musum2019-10-111-9/+5
|
* list existing versions of a secretandreer2019-10-021-0/+7
|
* Shutdown configurere, add some commentsHarald Musum2019-09-021-2/+6
|
* Do not use a slobrok config subscriber when using standalone containerHarald Musum2019-09-021-5/+24
|
* Merge branch 'master' into hmusum/use-config-subscriber-for-slobrok-configHarald Musum2019-09-012-49/+11
|\
| * Need SessionCacheHarald Musum2019-08-291-0/+4
| |
| * Remove unused codeHarald Musum2019-08-292-48/+7
| |
* | Use config subscriber for slobroks configHarald Musum2019-08-281-5/+6
|/
* Add ActiveProcessorCountHenning Baldersheim2019-08-201-1/+1
|
* Since Java 11 and docker are note the best of friends we will use nproc instead.Henning Baldersheim2019-08-201-0/+2
|
* Add SecretStoreProvider, deprecate oldMorten Tokle2019-06-242-14/+43
|
* Use hash insteadValerij Fredriksen2019-06-241-1/+1
|
* Get memory limit from cgroup if possible and is setValerij Fredriksen2019-06-221-0/+5
|
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-1/+0
|
* Nonfunctional changes onlyJon Bratseth2019-06-032-5/+3
|
* 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
|