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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Seeing this in jepsen runs where we have all windowing passed through a single peer. As a result, await-job-completion times out after 20 minutes and the test is failed.
Most of the time is spent calling alts!! which has incredibly bad performance. I suggest we switch to using the internal impl function closed? to check whether the task-kill-ch and shutdown-ch channels are closed, and poll! to fetch from the write batch.
The text was updated successfully, but these errors were encountered:
Seeing this in jepsen runs where we have all windowing passed through a single peer. As a result, await-job-completion times out after 20 minutes and the test is failed.
Most of the time is spent calling alts!! which has incredibly bad performance. I suggest we switch to using the internal impl function closed? to check whether the task-kill-ch and shutdown-ch channels are closed, and poll! to fetch from the write batch.
The text was updated successfully, but these errors were encountered: