iwasakims commented on pull request #2467:
URL: https://github.com/apache/hadoop/pull/2467#issuecomment-728938518


   The failure could be reproduced within 10 tries on my local environment. I 
checked that pending IBRs are cleared before sending heartbeat in failed case 
by adding debug logging to `IncrementalBlockReportManager#clearIBRs`. (The 
logging is not including the PR.)
   
   ```
   $ cd hadoop-hdfs-project/hadoop-hdfs
   $ for i in `seq 100` ; do echo $i && mvn test 
-Dtest=TestBPOfferService#testMissBlocksWhenReregister 
-DignoreTestFailure=false  || break ; done
   ```
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to