user avatar
Events/msgtype cleanup (#9117)
Drew Bailey authored
* use msgtype in upsert node

adds message type to signature for upsert node, update tests, remove placeholder method

* UpsertAllocs msg type test setup

* use upsertallocs with msg type in signature

update test usage of delete node

delete placeholder msgtype method

* add msgtype to upsert evals signature, update test call sites with test setup msg type

handle snapshot upsert eval outside of FSM and ignore eval event

remove placeholder upsertevalsmsgtype

handle job plan rpc and prevent event creation for plan

msgtype cleanup upsertnodeevents

updatenodedrain msgtype

msg type 0 is a node registration event, so set the default  to the ignore type

* fix named import

* fix signature ordering on upsertnode to match
7ce0b501
Name Last commit Last update
..
annotate.go scheduler: label loops with nested switch statements for effective break (#8528)
annotate_test.go Deprecate IOPS
context.go scheduler: fix panic when preempting and evicting
context_test.go Events/msgtype cleanup (#9117)
device.go Change types of weights on spread/affinity
device_test.go Change types of weights on spread/affinity
feasible.go scheduler: do network feasibility checking for system jobs (#8256)
feasible_test.go Events/msgtype cleanup (#9117)
generic_sched.go api: add field filters to /v1/{allocations,nodes}
generic_sched_test.go Events/msgtype cleanup (#9117)
preemption.go Only preempt for network when there is a network
preemption_test.go Events/msgtype cleanup (#9117)
propertyset.go server
rank.go ar: support opting into binding host ports to default network IP (#8321)
rank_test.go Events/msgtype cleanup (#9117)
reconcile.go Revert the `requireCanary` check introduced in https://github.com/hashicorp/nomad/pull/8691/files#diff-1801138ac4d10f2064ba6f2e434ac9b4L430-R431 .
reconcile_test.go add default update stanza and max_parallel=0 disables deployments (#6191)
reconcile_util.go Only ignore rescheduled allocations if they got stopped
reconcile_util_test.go Fix linting
scheduler.go Respect alloc job version for lost/failed allocs
scheduler_oss.go include pro tag in serveral oss.go files
select.go Implement affinity support in generic scheduler
select_test.go Implement affinity support in generic scheduler
spread.go More error->debug for logging in the bin packing iterator
spread_test.go Events/msgtype cleanup (#9117)
stack.go
stack_not_ent.go
stack_test.go
system_sched.go
system_sched_test.go
testing.go
util.go
util_test.go