EventStore-Client-Dotnet icon indicating copy to clipboard operation
EventStore-Client-Dotnet copied to clipboard

The client keeps producing gRPC warning DeadlineExceeded for successful writes

Open alexeyzimarev opened this issue 4 years ago • 3 comments

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.

alexeyzimarev avatar Jan 10 '21 19:01 alexeyzimarev

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.

MJSanfelippo avatar May 18 '21 17:05 MJSanfelippo

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.

alexeyzimarev avatar May 24 '21 12:05 alexeyzimarev

@thefringeninja, didn't we fix it already?

oskardudycz avatar Mar 07 '22 09:03 oskardudycz