summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|
* Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-171-1/+2
| | | | - New Vespa bundles should not preinstall other bundles from disk.
* Add support for serializing and compressing once, instead of once per ↵Henning Baldersheim2020-06-301-1/+0
| | | | backend node.
* Move Zone API to separate bundleBjørn Christian Seime2020-06-102-0/+34
|
* Non-functional changes onlyJon Bratseth2020-05-131-2/+2
|
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-6/+6
|
* LogLevel.FATAL -> Level.SEVEREgjoranv2020-04-251-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-2/+2
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* Expose truststore pathMorten Tokle2020-04-143-1/+10
|
* Declare fields accessed by multiple threads volatile.gjoranv2020-04-031-2/+2
|
* Ensure that obsolete bundles are uninstalledgjoranv2020-04-022-3/+21
| | | | | | .. even when there are no components to deconstruct. This happens for e.g. pure document-api containers when the user bundle(s) only contain searchers.
* Set Java system property java.io.tmpdir to $VESPA_HOME/tmpHarald Musum2020-03-121-0/+1
|
* Remove unused fileHarald Musum2020-03-021-11/+0
|
* Use correct name of variable.Henning Baldersheim2020-02-201-1/+1
|
* Revert "Revert "Control -XX:CompressedClassSpaceSize jvm option.""Henning Baldersheim2020-02-201-3/+8
|
* Revert "Control -XX:CompressedClassSpaceSize jvm option."Bjørn Christian Seime2020-02-201-8/+3
|
* Control -XX:CompressedClassSpaceSize jvm option.Henning Baldersheim2020-02-201-3/+8
|
* Use level INFO for uninstalling bundles.gjoranv2020-02-191-6/+8
| | | | | | - Installing bundles and set of installed bundles is logged with INFO as well. This is only logged for application bundles upon redeploy, so it does not generate many messages.
* Use supplier syntaax for debug log messagesHarald Musum2020-02-181-6/+6
|
* Log at a lower levelHarald Musum2020-02-181-3/+3
|
* Log at a lower levelHarald Musum2020-02-111-7/+6
|
* update abi specandreer2020-02-051-0/+11
|
* reduce certificate log spamandreer2020-02-051-0/+12
|
* Update abi-specMorten Tokle2020-02-041-0/+2
|
* 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-042-10/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-unused-config-definition Remove unused config definition
| * Remove unused config definitionHarald Musum2019-12-042-10/+0
| |
* | Provider for AthenzIdentityProviderMorten Tokle2019-12-041-0/+71
|/
* Don't embed Jackson bundlesBjørn Christian Seime2019-11-261-0/+17
|
* Workaround for container-core dependencies disappearing from container-discBjørn Christian Seime2019-11-261-0/+12
|
* 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
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-231-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module""Harald Musum2019-10-221-1/+0
|
* Revert "Revert "Reapply "move ZooKeeperServer to another module"""Harald Musum2019-10-221-0/+1
|
* Revert "Reapply "move ZooKeeperServer to another module""Håkon Hallingstad2019-10-221-1/+0
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module""""Harald Musum2019-10-211-0/+1
|
* Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-211-1/+0
|
* Merge pull request #11020 from vespa-engine/hakonhall/use-mockito-core-310Martin Polden2019-10-212-4/+4
|\ | | | | Use mockito-core 3.1.0
| * Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-4/+4
| |