CHANGES.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Trunk:
  2. Non-backward compatible changes:
  3. ZOOKEEPER-132. Create Enum to replace CreateFlag in ZooKepper.create
  4. method (Jakob Homan via phunt)
  5. ZOOKEEPER-139. Create Enums for WatcherEvent's KeeperState and EventType
  6. (Jakob Homan via phunt)
  7. ZOOKEEPER-18. keeper state inconsistency (Jakob Homan via phunt)
  8. Backward compatibile changes:
  9. BUGFIXES:
  10. ZOOKEEPER-144. add tostring support for watcher event, and enums for event
  11. type/state (Jakob Homan via phunt)
  12. ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs (phunt)
  13. ZOOKEEPER-142. Provide Javadoc as to the maximum size of the data byte
  14. array that may be stored within a znode (Jakob Homan via phunt)
  15. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  16. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  17. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  18. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  19. again (breed via mahadev)
  20. ZOOKEEPER-130. update build.xml to support apache release process
  21. (phunt via mahadev)
  22. ZOOKEEPER-118. findbugs flagged switch statement in
  23. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  24. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  25. (Andrew Kornev)
  26. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  27. Chirino via phunt)
  28. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  29. (Anthony Urso via Mahadev)
  30. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  31. via phunt)
  32. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  33. (Benjamin Reed via phunt)
  34. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  35. they can be lexicographically sorted. (Jakob Homan via mahadev)
  36. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  37. (Flavio Paiva Junqueira via Mahadev)
  38. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  39. Andrew Kornev via Mahadev)
  40. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  41. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  42. mahadev)
  43. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  44. with subversion 1.5 working copies (Jakob Homan)
  45. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  46. mahadev)
  47. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  48. mahadev)
  49. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  50. via mahadev)
  51. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  52. election. (Flavio Paiva Junqueira via mahadev)
  53. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  54. (Flavio Paiva Junqueira via mahadev)
  55. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  56. ZOOKEEPER-130. update build.xml to support apache release process.
  57. (phunt via mahadev)
  58. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  59. again. (breed via mahadev)
  60. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  61. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and Patrick
  62. Hunt via breed)
  63. ZOOKEEPER-38. headers (version+) in log/snap files (Andrew Kornev and Mahadev
  64. Konar via breed)
  65. ZOOKEEPER-127. Use of non-standard election ports in config breaks services (Mark
  66. Harwood and Flavio Junqueira via breed)