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

The client keeps producing gRPC warning DeadlineExceeded for successful writes #95

Open
alexeyzimarev opened this issue Jan 10, 2021 · 3 comments

Comments

@alexeyzimarev
Copy link
Member

For any successful write, the client keeps producing two log entries:

[20:50:58 WRN] gRPC call deadline exceeded.
[20:50:58 INF] Call failed with gRPC error status. Status code: 'DeadlineExceeded', Message: ''.

It pollutes the log as it's impossible to understand if the warning is legit or not.

@MJSanfelippo
Copy link

Any update on this? We are seeing this a lot while investigating bugs and we are unsure if this is a grpc/event store error, or something we are doing wrong - all we see is that log.

@alexeyzimarev
Copy link
Member Author

Currently, I only see this warning when checking the stream state when the stream doesn't exist. I haven't observed this warning on appending events.

@oskardudycz
Copy link
Contributor

@thefringeninja, didn't we fix it already?

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

3 participants