TestStandbyCheckpoints.testCheckpointCancellation is racy
---------------------------------------------------------
Key: HDFS-2800
URL: https://issues.apache.org/jira/browse/HDFS-2800
Project: Hadoop HDFS
Issue Type: Sub-task
Components: ha, test
Affects Versions: HA branch (HDFS-1623)
Reporter: Eli Collins
TestStandbyCheckpoints.testCheckpointCancellation is racy, have seen the
following assert on line 212 fail:
{code}
assertTrue(StandbyCheckpointer.getCanceledCount() > 0);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira