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
Currently, the BackUpRequest feature doesn't work well with stream requests. An exception raised due to SetReader() is invoked twice for the same EntityStream.
at com.linkedin.venice.client.store.transport.D2TransportClient$1.onError(D2TransportClient.java:191) ~[venice-thin-client-0.2.68.jar:?]
at com.linkedin.d2.balancer.clients.BackupRequestsClient$DecoratedCallback$1.onError(BackupRequestsClient.java:471) ~[d2-27.3.17.jar:?]
at com.linkedin.r2.transport.common.bridge.client.TransportCallbackAdapter.onResponse(TransportCallbackAdapter.java:47) ~[r2-core-27.3.17.jar:?]
The text was updated successfully, but these errors were encountered:
zizhong
pushed a commit
to zizhong/rest.li
that referenced
this issue
Mar 27, 2021
Currently, the BackUpRequest feature doesn't work well with stream requests. An exception raised due to SetReader() is invoked twice for the same EntityStream.
The text was updated successfully, but these errors were encountered: