codings-dan commented on pull request #572:
URL: https://github.com/apache/ratis/pull/572#issuecomment-1001287981
The CI test error seems to have nothing to do with this code change.
```
Error:
testMultipleStreamsMultipleServersStepDownLeader(org.apache.ratis.datastream.TestNettyDataStreamChainTopologyWithGrpcCluster)
Time elapsed: 100.012 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 100
seconds
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:426)
at java.util.concurrent.FutureTask.get(FutureTask.java:204)
at
org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:141)
at
org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:127)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
```
--
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]