mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
In #26169 we started emitting structured logs from the reconciler. But the node reconciler results are `AllocTuple` structs and not counts, so the information we put in the logs ends up being pointer addresses in hex. Fix this so that we're recording the number of allocs in each bucket instead. Fix another misleading log-line while we're here. Ref: https://github.com/hashicorp/nomad/pull/26169