CHANGES.HDFS-1623.txt 1.0 KB

12345678910111213141516171819202122232425
  1. Changes for HDFS-1623 branch.
  2. This change list will be merged into the trunk CHANGES.txt when the HDFS-1623
  3. branch is merged.
  4. ------------------------------
  5. HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd)
  6. HDFS-1974. Introduce active and standy states to the namenode. (suresh)
  7. HDFS-2407. getServerDefaults and getStats don't check operation category (atm)
  8. HDFS-1973. HA: HDFS clients must handle namenode failover and switch over to the new active namenode. (atm)
  9. HDFS-2301. Start/stop appropriate namenode services when transition to active and standby states. (suresh)
  10. HDFS-2231. Configuration changes for HA namenode. (suresh)
  11. HDFS-2418. Change ConfiguredFailoverProxyProvider to take advantage of HDFS-2231. (atm)
  12. HDFS-2393. Mark appropriate methods of ClientProtocol with the idempotent annotation. (atm)
  13. HDFS-2523. Small NN fixes to include HAServiceProtocol and prevent NPE on shutdown. (todd)
  14. HDFS-2577. NN fails to start since it tries to start secret manager in safemode. (todd)