summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.146.7-1].vespa-6.146.7-1by-screwdriver2017-09-192-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.146.7 --no-auto-changelog
* Initialized to use tito.by-screwdriver2017-09-193-0/+8
|
* Merge pull request #3432 from ↵Arnstein Ressem2017-09-1813-92/+52
|\ | | | | | | | | vespa-engine/revert-3418-hmusum/upgrade-to-curator-2.12.0 Revert "Upgrade to Curator 2.12.0"
| * Revert "Upgrade to Curator 2.12.0"Harald Musum2017-09-1813-92/+52
|/
* Merge pull request #3431 from ↵Harald Musum2017-09-1821-23/+23
|\ | | | | | | | | vespa-engine/hmusum/filter-on-correct-package-prefix-for-curator Filter log on correct package prefix for Curator
| * Filter on correct package prefix for CuratorHarald Musum2017-09-1721-23/+23
| |
* | Merge pull request #3314 from ↵Arnstein Ressem2017-09-182-10/+11
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/only-create-hosted-vespa-tenant-on-hosted Only create hosted-vespa tenant on hosted installations
| * | Merge branch 'master' into hmusum/only-create-hosted-vespa-tenant-on-hostedHarald Musum2017-09-17691-4706/+7676
| |\|
| * | Only create hosted-vespa tenant on hosted installationsHarald Musum2017-09-042-10/+11
| | |
* | | Merge pull request #3418 from vespa-engine/hmusum/upgrade-to-curator-2.12.0Harald Musum2017-09-1813-52/+92
|\ \ \ | |_|/ |/| | Upgrade to Curator 2.12.0
| * | Upgrade to Curator 2.12.0Harald Musum2017-09-1513-52/+92
| | |
* | | Merge pull request #3430 from ↵Jon Bratseth2017-09-176-1/+17
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-3357-revert-3354-musum/move-orchestrator-config-definition Revert 3357 revert 3354 musum/move orchestrator config definition
| * | | Move orchestrator config to itw own packageHarald Musum2017-09-164-1/+9
| | | |
| * | | Revert "Revert "Move orchestrator.def to configdefinititions/""Harald Musum2017-09-113-0/+8
| | | |
* | | | Merge pull request #3429 from ↵Henning Baldersheim2017-09-162-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/fixup-notify-putdone-remove-removedone-issues-pass2 Handle out of order put operations while tracking pending remove.
| * | | | Handle out of order put operations while tracking pending remove.Tor Egge2017-09-152-3/+10
|/ / / /
* | | | Merge pull request #3419 from ↵Henning Baldersheim2017-09-1521-117/+256
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/fixup-notify-putdone-remove-removedone-issues Toregge/fixup notify putdone remove removedone issues
| * | | | Use a new fixture for the last 4 tests to reduce amount of duplicated code.Tor Egge2017-09-151-41/+48
| | | | |
| * | | | Add newline.Tor Egge2017-09-151-1/+2
| | | | |
| * | | | Keep RemoveDoneContext and RemoveBatchDoneDontext live until summary writeTor Egge2017-09-152-5/+6
| | | | | | | | | | | | | | | | | | | | has completed.
| * | | | Handle delayed calls to notifyRemoveDone() in gid to lid change handler.Tor Egge2017-09-153-8/+73
| | | | |
| * | | | Simplify logic about when to call notifyRemoveDone() on gid to lid change ↵Tor Egge2017-09-157-51/+116
| | | | | | | | | | | | | | | | | | | | handler.
| * | | | Rename notifyPut to notifyPutDone since notification happens afterTor Egge2017-09-1514-32/+32
| | | | | | | | | | | | | | | | | | | | data structures have been updated.
* | | | | Merge pull request #3428 from vespa-engine/gjoranv/exclude-commons-collectionsgjoranv2017-09-152-1/+20
|\ \ \ \ \ | | | | | | | | | | | | Exclude commons-collections from provided classpath.
| * | | | | Exclude commons-collections from provided classpath.gjoranv2017-09-152-1/+20
| | | | | |
* | | | | | Merge pull request #3427 from vespa-engine/bratseth/use-passed-timeoutJon Bratseth2017-09-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Used passed timeout
| * | | | | Used passed timeoutJon Bratseth2017-09-151-1/+1
|/ / / / /
* | | | | Merge pull request #3425 from vespa-engine/jvenstad/support-initial-assigneeJon Bratseth2017-09-152-10/+17
|\ \ \ \ \ | | | | | | | | | | | | Add support for initial assignee for issues
| * | | | | Add support for initial assignee for issuesJon Marius Venstad2017-09-152-10/+17
| | | | | |
* | | | | | Merge pull request #3424 from ↵Henning Baldersheim2017-09-154-276/+290
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/use-public-domain-md5-implementation Use public domain MD5 implementation in vespalib
| * | | | | Use public domain MD5 implementation in vespalibTor Brede Vekterli2017-09-154-276/+290
|/ / / / / | | | | | | | | | | | | | | | Add basic test vectors to ensure implementation is conformant.
* | | | | Merge pull request #3410 from vespa-engine/balder/decompress-in-multiple-threadsHenning Baldersheim2017-09-1510-37/+81
|\ \ \ \ \ | | | | | | | | | | | | Use multiple threads in decompress due to more expensive zstd
| * | | | | Limit the number of task s in flight to 2x number of threads in the pool.Henning Baldersheim2017-09-147-16/+25
| | | | | |
| * | | | | Use multiple threads in decompress due to more expensive zstdHenning Baldersheim2017-09-145-28/+63
| | | | | |
* | | | | | Merge pull request #3422 from ↵Jon Bratseth2017-09-151-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/warn-about-invalid-jira-components Warn about invalid components
| * | | | | | Warn about invalid componentsJon Marius Venstad2017-09-151-3/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3420 from ↵Henning Baldersheim2017-09-152-0/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/geirst/hwinfo-in-proton-cfg-based-on-flavor Set hwinfo in proton config based on node flavor.
| * | | | | Set hwinfo in proton config based on node flavor.Geir Storli2017-09-152-0/+18
| | | | | |
* | | | | | Merge pull request #3417 from vespa-engine/musum/move-commentgjoranv2017-09-151-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move comment to where version is defined
| * | | | | | Move comment to where version is definedHarald Musum2017-09-151-6/+6
| |/ / / / /
* | | | | | Merge pull request #3416 from vespa-engine/mpolden/fix-docker-openstack-idJon Marius Venstad2017-09-151-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Do not use toString of optional in ID
| * | | | | Do not use toString of optional in IDMartin Polden2017-09-151-2/+5
| |/ / / /
* | | | | Merge pull request #3415 from ↵Tor Egge2017-09-151-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/geirst/add-hwinfo-config-to-proton.cfg Add hwinfo config for disk size and memory size.
| * | | | Add hwinfo config for disk size and memory size.Geir Storli2017-09-151-0/+10
| | | | |
* | | | | Merge pull request #3412 from ↵Tor Brede Vekterli2017-09-1515-127/+234
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/vekterli/inhibit-merge-scheduling-towards-busy-nodes Inhibit scheduling of merges towards nodes that are marked busy
| * | | | Inhibit scheduling of merges towards nodes that are marked busyTor Brede Vekterli2017-09-1415-127/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Utilizes existing maintenance operation scheduler system which checks if an operation is considered blocked and does not start it if this is the case. We now block a merge operation if any of the nodes in its node set are marked busy by the pending message tracker. Duration for which nodes are marked busy is live-configurable.
* | | | | Merge pull request #3405 from ↵Geir Storli2017-09-1422-14/+283
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/let-split-and-join-handler-pass-new-buckets-to-bucket-move-job-for-reconsideration Documents moved to new buckets due to split or join might trigger a need
| * | | | | Adjust test name to clarify what is tested.Tor Egge2017-09-141-1/+1
| | | | | |
| * | | | | Test that notifyCreateBucket() causes bucket to be reconsidered in bucketTor Egge2017-09-131-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | move job.
| * | | | | Check that split and join can trigger bucket create notification.Tor Egge2017-09-131-2/+41
| | | | | |