You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS ID is a 16 bit value. In large environments this may not be enough space to prevent collisions. We split the traffic up over an arbitrary number of goroutines, so a simple fix is to spin up more goroutines such that each routine gets fewer values and lowers the chances of collision. A long term solution probably involves adding some other items to the map key.
The text was updated successfully, but these errors were encountered:
DNS ID is a 16 bit value. In large environments this may not be enough space to prevent collisions. We split the traffic up over an arbitrary number of goroutines, so a simple fix is to spin up more goroutines such that each routine gets fewer values and lowers the chances of collision. A long term solution probably involves adding some other items to the map key.
The text was updated successfully, but these errors were encountered: