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/19 23:24:31 UTC

[GitHub] [helix] alirezazamani opened a new pull request #347: Read Failure while reading non-existent znode.

alirezazamani opened a new pull request #347: Read Failure while reading non-existent znode.
URL: https://github.com/apache/helix/pull/347
 
 
   In this commit, when we encounter NoNodeException while reading data from a znode that does not exist, we catch NoNodeException and do not increase readfailurecounter. Instead, the related information regarding the current read will be recorded.
   
   This commit fixes issue #345 
   Test Results:
   [INFO] Tests run: 834, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,221.117 s - in TestSuite
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 834, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  53:45 min
   [INFO] Finished at: 2019-07-19T14:27:10-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