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
Users observe stack overflow crashes that correlate with high network load.
Connected issue #10604
Stack overflow problem was flagged and investigated internally before 1.37.0 release. We understood that the issue is connected to the network actor, but couldn't reproduce it in the debug environment. The issue was labeled as rare enough to not disrupt the network.
After the 1.37.0 release to mainnet validators started seeing this issue in a much larger frequency than anticipated.
At the same time, a similar issue was discovered and debugged in statelessnet #10663. We didn't have enough confidence in this solution to make a release with it before the resharding, so we came up with an ad-hoc patch that sacrifices debug data in network actor to avoid stack overflow without any major refactorings 915aea7
After the 1.37.1 release with that patch, we didn't see any complaints from validators, so we assume that the issue is solved in this release.
The text was updated successfully, but these errors were encountered:
Users observe stack overflow crashes that correlate with high network load.
Connected issue #10604
Stack overflow problem was flagged and investigated internally before 1.37.0 release. We understood that the issue is connected to the network actor, but couldn't reproduce it in the debug environment. The issue was labeled as rare enough to not disrupt the network.
After the 1.37.0 release to mainnet validators started seeing this issue in a much larger frequency than anticipated.
At the same time, a similar issue was discovered and debugged in statelessnet #10663. We didn't have enough confidence in this solution to make a release with it before the resharding, so we came up with an ad-hoc patch that sacrifices debug data in network actor to avoid stack overflow without any major refactorings 915aea7
After the 1.37.1 release with that patch, we didn't see any complaints from validators, so we assume that the issue is solved in this release.
The text was updated successfully, but these errors were encountered: