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/18 21:27:18 UTC

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

alirezazamani opened a new pull request #344: Changing IllegalStateException to Helix Exception for CRUSH based rebalance strategy algorithm.
URL: https://github.com/apache/helix/pull/344
 
 
   In this commit ComputerPartitionAssignment function throws Helix Exception instead of IllegalStateException. The helix exception will be catched on upper layers while computing best possible state (in computeResourceBestPossibleState function).
   
   This commit fixes issue #322 
   
   Test Results:
   
   [ERROR] Tests run: 834, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3,474.941 s <<< FAILURE! - in TestSuite
   [ERROR] testResourceSubset(org.apache.helix.tools.TestClusterVerifier)  Time elapsed: 300.024 s  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testResourceSubset() didn't finish within the time-out 300000
   	at org.apache.helix.tools.TestClusterVerifier.testResourceSubset(TestClusterVerifier.java:183)
   
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   TestClusterVerifier.testResourceSubset:183 ยป ThreadTimeout Method org.testng.i...
   [INFO] 
   [ERROR] Tests run: 834, Failures: 1, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  57:59 min
   [INFO] Finished at: 2019-07-18T13:53:23-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 for TestClusterVerifier:
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.761 s - in org.apache.helix.tools.TestClusterVerifier
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  40.095 s
   [INFO] Finished at: 2019-07-18T14:24:54-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