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/08/22 01:04:19 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1303: Fix unstable test TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit

kaisun2000 opened a new issue #1303:
URL: https://github.com/apache/helix/issues/1303


   LOG:
   
   >2020-08-21T23:37:30.2101368Z [ERROR] testWithOfflineInstancesLimit(org.apache.helix.integration.rebalancer.TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit)  Time elapsed: 0.007 s  <<< FAILURE!
   2020-08-21T23:37:30.2105480Z java.lang.AssertionError: expected:<true> but was:<false>
   2020-08-21T23:37:30.2117626Z 	at org.apache.helix.integration.rebalancer.TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit.testWithOfflineInstancesLimit(TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit.java:164)
   2020-08-21T23:37:30.2118750Z 
   
   code:
   
   ```
    public void testWithOfflineInstancesLimit() throws Exception {
       MaintenanceSignal maintenanceSignal =
           _dataAccessor.getProperty(_dataAccessor.keyBuilder().maintenance());
       Assert.assertNull(maintenanceSignal);   ----> failure.
   ```
   
   Recovering from maintenance mode may be hard. Using another cluster and participant may be a good idea.


----------------------------------------------------------------
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] kaisun2000 commented on issue #1303: Fix unstable test TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit

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


   #1227 


----------------------------------------------------------------
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 #1303: Fix unstable test TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit

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


   


-- 
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 commented on issue #1303: Fix unstable test TestClusterInMaintenanceModeWhenReachingOfflineInstancesLimit

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


   Close test unstable tickets since we have an automatic tracking mechanism https://github.com/apache/helix/pull/1757 now for tracking the most recent test issues.


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