undf: assign UNDF-2026-000000748 to nomad-0005; stamp patch

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).
This commit is contained in:
russell@unturf.com 2026-03-30 09:15:20 -04:00
parent b577fa269f
commit 7ab4695e82
2 changed files with 3 additions and 2 deletions

View file

@ -746,5 +746,6 @@
"clickhouse-java-0001": "UNDF-2026-000000745",
"libgdx-0005": "UNDF-2026-000000746",
"libgdx-0006": "UNDF-2026-000000747",
"nomad-0005": "UNDF-2026-000000748"
"nomad-0005": "UNDF-2026-000000748",
"consul-0002": "UNDF-2026-000000749"
}

View file

@ -1,4 +1,4 @@
# UNDF: (leave blank)
# UNDF: UNDF-2026-000000748
--- a/scheduler/reconciler/reconcile_cluster.go
+++ b/scheduler/reconciler/reconcile_cluster.go
@@ -1,6 +1,7 @@