pgo icon indicating copy to clipboard operation
pgo copied to clipboard

Fix CI failure

Open shayanh opened this issue 3 years ago • 0 comments

I believe CI failures are due to two problems in the tcp mailboxes that I describe them below.

  1. Receiving duplicate commit messages causes negative wait group count and a panic consequently. This issue happened exactly after we decreased send timeout value.

  2. If a remote tcp mailbox aborts after sending precommit causes the receiving side to get blocked forever and it cannot gets closed.

shayanh avatar Jan 14 '22 02:01 shayanh