summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Ready Docker nodes do not run Vespa, so do not fail them due to livenessHarald Musum2016-09-097-25/+57
* Correct isRemoved -> removed and add more testsJon Bratseth2016-09-092-27/+61
* Use one naming conventionJon Bratseth2016-09-0819-107/+105
* Remove Configuration as that information ended up in FlavorJon Bratseth2016-09-0748-214/+131
* Assert on tenant node countJon Bratseth2016-09-071-0/+3
* Correct typoJon Bratseth2016-09-071-1/+1
* Maintain zk access across nodes and support proxiesJon Bratseth2016-09-0710-64/+201
* Allow reading from source dirs be turned on or offJon Bratseth2016-09-063-1/+9
* Revert "Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk""""""Jon Bratseth2016-09-042-5/+94
* Merge pull request #532 from yahoo/bratseth/fail-ready-hostsJon Bratseth2016-09-047-23/+187
|\
| * Persist node requet timesJon Bratseth2016-09-026-47/+77
| * Merge with masterJon Bratseth2016-09-0113-98/+150
| |\
| * | Track config requests and fail ready hosts which don't make themJon Bratseth2016-09-013-17/+151
* | | Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk"""""Jon Bratseth2016-09-042-94/+5
* | | Merge pull request #519 from yahoo/revert-489-revert-488-revert-486-revert-48...Jon Bratseth2016-09-042-5/+94
|\ \ \
| * | | Include connection spec hosts correctly in permissible zk clientsJon Bratseth2016-09-012-4/+6
| * | | Allow config servers to connect to zkJon Bratseth2016-09-011-0/+9
| * | | Allow all application hosts to talk to ZooKeeperJon Bratseth2016-08-312-5/+83
* | | | Fix hardwareFailure=false deserializationMartin Polden2016-09-022-5/+45
| |_|/ |/| |
* | | Merge pull request #511 from yahoo/bratseth/add-hardware-failure-typeMartin Polden2016-09-0113-98/+150
|\ \ \ | |_|/ |/| |
| * | Longer hardware failure namesJon Bratseth2016-09-017-21/+21
| * | Change hardware failure from a boolean to an enumJon Bratseth2016-08-3013-98/+150
| |/
* / Model group ids as indexesJon Bratseth2016-08-3118-74/+80
|/
* Rename a variableJon Bratseth2016-08-291-3/+3
* Avoid leaving retired nodes in unwanted groupsJon Bratseth2016-08-292-21/+48
* Merge pull request #469 from yahoo/freva/node-admin-testsHaakon Dybdahl2016-08-296-1/+29
|\
| * Created a new node in dirty state to test markAsReadyvalerijf2016-08-266-2/+29
| * Added test for markAsReady()valerijf2016-08-251-0/+1
* | Merge pull request #435 from yahoo/revert-383-revert-379-mortent/noderepo-che...Jon Bratseth2016-08-2510-44/+110
|\ \ | |/ |/|
| * Make test deterministic when sorting by random hostnameJon Bratseth2016-08-251-5/+20
| * Revert "Revert "VESPA-3446 Sort offered nodes by cost to make cheaper allocat...Morten Tokle2016-08-1910-39/+90
* | Allow 10 nodes in perf for now because Trygve needs itJon Bratseth2016-08-231-1/+1
|/
* Revert "VESPA-3446 Sort offered nodes by cost to make cheaper allocations"Morten Tokle2016-08-0810-90/+39
* Sort offered nodes by cost to make cheaper allocationsMorten Tokle2016-08-0410-39/+90
* Do not display vespaVersion if its string is emptyvalerijf2016-07-211-1/+3
* Created test to check currentDockerImage and vespaVersion resettingvalerijf2016-07-204-1/+37
* Give up using a type parameter for transaction operations, againJon Bratseth2016-07-071-3/+3
* Make application remove transactionalJon Bratseth2016-07-065-9/+22
* Dont support delete if exist in transactionJon Bratseth2016-07-061-2/+2
* Towards transactional application deleteJon Bratseth2016-07-054-55/+48
* Prefer to retire the highest index nodesJon Bratseth2016-06-293-24/+83
* Merge pull request #237 from yahoo/martinp/reject-deallocate-on-hwfailureJon Bratseth2016-06-282-1/+26
|\
| * Reject deallocate for nodes with hardware failureMartin Polden2016-06-282-1/+26
* | Better javadocJon Bratseth2016-06-282-3/+10
* | Support querying for one node from multiple states at the timeJon Bratseth2016-06-286-38/+37
|/
* Check valid instead of empty value and correct todo'sJon Bratseth2016-06-244-35/+26
* Merge pull request #191 from yahoo/bratseth/add-parked-node-stateHarald Musum2016-06-2316-43/+140
|\
| * Don't allow transition to ready for allocated nodesJon Bratseth2016-06-234-3/+62
| * Add support for parking nodesJon Bratseth2016-06-2314-41/+78
* | Fail ready nodes with hardware failureJon Bratseth2016-06-232-17/+35