summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.177.31-1].vespa-6.177.31-1by-screwdriver2017-11-284-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.177.31 --no-auto-changelog
* Merge pull request #4272 from ↵Geir Storli2017-11-2713-75/+94
|\ | | | | | | | | vespa-engine/toregge/use-standard-locking-in-storage-classes Use standard locking in storage classes
| * Use standard locking in BucketOperationLogger.Tor Egge2017-11-243-6/+7
| |
| * Use standard locking in StorageLinkQueued.Tor Egge2017-11-242-12/+20
| |
| * Remove unused code from StorageLinkQueued.Tor Egge2017-11-242-13/+0
| |
| * Use standard locking in StorageComponent.Tor Egge2017-11-242-10/+10
| |
| * Use standard locking in BucketManager.Tor Egge2017-11-242-21/+24
| |
| * Use standard locking in StorageBucketDBInitializer.Tor Egge2017-11-244-13/+33
| |
* | Merge pull request #4285 from ↵Henning Baldersheim2017-11-272-20/+28
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/use-FileChannel-for-file-copying Copy files correctly
| * | Copy files correctlyHarald Musum2017-11-272-20/+28
| | | | | | | | | | | | | | | Use FileChannel to copy files instead of using Readers and Writers (makes it work for binary files too)
* | | Merge pull request #4281 from vespa-engine/gjoranv/ban-compile-depsgjoranv2017-11-271-1/+2
|\ \ \ | |/ / |/| | Ban all compile scope deps.
| * | Ban all compile scope deps.gjoranv2017-11-251-1/+2
| |/
* | Merge pull request #4282 from ↵Henning Baldersheim2017-11-271-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/fix-start-filedistribution-on-config-server Make sure file distributor is started when disable_filedistributor is…
| * | Make sure file distributor is started when disable_filedistributor is unsetHarald Musum2017-11-271-1/+1
| | |
* | | Merge pull request #4277 from vespa-engine/freva/docker-container-kernel-usageValerij Fredriksen2017-11-274-19/+43
|\ \ \ | |/ / |/| | Freva/docker container kernel usage
| * | Rearrange calculations, fix comments. No functional changesValerij Fredriksen2017-11-271-12/+13
| | |
| * | Export cpu.sys.util metricValerij Fredriksen2017-11-241-0/+2
| | |
| * | Add metric for kernel cpu usage in docker containerValerij Fredriksen2017-11-243-16/+37
| | |
* | | Merge pull request #4267 from vespa-engine/mortent/validate-identityBjørn Christian Seime2017-11-275-8/+101
|\ \ \ | | | | | | | | Validate athenz-domain in deployment.xml equal to tenant domain
| * | | Validate athenz-domain in deployment.xml equal to tenant domainMorten Tokle2017-11-245-8/+101
| | | |
* | | | Merge pull request #4280 from ↵Henning Baldersheim2017-11-2717-33/+176
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-setting-for-disabling-filedsitributor Add setting for turning off file distributor
| * | | | Add setting for turning off file distributorHarald Musum2017-11-2717-33/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #4279 from vespa-engine/hmusum/copy-file-correctlyHenning Baldersheim2017-11-271-1/+21
|\ \ \ \ \ | |/ / / / |/| | | | Copy file in a way that preserves the content
| * | | | Copy file in a way that preserves the contentHarald Musum2017-11-251-1/+21
|/ / / / | | | | | | | | | | | | | | | | IOUtils.copy(File, File) copies by using readers and default character set, does not work for binary files).
* | | | Merge pull request #4276 from vespa-engine/hmusum/remove-duplicate-dependencyBjørn Christian Seime2017-11-241-5/+0
|\ \ \ \ | | | | | | | | | | Remove duplicate dependency
| * | | | Remove duplicate dependencyHarald Musum2017-11-241-5/+0
| | |_|/ | |/| |
* | | | Merge pull request #4274 from vespa-engine/mpolden/fix-testMartin Polden2017-11-2418-84/+549
|\ \ \ \ | | | | | | | | | | Fix and unignore test
| * | | | Fix and unignore testMartin Polden2017-11-2418-84/+549
| | | | |
* | | | | Merge pull request #4275 from ↵Harald Musum2017-11-2418-73/+522
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/revert-4257-balder/fix-logic-flaw-causing-missing-config-changes Revert "Balder/fix logic flaw causing missing config changes"
| * | | | Revert "Balder/fix logic flaw causing missing config changes"Harald Musum2017-11-2418-73/+522
|/ / / /
* | | | Merge pull request #4256 from ↵Henning Baldersheim2017-11-242-52/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-standard-locking-in-lockable-map Use standard locking in LockableMap.
| * | | | Use standard locking in LockableMap.Tor Egge2017-11-232-52/+55
| | |_|/ | |/| |
* | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #4264 from ↵Henning Baldersheim2017-11-241-0/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/test-two-config-updates-in-a-row Test that getting two updates before checking for new config uses the…
| * | | | Test that getting two updates before checking for new config uses the lastHarald Musum2017-11-241-0/+28
| | | | |
* | | | | Merge pull request #4263 from vespa-engine/hmusum/chained-downloadHenning Baldersheim2017-11-245-15/+100
|\ \ \ \ \ | | | | | | | | | | | | Implement chained download of file references
| * | | | | Implement chained download of file referencesHarald Musum2017-11-235-15/+100
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | Merge pull request #4269 from vespa-engine/jvenstad/support-issue-typesJon Bratseth2017-11-241-9/+27
|\ \ \ \ \ | | | | | | | | | | | | Add support for type
| * | | | | Add support for typeJon Marius Venstad2017-11-241-9/+27
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4268 from vespa-engine/mpolden/fix-rotations-metricMartin Polden2017-11-242-18/+23
|\ \ \ \ \ | |/ / / / |/| | | | Fix rotations metric
| * | | | Fix rotations metricMartin Polden2017-11-242-18/+23
| | | | |
* | | | | Merge pull request #4265 from ↵Jon Bratseth2017-11-246-157/+80
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/revert-4241-bratseth/select-1-host-by-index Revert "Bratseth/select 1 host by index"
| * | | | Revert "Bratseth/select 1 host by index"Jon Bratseth2017-11-246-157/+80
|/ / / /
* | | | Merge pull request #4262 from ↵Harald Musum2017-11-233-36/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-4260-hmusum/choose-new-connection-if-file-reference-not-found Revert "Hmusum/choose new connection if file reference not found"
| * | | | Revert "Hmusum/choose new connection if file reference not found"Harald Musum2017-11-233-36/+10
|/ / / /