You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/03 08:56:43 UTC

[GitHub] [rocketmq] meteorice opened a new issue #1442: dLegerPeers not work in DNS

meteorice opened a new issue #1442: dLegerPeers not work in DNS
URL: https://github.com/apache/rocketmq/issues/1442
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   ```
   2019-09-03 16:51:00 WARN main - No resource file with name [META-INF/service/org.apache.rocketmq.remoting.RPCHook] found.
   2019-09-03 16:51:00 ERROR StateMaintainer - Send vote request failed info[group=broker-a,term=-1,code=200,local=null,remote=n2,leader=n1]
   org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to <broker2.brokersvc2:20911> failed
           at org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeAsync(NettyRemotingClient.java:537) ~[rocketmq-remoting-4.5.2.jar:4.5.2]
           at io.openmessaging.storage.dledger.DLedgerRpcNettyService.vote(DLedgerRpcNettyService.java:134) ~[dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.DLedgerLeaderElector.voteForQuorumResponses(DLedgerLeaderElector.java:351) [dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.DLedgerLeaderElector.maintainAsCandidate(DLedgerLeaderElector.java:393) [dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.DLedgerLeaderElector.maintainState(DLedgerLeaderElector.java:510) [dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.DLedgerLeaderElector.access$200(DLedgerLeaderElector.java:40) [dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.DLedgerLeaderElector$StateMaintainer.doWork(DLedgerLeaderElector.java:548) [dledger-0.1.jar:na]
           at io.openmessaging.storage.dledger.ShutdownAbleThread.run(ShutdownAbleThread.java:87) [dledger-0.1.jar:na]
   2019-09-03 16:51:00 INFO StateMaintainer - [n1][GetVoteResponse] {"code":200,"group":"broker-a","leaderId":"n1","remoteId":"n1","term":-1,"voteResult":"ACCEPT"}
   2019-09-03 16:51:00 INFO StateMaintainer - [n1][GetVoteResponse] {"code":200,"term":-1,"voteResult":"UNKNOWN"}
   2019-09-03 16:51:00 INFO StateMaintainer - [n1] [PARSE_VOTE_RESULT] cost=114 term=-1 memberNum=2 allNum=2 acceptedNum=1 notReadyTermNum=0 biggerLedgerNum=0 alreadyHasLeader=false maxTerm=-1 result=WAIT_TO_REVOTE
   
   ```
   - What did you do (The steps to reproduce)?
   ```
   dLegerPeers=n1-broker1.brokersvc1:20911;n2-broker2.brokersvc2:20911;n2-broker2.brokersvc2:20911
   ```
   
   2. Please tell us about your environment:
   kubernetes 1.12.6 
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   
   **FEATURE REQUEST**
   let it work
   dLegerPeers=n1-broker1.brokersvc1:20911;n2-broker2.brokersvc2:20911;n2-broker2.brokersvc2:20911
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services