open-nomad/nomad/state
Alex Dadgar e7e18c931c Fix sorting of job versions
Fixes an issue in which the versions were improperly sorted which would
cause pruning of the wrong job version. This essentially meant that job
versions above 255 would be dropped from the job version table (note
this was due to the prefix walk crossing from the 1-byte to 2-byte
threshold).

Fixes https://github.com/hashicorp/nomad/issues/3357
2017-10-12 13:33:55 -07: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 Enable more linters 2017-09-26 15:26:33 -07:00
schema_test.go nomad: move state and mocks into shared packages 2015-08-11 14:27:14 -07:00
state_store.go Fix sorting of job versions 2017-10-12 13:33:55 -07:00
state_store_oss.go sync 2017-09-19 10:08:23 -05:00
state_store_test.go Fix sorting of job versions 2017-10-12 13:33:55 -07:00