desaikomal opened a new issue, #2485:
URL: https://github.com/apache/helix/issues/2485

   ### Describe the bug
   We are using the deprecated ClusterStateVerifier tool in the test 
TestDistributedControllerManager. The test is valid but needs to use the newer 
replacement class, BestPossibleExternalViewVerifier.
   
   
   ### To Reproduce
   Here is the link to the code:
   
https://github.com/apache/helix/blob/master/helix-core/src/test/java/org/apache/helix/integration/manager/TestDistributedControllerManager.java
   and here is the verifier class which has the comment that it has been 
deprecated:
   
   /**
    * This class is deprecated, please use dedicated verifier classes, such as
    * BestPossibleExternalViewVerifier, etc, in tools.ClusterVerifiers.
    */
   @Deprecated
   public class ClusterStateVerifier {
   
   Here is the link to the code:
   
https://github.com/apache/helix/blob/master/helix-core/src/main/java/org/apache/helix/tools/ClusterStateVerifier.java#L79
   
   
   ### Expected behavior
   A clear and concise description of what you expected to happen.
   
   ### Additional context
   Add any other context about the problem here.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to