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
During high loads, it is possible to get WARNINGs logged containing:
Caused by: io.grpc.StatusRuntimeException: CANCELLED: No event for token <some number>
This appears to be caused by a race condition where a transaction is confirmed before the previous transaction. In this case, the event stream from the client is canceled and reopened, after which all is back to normal.
The text was updated successfully, but these errors were encountered:
During high loads, it is possible to get WARNINGs logged containing:
This appears to be caused by a race condition where a transaction is confirmed before the previous transaction. In this case, the event stream from the client is canceled and reopened, after which all is back to normal.
The text was updated successfully, but these errors were encountered: