summaryrefslogtreecommitdiffstats
path: root/fileacquirer/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1412-12/+12
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Copyright header"Jon Bratseth2017-06-1312-12/+12
|
* Copyright headerJon Bratseth2017-06-1312-12/+12
|
* rewrite to avoid warningArne H Juul2017-04-201-3/+3
|
* 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-314-0/+13
| | | | | | | | | | * 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
|
* PublishJon Bratseth2016-06-1510-0/+446