aboutsummaryrefslogtreecommitdiffstats
path: root/fileacquirer
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-2/+2
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Move back files used by C++ codeHarald Musum2020-09-111-0/+0
|
* Move files in C++ modules back to original locationHarald Musum2020-09-111-0/+0
|
* Use full name in config definition file namesHarald Musum2020-09-103-1/+1
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-16/+14
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Use connect instead of connectSyncHarald Musum2019-02-251-4/+8
| | | | | | When using TLS the handshake may not be finished when connectSync returns, which might lead to unpredicatable and confusing behavior, use connect and ping to check for RPC connection being up instead.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+86
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-86/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+98
|
* Use fileAcquirerJon Bratseth2018-09-103-8/+13
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-057-7/+7
|
* Use shorter timeout when getting filesHarald Musum2018-04-121-10/+10
| | | | | | | If something goes wrong in config proxy or config server when getting a file, it is be better to retry to make sure someone is actually trying to download the file than waiting the whole timeout for a response that will not come.
* Remove call to reload file distributorHarald Musum2018-02-091-2/+2
|
* 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.
* Remove unnecessary dependency on filedistributionHarald Musum2017-11-171-5/+0
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-2/+1
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+3
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Copyright header"Jon Bratseth2017-06-1314-14/+14
|
* Copyright headerJon Bratseth2017-06-1314-14/+14
|
* rewrite to avoid warningArne H Juul2017-04-201-3/+3
|
* Add/improve README'sJon Bratseth2017-01-191-0/+1
|
* Use explicit imports and remove unused argumentHarald Musum2016-12-091-1/+1
|
* Dont install symlink here eitherArnstein Ressem2016-09-191-1/+0
|
* subscribe to ranking constants configArne H Juul2016-08-316-0/+41
| | | | | | | | | | * move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
* Minor fixes to file distributor log messagesHarald Musum2016-08-231-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-1513-0/+480