CHANGES.HDFS-1623.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh)
  6. HADOOP-7774. HA: Administrative CLI to control HA daemons. (todd)
  7. HADOOP-7896. HA: if both NNs are in Standby mode, client needs to try failing
  8. back and forth several times with sleeps. (atm)
  9. HADOOP-7922. Improve some logging for client IPC failovers and
  10. StandbyExceptions (todd)
  11. HADOOP-7921. StandbyException should extend IOException (todd)
  12. HADOOP-7928. HA: Client failover policy is incorrectly trying to fail over all
  13. IOExceptions (atm)
  14. HADOOP-7925. Add interface and update CLI to query current state to
  15. HAServiceProtocol (eli via todd)
  16. HADOOP-7932. Make client connection retries on socket time outs configurable.
  17. (Uma Maheswara Rao G via todd)
  18. HADOOP-7924. FailoverController for client-based configuration (eli)
  19. HADOOP-7961. Move HA fencing to common. (eli)
  20. HADOOP-7970. HAServiceProtocol methods must throw IOException.
  21. (Hari Mankude via suresh).
  22. HADOOP-7992. Add ZKClient library to facilitate leader election.
  23. (Bikas Saha via suresh).
  24. HADOOP-7983. HA: failover should be able to pass args to fencers. (eli)
  25. HADOOP-7938. HA: the FailoverController should optionally fence the
  26. active during failover. (eli)
  27. HADOOP-7991. HA: the FailoverController should check the standby is
  28. ready before failing over. (eli)
  29. HADOOP-8038. Add 'ipc.client.connect.max.retries.on.timeouts' entry in
  30. core-default.xml file. (Uma Maheswara Rao G via atm)
  31. HADOOP-8041. Log a warning when a failover is first attempted (todd)
  32. HADOOP-8068. void methods can swallow exceptions when going through failover path (todd)
  33. HADOOP-8116. RetriableCommand is using RetryPolicy incorrectly after HADOOP-7896. (atm)