nomad-0005: scheduler/reconciler/reconcile_cluster.go
handleReconnectingAllocs slices.Contains(replacements, alloc.ID)
O(A×R) inner linear scan — replaced with map[string]struct{} O(1)
Also confirm envoy-0001 through envoy-0004 were previously scanned
(UNDF-63, 390, 391, 699) and nomad-0001 through nomad-0004 (UNDF-476..479).
|
||
|---|---|---|
| .. | ||
| nomad-0001-bitmap-filter.md | ||
| nomad-0002-stream-namespace-filter.md | ||
| nomad-0003-vault-secrets-dedup.md | ||
| nomad-0004-checkstore-difference.md | ||
| nomad-0005-reconnect-replacements-map.patch | ||