summaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Collapse)AuthorAgeFilesLines
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-1/+2
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Print stack trace when failing to write fileHarald Musum2017-11-301-1/+1
|
* Revert "Gjoranv/split parent"gjoranv2017-11-291-2/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-1/+2
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Write to temp file and move it afterwardsHarald Musum2017-11-281-2/+5
|
* Add setting for turning off file distributorHarald Musum2017-11-271-0/+98
| | | | | | If set, will not start file distributor on config server host and on tenant nodes, will instead use config proxy and file distribution will be done with RPC calls between config proxy and config server
* Remove duplicate dependencyHarald Musum2017-11-241-5/+0
|
* Implement chained download of file referencesHarald Musum2017-11-232-9/+14
| | | | | | | * A config server will download from another one (if possible) if it does not have the file itself. * Set error in connection pool when request fails * Use an empty connection pool if only one server
* Revert "Hmusum/choose new connection if file reference not found"Harald Musum2017-11-231-9/+5
|
* Set error in connection pool when request failsHarald Musum2017-11-231-5/+8
|
* Make sure to choose a new connection if file reference not foundHarald Musum2017-11-231-0/+1
|
* Add support for downloading from another config serverHarald Musum2017-11-233-20/+109
| | | | | | | If a request for a file reference cannot be fulfilled, ask another config server for the file. Handle connection errors when downloading files. Fixed bundle issues.
* Revert "Revert "Revert "Add support for downloading from another config ↵Harald Musum2017-11-222-78/+10
| | | | server"""
* Revert "Revert "Add support for downloading from another config server""Harald Musum2017-11-212-10/+78
|
* Revert "Add support for downloading from another config server"Harald Musum2017-11-212-78/+10
|
* Add support for downloading from another config serverHarald Musum2017-11-212-10/+78
| | | | | | If a request for a file reference cannot be fulfilled, ask another config server for the file. Handle connection errors when downloading files.
* Move fildistribution code to filedistribution moduleHarald Musum2017-11-177-1/+929
|
* Revert "Revert "Revert "Hmusum/move new filedistribution classes"""Harald Musum2017-11-168-1027/+1
|
* Revert "Revert "Hmusum/move new filedistribution classes""Harald Musum2017-11-168-1/+1027
|
* Revert "Hmusum/move new filedistribution classes"Harald Musum2017-11-168-1027/+1
|
* FixHarald Musum2017-11-151-1/+1
|
* Use project version for vespa dependenciesHarald Musum2017-11-151-6/+6
|
* Move classes to filedistribution moduleHarald Musum2017-11-158-1/+1027
|
* Use correct namespaceHarald Musum2017-11-142-3/+3
|
* Revert "Revert "Move filedistribution config definitions to ↵Harald Musum2017-11-145-48/+1
| | | | configdefinitions module""
* Revert "Move filedistribution config definitions to configdefinitions module"Harald Musum2017-11-145-1/+48
|
* def files have been movedHarald Musum2017-11-142-5/+1
|
* Move filedistribution config definitions to configdefinitions moduleHarald Musum2017-11-143-43/+0
| | | | To ease transition to new filedsitribution code
* Revert "Move file distribution stuff to filedistribution module"Harald Musum2017-11-096-816/+0
|
* Move file distribution stuff to filedistribution moduleHarald Musum2017-11-096-0/+816
|
* Remove unused interface no longer needed.Henning Baldersheim2017-11-081-51/+0
|
* Put the filereferences in ''Henning Baldersheim2017-10-131-3/+3
|
* Avoid going via temporary.Henning Baldersheim2017-10-132-11/+8
|
* Add -Wformat-securityHenning Baldersheim2017-10-123-8/+7
|
* Remove unused includesHenning Baldersheim2017-09-297-14/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-272-2/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-272-2/+2
|
* Create function to install config definitions.Arnstein Ressem2017-09-272-2/+2
|
* Reduce need to rename config definition files in post install step.Tor Egge2017-09-182-2/+2
|
* Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-1012-52/+52
|
* Prepare for using other versions of boost and llvm.Tor Egge2017-08-1012-52/+52
|
* Increase number of deployments known to filedistributorHarald Musum2017-07-261-2/+2
| | | | | * Deployment for filedistributor is per config model version, so need to keep track of more of them
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Merge pull request #2835 from yahoo/hmusum/keep-files-from-more-deploymentsHenning Baldersheim2017-06-203-5/+5
|\ | | | | Keep files from one more deployment
| * Keep files from one more deploymentHarald Musum2017-06-203-5/+5
| |
* | Remove unneded legacy codeHarald Musum2017-06-202-18/+0
|/
* On timeout we will just do a quick restart and start over.Henning Baldersheim2017-06-191-0/+4
|
* create and use underVespaHomeArne H Juul2017-06-171-2/+1
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.