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
Right now we track when an automatic client reset begins, and if we start another automatic client reset before ending the first, we raise an error that looks like A fatal error occured during client reset: 'A previous '<reset mode>' mode reset from <date> did not succeed, giving up on '<reset mode>' mode to prevent a cycle'. We should also track the reason the first client reset began so that we can see in the second aborted client reset what error caused us to begin the cycle in the first place.
The text was updated successfully, but these errors were encountered:
This fix was originally bundled with the fix for RCORE-2063, but has been separated out into a different PR. Once this has been landed, RCORE-2063 can be completed.
Right now we track when an automatic client reset begins, and if we start another automatic client reset before ending the first, we raise an error that looks like
A fatal error occured during client reset: 'A previous '<reset mode>' mode reset from <date> did not succeed, giving up on '<reset mode>' mode to prevent a cycle'
. We should also track the reason the first client reset began so that we can see in the second aborted client reset what error caused us to begin the cycle in the first place.The text was updated successfully, but these errors were encountered: