summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5377 from vespa-engine/bratseth/reduce-old-junit-usageJon Bratseth2018-03-1938-313/+524
|\ | | | | Nonfunctional changes only
| * Make publicJon Bratseth2018-03-192-2/+2
| |
| * Nonfunctional changes onlyJon Bratseth2018-03-1938-311/+522
| |
* | Ensure we handle null coverage object too.Henning Baldersheim2018-03-151-4/+6
| |
* | Ensure we handle null coverage object too.Henning Baldersheim2018-03-151-1/+1
| |
* | Make code more readable and explicit.Henning Baldersheim2018-03-151-4/+8
| |
* | Use built in java syntax for iterating all values of an enum.Henning Baldersheim2018-03-151-5/+1
| |
* | Rename.Henning Baldersheim2018-03-151-7/+8
| |
* | Add degraded metrics.Henning Baldersheim2018-03-131-16/+51
| |
* | Add final to membersHenning Baldersheim2018-03-131-33/+31
| |
* | Remove unused code.Henning Baldersheim2018-03-131-8/+0
|/
* Detect empty docsums and count them.Henning Baldersheim2018-03-082-9/+60
|
* Remove unused parameter.Henning Baldersheim2018-03-083-28/+15
| | | | Remove catching Exception that can never be thown.
* Add some more information in identifying what caused this error.Henning Baldersheim2018-03-081-1/+1
|
* Nonfunctional changes onlyJon Bratseth2018-03-074-14/+21
|
* No wildcard static importsJon Bratseth2018-03-053-5/+17
|
* Remove junit.fdramework usageJon Bratseth2018-03-025-43/+60
|
* Don't change VIP status when creating a new ClusterSearcherJon Bratseth2018-03-023-23/+33
| | | | | | | | | | | | | | This should fix the problem where a container cluster briefly goes offline when changing flavor of the cluster. This change leads to a new Clustersearcher instance being constructed. This instance will start issuing ping requests to all downstream nodes. If the first response is form a failing node - which may happen here because the newly added nodes (with new flavor) are not online yet, the cluster monitor will conclude that no nodes are up and take itself offline. This PR defers any decision-making about VIP status until we have status information from all nodes in the cluster.
* Don't validate when reloading modelsJon Bratseth2018-02-261-1/+1
|
* Nonfunctional changes onlyJon Bratseth2018-02-261-117/+126
|
* Remove dead codeHarald Musum2018-02-152-210/+0
|
* Propagate nodes too.Henning Baldersheim2018-02-062-3/+10
|
* Ask for coverage nodes.Henning Baldersheim2018-02-064-16/+17
|
* Reuse the unused 'dataset' feature.Henning Baldersheim2018-02-062-26/+8
|
* GC unused and always enabled features. Add new feature for reporting nodes ↵Henning Baldersheim2018-02-062-58/+76
| | | | queried and replied.
* Add deprecation legacy stuff only used in tests.Henning Baldersheim2018-02-061-0/+2
|
* Be conservative and ensure we send down a positive number (1).Henning Baldersheim2018-02-053-7/+7
|
* Revert "Revert "Balder/again when time is up it is up""Henning Baldersheim2018-02-052-5/+3
|
* Revert "Balder/again when time is up it is up"Henning Baldersheim2018-02-052-3/+5
|
* When time is up it is up. Here too.Henning Baldersheim2018-02-052-5/+3
|
* Merge pull request #4913 from vespa-engine/bratseth/feature-names-cleanupLester Solbakken2018-02-053-1/+10
|\ | | | | Bratseth/feature names cleanup
| * Use all query profiles and handle conflictsJon Bratseth2018-02-053-1/+10
| |
* | Propagate max() within nested all to propagate properly.Henning Baldersheim2018-02-032-3/+61
|/ | | | | Earlier on only the one in the outer all was used. Test that it is actually propagates properly down to all leaves.
* remove unused codeHenning Baldersheim2018-02-021-6/+0
|
* Add comment on return valueHenning Baldersheim2018-02-021-3/+3
|
* Add comment on return valueHenning Baldersheim2018-02-021-0/+1
|
* Avoid import by *.Henning Baldersheim2018-02-021-18/+29
| | | | | Restructure error parsing to avoid loosing information when you only have errors. Use a fixed mandatory "type", "message" "details" schema for reporting errors.
* Use a ResultObject to avoid using Exception for value passing.Henning Baldersheim2018-02-023-27/+47
|
* Propagate timeout errors up in fill phase.Henning Baldersheim2018-02-015-32/+92
|
* Merge pull request #4885 from vespa-engine/balder/remove-non-slime-summaryJon Bratseth2018-02-017-404/+42
|\ | | | | Remove non-slime sum mary code and related tests.
| * Remove unused importsHenning Baldersheim2018-02-011-3/+0
| |
| * Remove unused state and methodsHenning Baldersheim2018-02-012-23/+9
| |
| * Remove unused methodHenning Baldersheim2018-02-011-11/+0
| |
| * Remove non-slime sum mary code and related tests.Henning Baldersheim2018-02-017-367/+33
| |
* | Merge pull request #4881 from vespa-engine/bratseth/simplify-acceptsLester Solbakken2018-02-012-15/+21
|\ \ | |/ |/| Accept tensor types
| * Accept tensor typesJon Bratseth2018-02-012-15/+21
| | | | | | | | | | Decide acceptance without creating objects. Accept tensors again.
* | Merge pull request #4880 from ↵Jon Bratseth2018-02-011-8/+3
|\ \ | |/ |/| | | | | vespa-engine/balder/cleanup-some-unused-summary-code Remove some unused, untested code
| * Remove some unused, untested codeHenning Baldersheim2018-02-011-8/+3
| |
* | Propagate full tensor typeJon Bratseth2018-02-012-17/+16
|/
* Make tensor type info mandatoryJon Bratseth2018-02-013-34/+23
|