Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: handle nodeIPPorts map update atomicity
when creating cluster config service discovery for each node happens concurrently, and the information is added to a common map. If the map getting updated at the same time, roachprod panics for concurrent update. the fix is to have a mutex to protect the same. Fixes: cockroachdb#124400 Epic: none
- Loading branch information