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
In two of our tests for async writes, we are waiting for all the ack functions to be called. To prevent deadlocks, we need to specify a timeout, so that tests do not wait indefinitely, in cases where there's actually a bug in the connector code.
The text was updated successfully, but these errors were encountered:
I actually faced this when working on async writes for the Kafka connector. I didn't call the ack functions, the acceptance test was stuck, and it wasn't immediately clear why. The fix is a quick one.
Feature description
In two of our tests for async writes, we are waiting for all the ack functions to be called. To prevent deadlocks, we need to specify a timeout, so that tests do not wait indefinitely, in cases where there's actually a bug in the connector code.
The text was updated successfully, but these errors were encountered: