Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No event for token warnings logged when under high load #504

Open
bert-laverman opened this issue Jun 20, 2022 · 0 comments
Open

No event for token warnings logged when under high load #504

bert-laverman opened this issue Jun 20, 2022 · 0 comments

Comments

@bert-laverman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant