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:
[email protected]



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

Reply via email to