-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
I'm seeing errors in my log of a DEADLINE_EXCEEDED
, but some of them have a negative value for the exceeded after
. Is this expected behavior and if yes, what is the reason, as in the example bellow it is minus two seconds.
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after -2232867975ns
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:221)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:202)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:131)