You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/05/20 03:36:32 UTC

[GitHub] [helix] pkuwm opened a new issue #1022: Duplicate and Conflicting Class MonitorDomainNames

pkuwm opened a new issue #1022:
URL: https://github.com/apache/helix/issues/1022


   ### Issue
   
   We realized that there are two MonitorDomainNames classes in modules: helix-core and metrics-common. The one in metrics-common is old and missing a field Rebalancer. This would cause errors and failure for customers' running if the old class is being used in runtime.
   
   ### Stacktrace
   ```
   java.lang.RuntimeException: java.lang.NoSuchFieldError: Rebalancer
   ...
   Caused by: java.lang.NoSuchFieldError: Rebalancer
           at org.apache.helix.InstanceType.<clinit>(InstanceType.java:39)
   ```
   
   ### Solution
   Update the class MonitorDomainNames in metrics-common and remove the duplicate one in helix-core.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] pkuwm commented on issue #1022: Duplicate and Conflicting Class MonitorDomainNames

Posted by GitBox <gi...@apache.org>.
pkuwm commented on issue #1022:
URL: https://github.com/apache/helix/issues/1022#issuecomment-667568811


   Fixed in apache helix version `1.0.1`


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1022: Duplicate and Conflicting Class MonitorDomainNames

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1022:
URL: https://github.com/apache/helix/issues/1022


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org