summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initialized to use tito.by-screwdriver2017-09-123-0/+8
|
* Merge pull request #3363 from vespa-engine/bratseth/create-mock-issues-on-demandJon Marius Venstad2017-09-0730-176/+193
|\ | | | | Bratseth/create mock issues on demand
| * Fix Javadoc markupJon Bratseth2017-09-071-1/+1
| |
| * Don't fail to return an issueJon Bratseth2017-09-071-5/+12
| |
| * Nonfunctional changes onlyJon Bratseth2017-09-0730-171/+181
| |
* | Merge pull request #3366 from ↵Bjørn Christian Seime2017-09-075-26/+0
|\ \ | | | | | | | | | | | | vespa-engine/revert-3358-origin/gjoranv/exclude-scala-xml2 Revert "Exclude scala-xml from provided classpath"
| * | Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-075-26/+0
|/ /
* | Merge pull request #3365 from ↵Bjørn Christian Seime2017-09-072-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/revert-3362-gjoranv/remove-fat-model-import Revert "Gjoranv/remove fat model import"
| * | Revert "Gjoranv/remove fat model import"gjoranv2017-09-072-1/+1
|/ /
* | Merge pull request #3364 from vespa-engine/mpolden/lock-in-async-redeployJon Bratseth2017-09-074-55/+34
|\ \ | | | | | | Ensure that async deployment locks application
| * | Ensure that async deployment locks applicationMartin Polden2017-09-074-55/+34
|/ /
* | Merge pull request #3362 from vespa-engine/gjoranv/remove-fat-model-importBjørn Christian Seime2017-09-072-1/+1
|\ \ | | | | | | Gjoranv/remove fat model import
| * | Remove malicious import-package from config-model-fat.gjoranv2017-09-071-1/+0
| | | | | | | | | | | | - config-model-api does not seem to leak InnerCNode anymore.
| * | Add comment explaining why jdisc_core depends on xml-apis.gjoranv2017-09-071-0/+1
| | | | | | | | | | | | - Comment is from the old vespa repo git log.
* | | Merge pull request #3361 from ↵Henning Baldersheim2017-09-0711-62/+190
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/toregge/delay-put-and-removedone-notifications Delay notifyPut and notifyRemoveDone
| * | Delay notifyRemoveDone() until after remove batch has completed.Tor Egge2017-09-075-12/+78
| | |
| * | Don't call notifyRemoveDone if document meta store wasn't updated.Tor Egge2017-09-074-19/+23
| | | | | | | | | | | | | | | | | | Don't call notifyRemoveDone if document moved within same subdb. Don't skip calling notifyRemoveDone due to lack of attributes or indexed fields.
| * | Don't call notifyPut if document meta store wasn't updated.Tor Egge2017-09-073-14/+14
| | |
| * | Adjust usage of gid to lid change handler:Tor Egge2017-09-077-46/+104
|/ / | | | | | | | | | | Call notifyPut() after data structures have been populated. Call notifyRemoveDone() after data structures have been cleared. Call notifyRemove() before adjusting document meta store.
* | Merge pull request #3360 from ↵Tor Egge2017-09-071-1/+1
|\ \ | |/ |/| | | | | vespa-engine/balder/use-a-precise-sizing-of-scratch-vector You do not more place in scratch buffer than the size of the query ve…
| * You do not more place in scratch buffer than the size of the query vector.Henning Baldersheim2017-09-071-1/+1
| |
* | Merge pull request #3359 from ↵Harald Musum2017-09-071-2/+5
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/add-debug-log-of-config-generation Hmusum/add debug log of config generation
| * | Avoid creating strings unless necessaryHarald Musum2017-09-071-2/+2
| | |
| * | Add request to log lineHarald Musum2017-09-071-2/+2
| | |
| * | Add debug log line for config generation for supermodel configsHarald Musum2017-09-071-1/+4
| |/
* | Merge pull request #3358 from vespa-engine/origin/gjoranv/exclude-scala-xml2Bjørn Christian Seime2017-09-075-0/+26
|\ \ | |/ |/| Exclude scala-xml from provided classpath
| * Exclude scala-xml from provided classpathgjoranv2017-09-075-0/+26
|/ | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Merge pull request #3357 from ↵Harald Musum2017-09-073-8/+0
|\ | | | | | | | | vespa-engine/revert-3354-musum/move-orchestrator-config-definition Revert "Move orchestrator.def to configdefinititions/"
| * Revert "Move orchestrator.def to configdefinititions/"Harald Musum2017-09-073-8/+0
|/
* Merge pull request #3356 from vespa-engine/mpolden/log-build-numberMartin Polden2017-09-078-7/+23
|\ | | | | Log build number when triggering from completion
| * Log build number when triggering from completionMartin Polden2017-09-078-7/+23
| |
* | Merge pull request #3355 from vespa-engine/hmusum/use-more-specific-error-codeJon Bratseth2017-09-072-3/+3
|\ \ | | | | | | Use a more specific error code
| * | Use a more specific error codeHarald Musum2017-09-072-3/+3
| | |
* | | Merge pull request #3353 from ↵Geir Storli2017-09-0743-239/+666
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/geirst/add-bitvector-search-cache-to-imported-attribute-vectors Geirst/add bitvector search cache to imported attribute vectors
| * | Make AttributeWriter::forceCommit() clear the search cache of all imported ↵Geir Storli2017-09-069-25/+87
| | | | | | | | | | | | attribute vectors.
| * | Use bit vector search cache in imported search context if available.Geir Storli2017-09-0610-50/+180
| | | | | | | | | | | | | | | Try to use bit vector from cache for the given query term if found. Insert bit vector posting list into cache after calculation.
| * | Instantiate bit vector search cache in imported attribute vectors if ↵Geir Storli2017-09-0618-31/+101
| | | | | | | | | | | | visibility delay > 0.
| * | Rename IAttributeWriter::commit() -> forceCommit().Geir Storli2017-09-067-11/+10
| | |
| * | Implement simple bitvector search cache for use in imported attribute vector.Geir Storli2017-09-066-0/+166
| | |
| * | Fix indent.Geir Storli2017-09-061-146/+146
| | |
* | | Merge pull request #3333 from vespa-engine/freva/fix-storage-maintainerValerij Fredriksen2017-09-074-42/+54
|\ \ \ | |_|/ |/| | Fix storage maintainer
| * | Use ten powers for disk sizeValerij Fredriksen2017-09-063-5/+5
| | |
| * | Use os.version instead of uname -rvalerijf2017-09-051-21/+1
| | |
| * | Do not fail on stderrvalerijf2017-09-051-6/+0
| | |
| * | Only call removeOldFiles if diskUtil > 0.8valerijf2017-09-052-5/+41
| | |
| * | Fix remove old logs pathsvalerijf2017-09-051-7/+9
| | |
* | | Merge pull request #3354 from ↵Harald Musum2017-09-073-0/+8
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/musum/move-orchestrator-config-definition Move orchestrator.def to configdefinititions/
| * | Move orchestrator.def to configdefinititions/Harald Musum2017-09-063-0/+8
| | |
* | | Merge pull request #3352 from ↵Geir Storli2017-09-0620-138/+151
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/use-gid-to-lid-change-handler-interface-directly-limited-edition-1 Use gid to lid change handler interface directly (retry)
| * | | Remove commented out method.Tor Egge2017-09-061-1/+0
| | | |