kaisun2000 opened a new pull request #365: Fix RoutingTableProvider 
statePropagationLatency metric reporting bug
URL: https://github.com/apache/helix/pull/365
 
 
   **Issue**:
   #364 
   CurrentStateCache updating snapshot would miss all the existing partitions 
that having state change.
   
   RoutingTableProvider callback on the main event thread. Time is not 
accounted in log.
   
   **Description**:
   fix the bug by updating the snapshot with the correct reloadkeys.
   
   enhanced log to accout for user callback code separately.
   
   **Tests**:
   cd helix-core; mvn test
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   TestJobQueueCleanUp.testJobQueueAutoCleanUp ยป ThreadTimeout Method 
org.testng....
   [INFO] 
   [ERROR] Tests run: 837, Failures: 1, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  59:26 min
   [INFO] Finished at: 2019-07-28T16:40:47-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/ksun/helix_kaisun2000/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
   mvn test -Dtest=TestJobQueueCleanUp
   The test will pass

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to