Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
124401: roachprod: handle nodeIPPorts map update atomicity r=srosenberg a=nameisbhaskar 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 Co-authored-by: Bhaskarjyoti Bora <[email protected]>
- Loading branch information