ivandika3 commented on PR #740:
URL: https://github.com/apache/ratis/pull/740#issuecomment-1623166404

   Hi @guohao-rosicky, I was testing Ozone streaming write pipeline (we are 
using Ratis version 2.4.1). I got this error. Is this by any chance related to 
yours?
   
   ```
   2023-07-06 15:36:03,683 [timer1] ERROR impl.OrderedStreamAsync: Failed to 
send request, 
header=DataStreamRequestHeader:clientId=client-2F3F6FDBAA47,type=STREAM_HEADER,id=0,offset=0,length=321
   org.apache.ratis.protocol.exceptions.TimeoutIOException: Timeout 10000ms: 
Failed to send 
DataStreamWindowRequest:seqNum=1,DataStreamRequestHeader:clientId=client-2F3F6FDBAA47,type=STREAM_HEADER,id=0,offset=0,length=321
        at 
org.apache.ratis.client.impl.OrderedStreamAsync.lambda$scheduleWithTimeout$7(OrderedStreamAsync.java:172)
        at 
org.apache.ratis.util.TimeoutTimer.lambda$onTimeout$2(TimeoutTimer.java:101)
        at org.apache.ratis.util.LogUtils.runAndLog(LogUtils.java:38)
        at org.apache.ratis.util.LogUtils$1.run(LogUtils.java:79)
        at org.apache.ratis.util.TimeoutTimer$Task.run(TimeoutTimer.java:55)
        at java.util.TimerThread.mainLoop(Timer.java:555)
        at java.util.TimerThread.run(Timer.java:505)
   2023-07-06 15:37:53,902 [NettyClientStreamRpc-workerGroup--thread3] WARN 
client.NettyClientStreamRpc: Connection-/10.130.20.239:9858: channel is 
inactive; schedule reconnecting to /10.130.20.239:9858 in 100ms
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to