aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #6635 from ↵Jon Bratseth2018-08-211-0/+1
| | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-4" This reverts commit 3f91e18528b4982398332a30728eed8f7d2b580c, reversing changes made to 8e3ba08f1d3b79e573864726c6c03e58862feee6.
* Revert "Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-1/+0
| | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"" This reverts commit c7cfd9f4742f398331839ed0f2ceeee55c68a791.
* Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-0/+1
| | | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3" This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
* Revert "Bratseth/generate rank profiles for all models part 2 3"Jon Bratseth2018-08-201-1/+0
|
* Revert "Merge pull request #6619 from ↵Jon Bratseth2018-08-201-0/+1
| | | | | | | vespa-engine/revert-6611-revert-6596-revert-6584-bratseth/generate-rank-profiles-for-all-models-part-2" This reverts commit 0437e8cc1d550fb8c6d24ffe4da813067c542f62, reversing changes made to 1715b8393827c159f8709033075066b29932f852.
* Revert "Revert "Revert "Convert all outputs"""Jon Marius Venstad2018-08-171-1/+0
|
* Revert "Revert "Convert all outputs""Jon Bratseth2018-08-171-0/+1
|
* Revert "Convert all outputs"Jon Bratseth2018-08-151-1/+0
|
* Convert all outputsJon Bratseth2018-08-151-0/+1
|
* Fix author tag for SimonBjørn Christian Seime2018-07-0526-26/+26
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-059-9/+9
|
* add unit test and fix decoding of unicode escapesArne Juul2018-07-042-0/+10
|
* Java 10: Override new method Reader.transferTogjoranv2018-06-292-10/+17
| | | | | * Commented, as it doesn't compile with JDK <10 + fix imports
* mark obsolete classes as DeprecatedArne Juul2018-06-255-3/+5
|
* stop using DoubleParserArne Juul2018-06-251-4/+1
|
* stop using DoubleFormatterArne Juul2018-06-252-8/+6
| | | | | * also, update expected results in those places where slight differences in Double formatting was seen.
* use standard methods in Double Parser and FormatterArne Juul2018-06-253-687/+21
| | | | | | * in newer Java versions there is no longer contention around the powers-of-5 tables in floating-point formatting and parsing, so we don't need to have our own implementation anymore.
* set-node-state timeout in CCHåkon Hallingstad2018-06-222-18/+42
|
* Remove unused WallClockSource from package to exportHåkon Hallingstad2018-06-223-205/+1
|
* Export com.yahoo.timeHåkon Hallingstad2018-06-221-0/+5
| | | | | This will also export WallClockSource. It is marked as @Beta, and we don't use it anywhere, so perhaps we should just remove it.
* Revert "Revert "Move TimeBudget to vespajlib and use Clock""Håkon Hallingstad2018-06-223-0/+111
|
* Revert "Move TimeBudget to vespajlib and use Clock"Harald Musum2018-06-213-111/+0
|
* Use UncheckedTimeoutException from guavaHåkon Hallingstad2018-06-213-21/+6
|
* Use ManualClock and remove Unchecked prefixHåkon Hallingstad2018-06-214-12/+19
|
* Move TimeBudget to vespajlib and use ClockHåkon Hallingstad2018-06-213-0/+119
|
* Reuse allocation decisionsJon Bratseth2018-06-191-0/+5
| | | | | | | | | | | | | | During deployment we first prepare the application on one config server then notifies the other config servers (by setting state=PREPARED) that they should load it. That will cause allocation requests against the node repo to be done once over on the those config servers. These simultaneous requests against the node repo may cause ut to time out waiting for the node repo's application lock if these requests take a somewhat long time. This change reads existing allocations instead of redoing allocation requests against the node repo. The existing allocation is saved (on the first config server) before state=PREPARED is set.
* Merge pull request #6111 from vespa-engine/lesters/revert-revert-onnxHenning Baldersheim2018-06-071-2/+121
|\ | | | | Refactor ONNX and TF import to use same code base
| * Refactor ONNX and TF import to use same code baseLester Solbakken2018-06-061-2/+121
| | | | | | | | This reverts commit 681963959794b47102d1a1cf72f215c72b0e2b51.
| * Revert "Refactor ONNX and TF import to use same code base"Harald Musum2018-06-061-121/+2
| |
| * Merge pull request #6046 from ↵Lester Solbakken2018-06-061-2/+121
| |\ | | | | | | | | | | | | vespa-engine/lesters/refactor-onnx-tensorflow-import Refactor ONNX and TF import to use same code base
| | * Add more ONNX operationsLester Solbakken2018-06-041-2/+121
| | |
* | | Validate that tensor dimensions and labbels are identifiersJon Bratseth2018-06-063-2/+53
|/ /
* | Output whether thread is daemon or notBjørn Christian Seime2018-06-041-1/+1
| |
* | Merge pull request #6067 from vespa-engine/arnej/update-javadocHenning Baldersheim2018-06-041-0/+3
|\ \ | |/ |/| update documentation comments
| * update documentation commentsArne Juul2018-05-221-0/+3
| |
* | Add and update benchmarkJon Bratseth2018-05-232-9/+99
|/
* use VESPA_HOSTNAME or "localhost" onlyArne Juul2018-05-142-159/+9
|
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-113-0/+30
|
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-113-30/+0
|
* Simplify fields field trackingJon Bratseth2018-05-113-0/+30
|
* Use new junit APIJon Bratseth2018-05-0711-85/+196
|
* Merge pull request #5783 from vespa-engine/hakonhall/procedural-editorHåkon Hallingstad2018-05-072-0/+47
|\ | | | | Procedural editor
| * Move Comparables to vespajlibHåkon Hallingstad2018-05-062-0/+47
| |
* | Use new junit APIJon Bratseth2018-05-0411-157/+206
| |
* | Remove CachingSearcher and its Cache with SizeCalculatorgjoranv2018-05-044-826/+0
| | | | | | | | | | | | | | | | - The SizeCalculator uses recursive reflective calls in the object tree, and attempts illegal access to e.g. java.lang.module classes on Java 9+. With this access explicitly allowed via "--add-opens" the calculator returns a much larger size than the actual size of the object.
* | Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
| |
* | Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
| |
* | Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
| |
* | Merge pull request #5720 from vespa-engine/gjoranv/java9-prep-03gjoranv2018-04-268-13/+20
|\ \ | | | | | | Gjoranv/java9 prep 03
| * | Fix wrong javadoc tag.gjoranv2018-04-262-2/+2
| | |