You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/11/01 04:44:09 UTC

[GitHub] [hadoop-ozone] bharatviswa504 edited a comment on issue #82: HDDS-2359. Seeking randomly in a key with more than 2 blocks of data leads to inconsistent reads

bharatviswa504 edited a comment on issue #82: HDDS-2359. Seeking randomly in a key with more than 2 blocks of data leads to inconsistent reads
URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-548664326
 
 
   > Thanks @lokeshj1703 for having a look. The test failure in KeyInputStream is happening while write because write chunk request counter is mismatches with the expected result as a result of retry of the request. I tried the test locally and it all seem to pass locally. The failure is not related to the patch itself.
   
   To avoid this flakiness, can we change the check to >=writechunkcount+3, instead of equals to consider retry.  (Or if we can have some way to know if retry happened then only we can check for >3 check.)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org