open-nomad/nomad
Sean Chittenden 5e0ced2ae7
Shuffle all datacenters vs only the nearest N datacenters.
Per discussion, we want to be aggressive about fanning out vs possibly
fixating on only local DCs.  With RPC forwarding in place, a random walk
may be less optimal from a network latency perspective, but it is guaranteed
to eventually result in a converged state because all DCs are candidates
during the bootstrapping process.
2016-06-15 12:40:51 -07:00
..
mock Rename ConsulService back to Service 2016-06-12 16:36:49 -07:00
state Worker annotates evals with their snapshot index 2016-05-24 20:10:56 -07:00
structs Document consul configuration 2016-06-14 15:21:57 -07:00
types Change the signature of the PeriodicCallback to return an error 2016-06-10 15:54:39 -04:00
watch
alloc_endpoint.go
alloc_endpoint_test.go
blocked_evals.go Only unblock if missed class was added after eval snapshot index 2016-06-10 15:24:06 -07:00
blocked_evals_test.go test 2016-06-10 15:48:59 -07:00
config.go Teach Nomad servers how to fall back to Consul. 2016-06-15 12:40:51 -07:00
core_sched.go Partial GC allocations 2016-06-10 18:32:37 -07:00
core_sched_test.go Partial GC allocations 2016-06-10 18:32:37 -07:00
eval_broker.go Use the correctly typed rand.Int* variant 2016-06-10 15:50:11 -04:00
eval_broker_test.go fix channel being nil on restore 2016-06-07 15:03:08 -07:00
eval_endpoint.go Comments addressed 2016-05-31 11:39:03 -07:00
eval_endpoint_test.go don't dequeue 2016-06-07 09:51:20 -07:00
fsm.go Comments addressed 2016-05-31 11:39:03 -07:00
fsm_test.go Comments addressed 2016-05-31 11:39:03 -07:00
heartbeat.go Nuke trace-level logging in heartbeats 2016-06-10 15:50:11 -04:00
heartbeat_test.go
job_endpoint.go Add check-index flag to nomad run 2016-06-08 17:56:32 -07:00
job_endpoint_test.go Rename ConsulService back to Service 2016-06-12 16:36:49 -07:00
leader.go Comments addressed 2016-05-31 11:39:03 -07:00
leader_test.go Comments addressed 2016-05-31 11:39:03 -07:00
merge.go
node_endpoint.go goling(1) compliance pass (e.g. Rpc* -> RPC) 2016-06-10 23:38:28 -04:00
node_endpoint_test.go Push down the server list even on node registration and evaluation 2016-06-10 15:50:11 -04:00
periodic.go Fix case in periodic dispatch and blocked evals where lock was not released 2016-06-03 13:46:57 -07:00
periodic_endpoint.go
periodic_endpoint_test.go
periodic_test.go
plan_apply.go Scheduler no longer produces failed allocations; failed alloc metrics stored in evaluation 2016-05-18 18:11:40 -07:00
plan_apply_pool.go
plan_apply_pool_test.go
plan_apply_test.go Scheduler no longer produces failed allocations; failed alloc metrics stored in evaluation 2016-05-18 18:11:40 -07:00
plan_endpoint.go
plan_endpoint_test.go
plan_queue.go
plan_queue_test.go
pool.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
raft_rpc.go
regions_endpoint.go
regions_endpoint_test.go
rpc.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
rpc_test.go
serf.go
serf_test.go
server.go Shuffle all datacenters vs only the nearest N datacenters. 2016-06-15 12:40:51 -07:00
server_test.go Teach Nomad servers how to fall back to Consul. 2016-06-15 12:40:51 -07:00
status_endpoint.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
status_endpoint_test.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
system_endpoint.go
system_endpoint_test.go
timetable.go
timetable_test.go
util.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
util_test.go Reconcile, clean up, and centralize API version numbers (major and minor). 2016-06-10 15:50:11 -04:00
worker.go Track unblock indexes and check evals on block to see if they missed an update while in the scheduler 2016-05-24 20:10:56 -07:00
worker_test.go test fixes and delete 2016-05-24 20:20:06 -07:00