Attila Doroszlai created RATIS-2422:
---------------------------------------
Summary: IllegalArgumentException in
TestNettyRpcProxy.testOfferRollbackOnAlreadyClosed
Key: RATIS-2422
URL: https://issues.apache.org/jira/browse/RATIS-2422
Project: Ratis
Issue Type: Bug
Components: test
Affects Versions: 3.3.0, 3.2.2
Reporter: Attila Doroszlai
{code}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.626 s
<<< FAILURE! -- in org.apache.ratis.netty.TestNettyRpcProxy
[ERROR]
org.apache.ratis.netty.TestNettyRpcProxy.testOfferRollbackOnAlreadyClosed --
Time elapsed: 0.483 s <<< ERROR!
java.lang.IllegalArgumentException: Host is null in 0:0:0:0:0:0:0:0:35015
at org.apache.ratis.util.NetUtils.createSocketAddr(NetUtils.java:90)
at org.apache.ratis.util.NetUtils.createSocketAddr(NetUtils.java:60)
at org.apache.ratis.netty.NettyClient.connect(NettyClient.java:47)
at
org.apache.ratis.netty.NettyRpcProxy$Connection.<init>(NettyRpcProxy.java:196)
at org.apache.ratis.netty.NettyRpcProxy.<init>(NettyRpcProxy.java:255)
at
org.apache.ratis.netty.TestNettyRpcProxy.testOfferRollbackOnAlreadyClosed(TestNettyRpcProxy.java:77)
{code}
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/02/21/493/unit-misc/output.log
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/02/24/498/unit-misc/output.log
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/02/24/499/unit-misc/output.log
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/02/26/506/unit-misc/output.log
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/02/26/509/unit-misc/output.log
-
https://github.com/adoroszlai/ratis-build-results/blob/master/2026/03/03/519/unit-misc/output.log
--
This message was sent by Atlassian Jira
(v8.20.10#820010)