Description
RATIS-2040 made some changes in the command to add an option to provide peerID. While doing so , it updated the address string to be of pattern hostname/ip:port which was previously hostname:port.
This causes connectionRefused messages in the application as the wrong address string is used.
2024-05-02 22:21:37,611 DEBUG [main]-org.apache.hadoop.ipc.Client: Connecting to sample-1.scmtest.root.test.site/10.140.190.131:9863 2024-05-02 22:21:37,611 DEBUG [main]-org.apache.hadoop.ipc.Client: Setup connection to sample-1.scmtest.root.test.site/10.140.190.131:9863 2024-05-02 22:21:37,624 DEBUG [main]-org.apache.hadoop.ipc.Client: Failed to connect to server: sample-1.scmtest.root.test.site/10.140.190.131:9863: failovers (0) exceeded maximum allowed (0) java.net.ConnectException: Connection refused
Attachments
Issue Links
- relates to
-
RATIS-2040 Fix RaftPeerId generated by command of "raftMetaConf" to use real PeerId
- Resolved
- links to