summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing more tests.Arnstein Ressem2016-09-1316-33/+54
|
* Dont add the binref dir twice.Arnstein Ressem2016-09-131-1/+0
|
* More tests fixed.Arnstein Ressem2016-09-1315-33/+76
|
* In progress moving messagebus/test -> messagebus_testArnstein Ressem2016-09-1281-179/+47
|
* Merge pull request #609 from yahoo/bratseth/die-on-oom-while-reconfiggjoranv2016-09-123-7/+15
|\ | | | | Terminate jvm on Error during reconfiguration
| * Terminate jvm on Error during reconfigurationJon Bratseth2016-09-093-7/+15
| | | | | | | | | | This avoids entering a zombie state due to a destructive reconfiguration attempt. LinkageError is exempted as that is a normal consequence of OSGi loading problems.
* | Merge pull request #622 from yahoo/balder/a-little-smarter-flush-planJon Bratseth2016-09-121-7/+13
|\ \ | | | | | | If there is nothing to do we will flush every 100ms, if not we will b…
| * | If there is nothing to do we will flush every 100ms, if not we will be a bit ↵Henning Baldersheim2016-09-121-7/+13
| | | | | | | | | | | | more relaxed.
* | | Merge pull request #623 from yahoo/arnej/ignore-sigterm-during-valgrind-startupHenning Baldersheim2016-09-121-0/+2
|\ \ \ | |/ / |/| | ignore SIGTERM during valgrind startup
| * | ignore SIGTERM during valgrind startupArne H Juul2016-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * we've seen some false valgrind positives when the application didn't finish loading shared libraries, etc before shutdown (TERM signal) happened. We may need to reset SIGTERM handling to default in some more places, but most of our programs already catch and handle it with controlled shutdown.
* | | Merge pull request #620 from yahoo/hmusum/add-back-copyright-headerhakonhall2016-09-121-0/+1
|\ \ \ | |/ / |/| | Add back copyright header after xml preamble
| * | Add back copyright header after xml preambleHarald Musum2016-09-121-0/+1
|/ /
* | Merge pull request #619 from yahoo/hmusum/remove-copyrightHaakon Dybdahl2016-09-121-1/+0
|\ \ | | | | | | Remove copyright line, preprocessing fails with it
| * | Remove copyright line, preprocessing fails with itHarald Musum2016-09-121-1/+0
|/ /
* | Merge pull request #618 from yahoo/balder/streamingvisitor-requires-ucaHenning Baldersheim2016-09-111-0/+1
|\ \ | | | | | | streamingvisitor require uca
| * | streamingvisitor require ucaHenning Baldersheim2016-09-111-0/+1
|/ /
* | Merge pull request #617 from yahoo/balder/put-icu-dependencies-on-the-sideHenning Baldersheim2016-09-1133-155/+255
|\ \ | | | | | | Do not require icu unless you really need it.
| * | Do not require icu unless you really need it.Henning Baldersheim2016-09-1133-155/+255
|/ /
* | Merge pull request #616 from yahoo/balder/install-llvm-wrapperHenning Baldersheim2016-09-111-0/+1
|\ \ | | | | | | Install it too
| * | Install it tooHenning Baldersheim2016-09-111-0/+1
|/ /
* | Merge pull request #614 from yahoo/balder/entangle-dependenciesHenning Baldersheim2016-09-1158-128/+137
|\ \ | | | | | | Balder/entangle dependencies
| * | Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-1156-127/+136
| | | | | | | | | | | | where it is not needed.
| * | We do not need the tensors everywhere.Henning Baldersheim2016-09-112-1/+1
| | |
* | | Merge pull request #615 from yahoo/balder/include-only-where-neededHenning Baldersheim2016-09-112-1/+1
|\ \ \ | |/ / |/| | Only include large dependency where needed.
| * | Only include large dependency where needed.Henning Baldersheim2016-09-112-1/+1
|/ /
* | Merge pull request #613 from yahoo/balder/do-not-overspecify-dependencyHenning Baldersheim2016-09-113-6/+0
|\ \ | | | | | | Remove unnecessary dependencies.
| * | Remove unnecessary dependencies.Henning Baldersheim2016-09-113-6/+0
|/ /
* | Merge pull request #612 from yahoo/balder/ensure-signals-are-caught-earlier-onHenning Baldersheim2016-09-111-1/+12
|\ \ | | | | | | Balder/ensure signals are caught earlier on
| * | Catch as early as possible.Henning Baldersheim2016-09-101-1/+1
| | |
| * | Install signals very early.Henning Baldersheim2016-09-101-1/+12
|/ /
* | Merge pull request #611 from yahoo/balder/do-logging-cleanerHenning Baldersheim2016-09-104-17/+31
|\ \ | | | | | | Balder/do logging cleaner
| * | We should atleast clean up after ourselves.Henning Baldersheim2016-09-104-10/+31
| | |
| * | No hiding of coredumps.Henning Baldersheim2016-09-101-7/+0
| | |
* | | Merge pull request #610 from ↵Henning Baldersheim2016-09-102-5/+5
|\ \ \ | |/ / |/| | | | | | | | yahoo/toregge/handle-large-dictionaries-with-long-words Use 64-bit bit-offsets for sparse sparse file in dictionary.
| * | Use 64-bit bit-offsets for sparse sparse file in dictionary.Tor Egge2016-09-102-5/+5
|/ / | | | | | | | | This allows the sparse spare file to be larger than 512MiB which can happen when dictionary contains many long words.
* | Merge pull request #608 from ↵Jon Bratseth2016-09-097-25/+57
|\ \ | | | | | | | | | | | | yahoo/hmusum/do-not-check-host-liveness-for-docker-containers Ready Docker nodes do not run Vespa, so do not fail them due to liveness
| * | Ready Docker nodes do not run Vespa, so do not fail them due to livenessHarald Musum2016-09-097-25/+57
| | |
* | | Merge pull request #607 from yahoo/arnej/unit-test-timeboxHåvard Pettersen2016-09-094-19/+45
|\ \ \ | | | | | | | | add unit test
| * | | add unit testArne H Juul2016-09-094-19/+45
| | | |
* | | | Merge pull request #606 from yahoo/balder/actually-remove-the-flushArne H Juul2016-09-091-1/+0
|\ \ \ \ | | | | | | | | | | Actually remove the flush that was earlier replaced by flush-if-long-…
| * | | | Actually remove the flush that was earlier replaced by ↵Henning Baldersheim2016-09-091-1/+0
|/ / / / | | | | | | | | | | | | flush-if-long-enough-since-last-flush
* | | | Merge pull request #605 from ↵Jon Bratseth2016-09-091-6/+16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | yahoo/balder/reduce-impact-of-filebeat-chef-causing-disk-hickups - Allow 100k elements in the logging Q.
| * | | - Allow 100k elements in the logging Q.Henning Baldersheim2016-09-091-6/+16
|/ / / | | | | | | | | | | | | - No need to flush after every message. - Once every 5 seconds should do.
* | | Merge pull request #598 from yahoo/hakon/remove-duplicatehakonhall2016-09-091-6/+0
|\ \ \ | | | | | | | | Remove duplicate dependency on application-model
| * | | Remove duplicate dependency on application-modelHåkon Hallingstad2016-09-091-6/+0
| | | | | | | | | | | | | | | | I have verified the dependency tree is unaffected.
* | | | Merge pull request #602 from yahoo/bratseth/dont-feed-files-to-zkHarald Musum2016-09-094-15/+5
|\ \ \ \ | |_|/ / |/| | | Bratseth/dont feed files to zk
| * | | Don't put files below files/ in ZooKeeperJon Bratseth2016-09-093-10/+0
| | | | | | | | | | | | | | | | | | | | This is undocumented and can only do harm as large files do not belong in ZooKeeper and are handled fine regardless of where they are put.
| * | | Whitespace changes onlyJon Bratseth2016-09-092-5/+5
| | |/ | |/|
* | | Merge pull request #596 from yahoo/bratseth/node-repo-cleanupHarald Musum2016-09-0959-348/+293
|\ \ \ | | | | | | | | Bratseth/node repo cleanup
| * | | Correct isRemoved -> removed and add more testsJon Bratseth2016-09-092-27/+61
| | | |