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
Per Howard's comment on #4, there may be race conditions present when accessing the poller maps in collector_client.go and glideinmanager_client.go. We should look into sync.Map and other concurrency utilities to prevent this.
The text was updated successfully, but these errors were encountered:
Per Howard's comment on #4, there may be race conditions present when accessing the poller maps in collector_client.go and glideinmanager_client.go. We should look into sync.Map and other concurrency utilities to prevent this.
The text was updated successfully, but these errors were encountered: