CHANGES.HDFS-3042.txt 1.0 KB

123456789101112131415161718192021222324252627
  1. Changes for HDFS-3042 branch.
  2. This change list will be merged into the trunk CHANGES.txt when the HDFS-3-42
  3. branch is merged.
  4. ------------------------------
  5. HADOOP-8220. ZKFailoverController doesn't handle failure to become active correctly (todd)
  6. HADOOP-8228. Auto HA: Refactor tests and add stress tests. (todd)
  7. HADOOP-8215. Security support for ZK Failover controller (todd)
  8. HADOOP-8245. Fix flakiness in TestZKFailoverController (todd)
  9. HADOOP-8257. TestZKFailoverControllerStress occasionally fails with Mockito error (todd)
  10. HADOOP-8260. Replace ClientBaseWithFixes with our own modified copy of the class (todd)
  11. HADOOP-8246. Auto-HA: automatically scope znode by nameservice ID (todd)
  12. HADOOP-8247. Add a config to enable auto-HA, which disables manual FailoverController (todd)
  13. HADOOP-8306. ZKFC: improve error message when ZK is not running. (todd)
  14. HADOOP-8279. Allow manual failover to be invoked when auto-failover is enabled. (todd)
  15. HADOOP-8276. Auto-HA: add config for java options to pass to zkfc daemon (todd via eli)