open-nomad/nomad/state
Alex Dadgar b2449ae1ce Fix deployment watcher index usage
Fixes three issues:
1. Retrieving the latest evaluation index was not properly selecting the
greatest index. This would undermine checks we had to reduce the number
of evaluations created when the latest eval index was greater than any
alloc change
2. Fix an issue where the blocking query code was using the incorrect
index such that the index was higher than necassary.
3. Special case handling of blocked evaluation since the create/snapshot
index is no particularly useful since they can be reblocked.
2018-09-21 13:59:11 -07:00
..
autopilot.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
autopilot_test.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
notify.go Enable more linters 2017-09-26 15:26:33 -07:00
notify_test.go nomad/state: adding watching mechanisms 2015-08-22 18:57:15 -07:00
schema.go spelling: referenced 2018-03-11 18:40:45 +00:00
schema_test.go nomad: move state and mocks into shared packages 2015-08-11 14:27:14 -07:00
state_store.go Fix deployment watcher index usage 2018-09-21 13:59:11 -07:00
state_store_oss.go sync 2017-10-13 14:36:02 -07:00
state_store_test.go Register events 2018-05-22 14:06:33 -07:00
testing.go server 2018-09-15 16:23:13 -07:00
testing_oss.go sync 2017-10-13 14:36:02 -07:00