Colin Patrick McCabe created HDFS-5459: ------------------------------------------
Summary: fix bootstrapStandby race condition introduced in HDFS-5080 Key: HDFS-5459 URL: https://issues.apache.org/jira/browse/HDFS-5459 Project: Hadoop HDFS Issue Type: Bug Components: qjm Affects Versions: 2.2.0 Reporter: Colin Patrick McCabe In HDFS-5080, we added the ability to fetch the in-progress edit log from {{JournalNodes}}. However, in some cases, {{BootstrapStandby}} can now fetch entries that have not made it to a quorum of nodes, since we used lastWrittenTxid rather than the last committed txid. We should fix this race condition. -- This message was sent by Atlassian JIRA (v6.1#6144)