summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace log entry levels with typesJon Marius Venstad2018-08-2711-46/+88
|
* Merge pull request #6666 from vespa-engine/smorgrav/add_public_systemTorbjørn Smørgrav2018-08-271-1/+6
|\ | | | | Add public system name
| * Add public system nametoby2018-08-241-1/+6
| |
* | Merge pull request #6675 from ↵Jon Bratseth2018-08-266-31/+55
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-9 Bratseth/generate rank profiles for all models part 9
| * | Close readersJon Bratseth2018-08-262-5/+5
| | |
| * | Strip last namesJon Bratseth2018-08-264-26/+50
|/ /
* | Merge pull request #6674 from ↵Jon Bratseth2018-08-2510-106/+208
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-8 Improve evaluation API
| * | Improve evaluation APIJon Bratseth2018-08-2510-106/+208
|/ /
* | Merge pull request #6673 from ↵Jon Bratseth2018-08-251-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-7 Track internal API change
| * | Track internal API changeJon Bratseth2018-08-251-1/+1
|/ /
* | Merge pull request #6672 from ↵Jon Bratseth2018-08-2572-372/+5732
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-6 Bratseth/generate rank profiles for all models part 6
| * | Track refactoringJon Bratseth2018-08-251-4/+4
| | |
| * | Fix todoJon Bratseth2018-08-255-18/+16
| | |
| * | Test global rank profilesJon Bratseth2018-08-2513-21/+5213
| | |
| * | Generate a global rank profile configJon Bratseth2018-08-2429-88/+183
| | | | | | | | | | | | | | | | | | | | | This makes available to all regular container clusters a config containing a set of rank profiles containing the expressions resulting from converting all the ml models added in the models/ directory in the application package.
| * | Create global rank profilesJon Bratseth2018-08-242-3/+7
| | |
| * | Cleanup rank profile registryJon Bratseth2018-08-2424-105/+86
| | |
| * | Make field access work without searchJon Bratseth2018-08-241-3/+12
| | |
| * | Delegate to search through rankprofile for constantsJon Bratseth2018-08-243-19/+41
| | |
| * | Separate out ranking constantsJon Bratseth2018-08-2415-118/+151
| | |
| * | Let ImportedModel know how to address each expressionJon Bratseth2018-08-244-36/+62
| | |
* | | Merge pull request #6671 from vespa-engine/jvenstad/testrunner-loggingJon Bratseth2018-08-241-4/+4
|\ \ \ | | | | | | | | Dummy commit to rebuild broken class file in SD cache
| * | | Dummy commit to rebuild broken class file in SD cacheJon Marius Venstad2018-08-241-4/+4
|/ / /
* | | Merge pull request #6661 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-2416-52/+102
|\ \ \ | | | | | | | | Get sub-list of LogEntry from TesterCloud
| * | | Prefix when logging to Vespa logJon Marius Venstad2018-08-241-2/+2
| | | |
| * | | WARNING for unexpected exceptionsJon Marius Venstad2018-08-241-1/+1
| | | |
| * | | Use controller clock when job controller logs, and include tracesJon Marius Venstad2018-08-243-7/+14
| | | |
| * | | Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-2316-42/+85
| | | |
* | | | Merge pull request #6664 from ↵Henning Baldersheim2018-08-241-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/expose-document-store-cache-metrics Expose new document store cache metrics.
| * | | | Expose new document store cache metrics.Geir Storli2018-08-241-0/+6
| | | | |
* | | | | Merge pull request #6670 from vespa-engine/gjoranv/attach-bundle-controller-apiArnstein Ressem2018-08-241-26/+2
|\ \ \ \ \ | | | | | | | | | | | | Use bundle-plugin to attach bundle jar.
| * | | | | Use bundle-plugin to attach bundle jar.gjoranv2018-08-241-26/+2
|/ / / / /
* | | | | Merge pull request #6668 from vespa-engine/gjoranv/rename-bundle-paramBjørn Christian Seime2018-08-244-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Rename config param to attach bundle artifact
| * | | | | Rename config param to attach bundle artifactgjoranv2018-08-244-5/+5
|/ / / / / | | | | | | | | | | | | | | | .. to better follow maven convention and terminology.
* | | | | Merge pull request #6667 from ↵gjoranv2018-08-241-27/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/gjoranv/attach-bundle-controller-server Gjoranv/attach bundle controller server
| * | | | | Configure bundle-plugin to attach bundle artifact.gjoranv2018-08-241-23/+2
| | | | | |
| * | | | | Remove unnecessary plugin declarationgjoranv2018-08-241-4/+0
|/ / / / /
* | | | | Merge pull request #6665 from vespa-engine/gjoranv/attach-bundle-node-adminArnstein Ressem2018-08-241-4/+3
|\ \ \ \ \ | |/ / / / |/| | | | Attach bundle jar to the build.
| * | | | Attach bundle jar to the build.gjoranv2018-08-241-4/+3
|/ / / / | | | | | | | | | | | | + Remove unnecessary plugin declaration.
* | | | Merge pull request #6660 from ↵Henning Baldersheim2018-08-242-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-attribute-node-handler-if-present Use Handler in AttributeNode when present to update values.
| * | | | Remove unneeded mutable statements.Tor Egge2018-08-231-3/+3
| | | | |
| * | | | Use Handler in AttributeNode when present to update values.Tor Egge2018-08-231-1/+1
| | | | |
* | | | | Merge pull request #6663 from vespa-engine/balder/avoid-locking-too-longHenning Baldersheim2018-08-244-23/+26
|\ \ \ \ \ | | | | | | | | | | | | Allow for replacing a brand new buffer in an rcu vector.
| * | | | | Allow for replacing a brand new buffer in an rcu vector.Henning Baldersheim2018-08-234-23/+26
|/ / / / / | | | | | | | | | | | | | | | And use that for first do the expensive resolving outside of the guard, beofre just swapping it in during a shortly held lock.
* | | | | Merge pull request #6662 from ↵Henning Baldersheim2018-08-237-40/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/migrate-legacy-document-store-cache-metrics Migrate legacy document store cache metrics to new naming scheme.
| * | | | | Migrate legacy document store cache metrics to new naming scheme.Geir Storli2018-08-237-40/+89
| | | | | | | | | | | | | | | | | | | | | | | | Also add number of cache invalidations as new metric.
* | | | | | Merge pull request #6656 from vespa-engine/bjorncs/add-vespa-7-todogjoranv2018-08-231-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add TODO for Vespa 7
| * | | | | Add TODO for Vespa 7Bjørn Christian Seime2018-08-231-0/+1
| |/ / / /
* | | | | Merge pull request #6657 from vespa-engine/mpolden/failed-upgrade-metricJon Marius Venstad2018-08-232-31/+109
|\ \ \ \ \ | | | | | | | | | | | | Emit metric for deployments failing on upgrade
| * | | | | Emit metric for deployments failing on upgradeMartin Polden2018-08-232-31/+109
| | | | | |