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
To Reproduce
Steps to reproduce the behavior:
A bit of luck and a lot of concurrent nexus creation and destruction and/or rebuilds.
Expected behavior
Either nexus creation fails or rebuild ioqpair fails to connect.
Additional context
Seems the issue is caused by usage of Reactor::block_on which can prevent processing of messages which have been taken out of thread message ring, and therefore are not processed during the block_on
As a WA increasing the fabrics connect timeout can help mitigate this.
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes connecting to a target can fail:
To Reproduce
Steps to reproduce the behavior:
A bit of luck and a lot of concurrent nexus creation and destruction and/or rebuilds.
Expected behavior
Either nexus creation fails or rebuild ioqpair fails to connect.
Additional context
Seems the issue is caused by usage of Reactor::block_on which can prevent processing of messages which have been taken out of thread message ring, and therefore are not processed during the block_on
As a WA increasing the fabrics connect timeout can help mitigate this.
The text was updated successfully, but these errors were encountered: