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
Avoid a data race when dealing with the lowwatermark (#1530)
* Remove error return value since we don't use it.
* Lock the mutex whenever we plan to update the low watermark to avoid a race condition.
* Check for data races in our unit tests.
* Still return an error from ProcessEventsUntilDrained but actually check it in our code.
* Make coordinator_test.go to check the err from ProcessEventsUntilDrained again
* Remove unreachable return in ProcessEventsUntilDrained
0 commit comments