Description
TestBPOfferService#testBPInitErrorHandling fails intermittently. We believe it's because of inconsistent synchronization in BPOfferService.
stack trace:
Regression
org.apache.hadoop.hdfs.server.datanode.TestBPOfferService.testBPInitErrorHandling
Failing for the past 1 build (Since #5698 )
Took 0.16 sec.
Error Message
expected:<1> but was:<2>
Stacktrace
java.lang.AssertionError: expected:<1> but was:<2>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-5668 TestBPOfferService.testBPInitErrorHandling fails intermittently
- Resolved