summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
|
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
|
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
|
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-8/+0
|
* handle VESPA_CONFIGSERVERSArne Juul2018-04-161-17/+23
| | | | | | | | * also some refactoring * also, make C++ code (in defaults) handle same variable variants, like services__addr_configserver * also, update some error messages to indicate that VESPA_CONFIGSERVERS is the variable we expected to use
* Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-051-1/+1
|
* Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-051-1/+1
|
* Giving up if it fails constructing the StateServer for a long enough period.Henning Baldersheim2018-04-051-1/+1
|
* Add TensorFlow variable converterJon Bratseth2018-03-081-3/+3
|
* Update generation, but clear config on bad config.Henning Baldersheim2018-03-051-2/+12
|
* You have already detected a change. No need to test it again.Henning Baldersheim2018-03-051-3/+2
|
* Revert "Revert "Balder/remove config race""Henning Baldersheim2018-03-0516-163/+171
|
* No wildcard static importsJon Bratseth2018-03-052-3/+7
|
* Remove junit.fdramework usageJon Bratseth2018-03-026-66/+51
|
* Revert "Balder/remove config race"Henning Baldersheim2018-02-1816-171/+163
|
* Remove unneccessary cast.Henning Baldersheim2018-02-161-3/+3
|
* Suppress unchecked.Henning Baldersheim2018-02-161-2/+3
|
* Same pattern as for FileConfigSubscriptionHenning Baldersheim2018-02-161-7/+2
|
* Do not inc gen on forced reload.Henning Baldersheim2018-02-163-12/+10
|
* Test that isChangedAndReset obeys generation.Henning Baldersheim2018-02-162-11/+26
|
* Let RawConfig be a ConfigInstanceHenning Baldersheim2018-02-163-20/+16
|
* Let RawConfig extend a ConfigInstance to avoid racy config updates in ↵Henning Baldersheim2018-02-153-11/+13
| | | | GenericJRTConfigSubscription.
* Avoid unchecked warnings.Henning Baldersheim2018-02-152-1/+2
|
* Ensure that updates of generation are atomic.Henning Baldersheim2018-02-153-8/+19
|
* Encapsulate the configstate in one immutable object and remove the ↵Henning Baldersheim2018-02-1514-136/+125
| | | | interfaces that could produce a race.
* Remove unused generation of file distribution configHarald Musum2018-02-081-57/+1
| | | | | Previously used for generating config for file distributor running on config server
* Access files through application packageJon Bratseth2018-01-161-2/+2
|
* Only reset when nothing has changed and the whole changeset has been consumed.Henning Baldersheim2017-12-075-25/+33
|
* Avoid unnecessary reconfig.Henning Baldersheim2017-12-076-6/+13
|
* Add some more logging and only update config if md5 has changed.Henning Baldersheim2017-12-061-2/+6
|
* Set _configState before calling out to holder.Henning Baldersheim2017-12-061-1/+1
|
* Revert "Revert "Balder/fix logic flaw causing missing config changes""Henning Baldersheim2017-12-0618-522/+73
|
* 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.
* Revert "Balder/fix logic flaw causing missing config changes"Harald Musum2017-11-2418-73/+522
|
* Merge pull request #4257 from ↵Henning Baldersheim2017-11-2418-522/+73
|\ | | | | | | | | vespa-engine/balder/fix-logic-flaw-causing-missing-config-changes Balder/fix logic flaw causing missing config changes
| * Add explicit unit test of verifyState method.Henning Baldersheim2017-11-241-0/+5
| |
| * Remove some code that was not used, nor correct.Henning Baldersheim2017-11-243-13/+2
| | | | | | | | Fix the code that was used, but was incorrect.
| * Always update if something has changed.Henning Baldersheim2017-11-235-26/+18
| |
| * remove V1 and V2Henning Baldersheim2017-11-2312-470/+14
| |
| * Add a test proving that we can loose a config change.Henning Baldersheim2017-11-231-14/+35
| |
* | Test that getting two updates before checking for new config uses the lastHarald Musum2017-11-241-0/+28
| |
* | Log defname tooHarald Musum2017-11-221-1/+2
|/
* Simplify by using c++11 for loops.Henning Baldersheim2017-11-221-11/+6
|
* Make it build and simplify with c++ for loops.Henning Baldersheim2017-11-221-5/+7
|
* Log when config is updatedHarald Musum2017-11-221-1/+2
|