CHANGES.HDFS-1623.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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)
  15. HDFS-2582. Scope dfs.ha.namenodes config by nameservice (todd)
  16. HDFS-2591. MiniDFSCluster support to mix and match federation with HA (todd)
  17. HDFS-1975. Support for sharing the namenode state from active to standby. (jitendra, atm, todd)
  18. HDFS-1971. Send block report from datanode to both active and standby namenodes. (sanjay, todd via suresh)
  19. HDFS-2616. Change DatanodeProtocol#sendHeartbeat() to return HeartbeatResponse. (suresh)
  20. HDFS-2622. Fix TestDFSUpgrade in HA branch. (todd)
  21. HDFS-2612. Handle refreshNameNodes in federated HA clusters (todd)
  22. HDFS-2623. Add test case for hot standby capability (todd)
  23. HDFS-2626. BPOfferService.verifyAndSetNamespaceInfo needs to be synchronized (todd)
  24. HDFS-2624. ConfiguredFailoverProxyProvider doesn't correctly stop ProtocolTranslators (todd)
  25. HDFS-2625. TestDfsOverAvroRpc failing after introduction of HeartbeatResponse type (todd)
  26. HDFS-2627. Determine DN's view of which NN is active based on heartbeat responses (todd)
  27. HDFS-2634. Standby needs to ingest latest edit logs before transitioning to active (todd)
  28. HDFS-2671. NN should throw StandbyException in response to RPCs in STANDBY state (todd)
  29. HDFS-2680. DFSClient should construct failover proxy with exponential backoff (todd)
  30. HDFS-2683. Authority-based lookup of proxy provider fails if path becomes canonicalized (todd)
  31. HDFS-2689. HA: BookKeeperEditLogInputStream doesn't implement isInProgress() (atm)
  32. HDFS-2602. NN should log newly-allocated blocks without losing BlockInfo (atm)
  33. HDFS-2667. Fix transition from active to standby (todd)