summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.134.66-1].vespa-6.134.66-1Arnstein Ressem2017-08-102-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.134.66 --no-auto-changelog
* Initialized to use tito.Arnstein Ressem2017-08-103-0/+8
|
* Merge pull request #3064 from yahoo/balder/handle-truncate-with-later-writeTor Egge2017-08-095-40/+51
|\ | | | | Avoid opening idxfile to early for writing. Especially as it might ge…
| * Break out on error before the end.Henning Baldersheim2017-08-081-0/+1
| |
| * Avoid opening idxfile to early for writing. Especially as it might get ↵Henning Baldersheim2017-08-084-40/+50
| | | | | | | | | | | | truncated due to error handling later on. Instead just open the file when you need to write it. It does not happen that often to warrant keeping it open all the time.
* | Interns/verification fix 4 (#3059)olaaun2017-08-0940-830/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made diskbenchmark heavier * Changed how net interface and connection is compared. No longer cares if node repo says shouldn't have interface, even though it actually has * Now supports taking in comma separated config server urls as parameter * Added VerifierSettings to be able to choose what tests to be executed based on node repo * Changed how SpecVerification reports. Now creates JSON containing only actual hardware values that are different from node repo * Changed reporting of benchmarks * Now tests config server url generation when comma separated list is passed to program * Added system exit in benchmarks to allow testing * Ping6 logger writes full error message * Added and changed some class level comments * Added verificationReport test and removed skipwords in parseInstructions * cleanup * Code cleanup * Added information to README for hardware verification * Readme to spec * Now retrieves interface speed independent of previous command * ethtool and ifconfig now ignores docker and veth-interfaces * Removed some references to prod.
* | Merge pull request #3063 from yahoo/lesters/prepare-hadoop-authBjørn Christian Seime2017-08-084-21/+34
|\ \ | | | | | | Prepare for Hadoop authentication extensions
| * | Prepare for Hadoop authentication extensionsLester Solbakken2017-08-084-21/+34
| | |
* | | Merge pull request #3062 from yahoo/bratseth/remove-internal-referenceJon Bratseth2017-08-0838-155/+144
|\ \ \ | | | | | | | | Remove internal references
| * | | Remove some more occurrences of 'yca'Jon Bratseth2017-08-081-17/+18
| | | |
| * | | Remove reference to yca proxyJon Bratseth2017-08-082-2/+2
| | | |
| * | | Remove unnecessary instances of the character sequence 'yca'Jon Bratseth2017-08-088-73/+73
| | | |
| * | | Remove corp referencesJon Bratseth2017-08-0815-34/+36
| | | |
| * | | Deplace temp git.corp linksJon Bratseth2017-08-0815-33/+19
| | |/ | |/|
* | | Merge pull request #3056 from yahoo/bjorncs/fix-bundle-plugin-errorhakonhall2017-08-081-1/+0
|\ \ \ | |_|/ |/| | Remove annotations from parent pom
| * | Remove annotations from parent pomBjørn Christian Seime2017-08-071-1/+0
| | | | | | | | | | | | | | | | | | | | | The bundle plugin depends on annotations, and annotations should therefor only be build as part of maven-plugins. The bundle plugin will sometimes fail during osgi manifest generation if annotations is installed as part of the build.
* | | Merge pull request #3061 from yahoo/bratseth/use-mock-locks-when-possibleJon Marius Venstad2017-08-082-2/+10
|\ \ \ | |_|/ |/| | Create a mock lock in Lock when possible
| * | Create a mock lock in Lock when possibleJon Bratseth2017-08-082-2/+10
| | |
* | | Merge pull request #3060 from yahoo/mpolden/node-hardware-divergenceJon Bratseth2017-08-086-11/+116
|\ \ \ | | | | | | | | Add hardware divergence field to nodes API
| * | | Add hardware divergence field to nodes APIMartin Polden2017-08-086-11/+116
| | | |
* | | | Merge pull request #3058 from yahoo/freva/do-not-docker-exec-for-aclValerij Fredriksen2017-08-084-18/+32
|\ \ \ \ | |_|/ / |/| | | Use ProcessExecutor for Docker container ACL setup instead of docker.…
| * | | Use ProcessExecutor for Docker container ACL setup instead of docker.exec()valerijf2017-08-084-18/+32
| | | |
* | | | Merge pull request #3057 from ↵Jon Bratseth2017-08-0835-31/+119
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | yahoo/balder/take-field-match-max-length-into-account-during-indexing Add capping of fields before tokenizing
| * | | Let the default field match max length be controlable by config override as ↵Henning Baldersheim2017-08-0730-30/+61
| | | | | | | | | | | | | | | | for maxtermoccurences.
| * | | Add capping of fields before tokenizingHenning Baldersheim2017-08-077-4/+61
|/ / /
* | | Merge pull request #3055 from yahoo/bratseth/default-to-16-distribution-bitsJon Bratseth2017-08-071-15/+6
|\ \ \ | |_|/ |/| | Bratseth/default to 16 distribution bits
| * | Simplify defaulting logicJon Bratseth2017-08-071-5/+1
| | |
| * | Default to 16 bits in prodJon Bratseth2017-08-071-11/+6
|/ /
* | Merge pull request #3054 from yahoo/bratseth/allow-passing-loggerJon Bratseth2017-08-071-0/+15
|\ \ | |/ |/| Accept a logger argument
| * Accept a logger argumentJon Bratseth2017-08-071-0/+15
|/
* Merge pull request #3053 from ↵Henning Baldersheim2017-08-075-17/+19
|\ | | | | | | | | yahoo/balder/keep-the-documentmetastore-readguard-alive-in-session-cache Keep the DocumentMetaStore readguard live in teh ssession cache so th…
| * Use = default for default constructor.Henning Baldersheim2017-08-071-1/+1
| |
| * Keep the DocumentMetaStore readguard live in teh ssession cache so the ↵Henning Baldersheim2017-08-074-16/+18
| | | | | | | | blueprint are still valid afterwards.
* | Merge pull request #3011 from ↵Håvard Pettersen2017-08-072-7/+11
|\ \ | | | | | | | | | | | | yahoo/balder/do-not-set-docid-in-blueprint-construction Balder/do not set docid in blueprint construction
| * | Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-1/+4
| | |
| * | Call setDocId explicit in test instead.Henning Baldersheim2017-07-251-6/+7
| | |
* | | Interns/verification fix 3 (#3047)olaaun2017-08-0712-128/+59
| |/ |/| | | | | | | | | | | | | * Fixed failing ping parsing * Replace regex with InetAddresses * NetRetriever now also accepts interfaces other than eth.
* | Merge pull request #3052 from yahoo/balder/delay-ackHenning Baldersheim2017-08-054-19/+26
|\ \ | | | | | | Balder/delay ack
| * | Explicit capture list.Henning Baldersheim2017-08-051-1/+1
| | |
| * | Inline just disturbs the compiler. Let it decide by himself. -Winline causes ↵Henning Baldersheim2017-08-041-1/+1
| | | | | | | | | | | | trouble.
| * | Explicit destructor to reduce inliningHenning Baldersheim2017-08-041-0/+3
| | |
| * | Inline just disturbs the compiler. Let it decide by himself. -Winline causes ↵Henning Baldersheim2017-08-041-6/+5
| | | | | | | | | | | | trouble.
| * | Make it compile again with correct gcc options too.Henning Baldersheim2017-08-043-6/+5
| | |
| * | Ensure ack is delayed until visibility is achieved.Henning Baldersheim2017-08-043-11/+17
| | |
* | | Merge pull request #3051 from ↵Henning Baldersheim2017-08-041-4/+16
|\ \ \ | |/ / |/| | | | | | | | yahoo/toregge/handle-docsum-replay-done-in-summary-thread Handle docsum replay done in summary thread.
| * | Handle docsum replay done in summary thread.Tor Egge2017-08-041-4/+16
|/ /
* | Merge pull request #3049 from yahoo/balder/cleanup-partially-compacted-filesTor Egge2017-08-046-27/+131
|\ \ | | | | | | Clean up incompletely compacted files at startup.
| * | Add test that files are actually skipped.Henning Baldersheim2017-08-0410-1/+43
| | |
| * | Add test that files are actually skipped.Henning Baldersheim2017-08-046-0/+0
| | |
| * | No need for prevprev. a simple -1 will suffice.Henning Baldersheim2017-08-041-4/+1
| | |