CHANGES.HDFS-3077.txt 803 B

1234567891011121314151617181920
  1. Changes for HDFS-3077 branch.
  2. This will be merged into the main CHANGES.txt when the branch is merged.
  3. HDFS-3077. Quorum-based protocol for reading and writing edit logs. Contributed by Todd Lipcon based on initial work from Brandon Li and Hari Mankude.
  4. HDFS-3694. Fix getEditLogManifest to fetch httpPort if necessary (todd)
  5. HDFS-3692. Support purgeEditLogs() call to remotely purge logs on JNs (todd)
  6. HDFS-3693. JNStorage should read its storage info even before a writer becomes active (todd)
  7. HDFS-3725. Fix QJM startup when individual JNs have gaps (todd)
  8. HDFS-3741. Exhaustive failure injection test for skipped RPCs (todd)
  9. HDFS-3773. TestNNWithQJM fails after HDFS-3741. (atm)
  10. HDFS-3793. Implement genericized format() in QJM (todd)
  11. HDFS-3795. QJM: validate journal dir at startup (todd)