summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.145.90-1].vespa-6.145.90-1by-screwdriver2017-09-182-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.145.90 --no-auto-changelog
* Initialized to use tito.by-screwdriver2017-09-183-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
| | | |
| * | | Documents moved to new buckets due to split or join might trigger a needTor Egge2017-09-1321-12/+219
| | | | | | | | | | | | | | | | for bucket move job to reconsider the target buckets.
* | | | Merge pull request #3413 from vespa-engine/gjoranv/exclude-commons-execgjoranv2017-09-142-0/+8
|\ \ \ \ | | | | | | | | | | Exclude commons-exec from provided classpath.
| * | | | Exclude commons-exec from provided classpath.gjoranv2017-09-142-0/+8
| | |/ / | |/| |
* | | | Merge pull request #3414 from ↵Harald Musum2017-09-149-57/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/revert-3411-gjoranv/install-lz4-bundle Revert "Install net.jpountz.lz4:lz4 as a bundle."
| * | | Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-149-57/+10
|/ / /
* | | Merge pull request #3411 from vespa-engine/gjoranv/install-lz4-bundleBjørn Christian Seime2017-09-149-10/+57
|\ \ \ | |_|/ |/| | Install net.jpountz.lz4:lz4 as a bundle.
| * | Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-149-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* | | Merge pull request #3409 from ↵Harald Musum2017-09-141-1/+8
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/mpolden/log-non-existent-deployment-step Log when job cannot be resolved from deployment step
| * | | Log when job cannot be resolved from deployment stepMartin Polden2017-09-141-1/+8
|/ / /
* | | Merge pull request #3408 from vespa-engine/mpolden/ignore-tz-in-testgjoranv2017-09-141-6/+5
|\ \ \ | | | | | | | | Ignore system time zone in tests
| * | | Ignore system time zone in testsMartin Polden2017-09-141-6/+5
| | | |
* | | | Merge pull request #3395 from ↵Tor Brede Vekterli2017-09-143-4/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-no-wait-support-to-set-node-state-tool Add --no-wait option to vespa-set-node-state