amaliujia commented on pull request #1346:
URL: https://github.com/apache/hadoop-ozone/pull/1346#issuecomment-682120312


   @timmylicheng 
   
   The output is empty array. In the test setup, 
`scm.getScmHAManager().getRatisServer().getRaftPeers();` return empty list. My 
current guess is I haven't enabled SCM HA in the test setup.
   
   I expect it will print something like `[127.0.1.1:1313, 127.0.1.1:1314, 
127.0.1.1:1315]`. So I guess this JIRA requires a format of, e.g., `[leader: 
127.0.1.1:1313, follower: 127.0.1.1:1314, follower: 127.0.1.1:1315]`?
   
   So if my approach looks reasonable, I can continue working on this version 
to have a valid test somehow. 


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to