You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/07/22 23:45:45 UTC

[GitHub] [helix] alirezazamani opened a new pull request #355: Changing IllegalStateException to Helix Exception for CRUSH based rebalance strategy algorithm.

alirezazamani opened a new pull request #355: Changing IllegalStateException to Helix Exception for CRUSH based rebalance strategy algorithm.
URL: https://github.com/apache/helix/pull/355
 
 
   In this commit the IllegalStateException has been caught and HelixException has been thrown for the upper layer (BestPossibleStateCalcStage) instead. The error log shows more meaningful exception.
   A test has been changed accordingly.
   
   Test Results:
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   TestParticipantManager.testSessionExpiryInTransition:311 » ThreadTimeout Metho...
   [ERROR]   TestClusterVerifier.testResourceSubset:183 » ThreadTimeout Method org.testng.i...
   [INFO] 
   [ERROR] Tests run: 835, Failures: 2, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  01:01 h
   [INFO] Finished at: 2019-07-22T16:32:57-07:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project helix-core: There are test failures.
   [ERROR] 
   [ERROR] Please refer to /home/anajari/my_repos/helix/helix-core/target/surefire-reports for the individual test results.
   [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   
   Test Result 2: (mvn test -Dtest="TestParticipantManager,TestClusterVerifier")
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  51.157 s
   [INFO] Finished at: 2019-07-22T16:44:45-07:00
   [INFO] ------------------------------------------------------------------------
   
   
   
   

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


With regards,
Apache Git Services