virajjasani commented on pull request #3386:
URL: https://github.com/apache/hadoop/pull/3386#issuecomment-914935498


   @ferhui did you run test code twice as part of same test? I can reproduce 
this failure just by running
   ```
     @Test
     public void t1() throws Exception {
       testDnRestartWithHardLink();
       testDnRestartWithHardLink();
     }
   ```
   Ideally, based on how the test is written, the test code is supposed to be 
idempotent but it is not because of the replica processing done by 
`addReplicaThreadPool`.


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

To unsubscribe, e-mail: [email protected]

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