CHANGES.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. ZOOKEEPER-38. headers (version+) in log/snap files (Andrew Kornev and Mahadev
  9. Konar via breed)
  10. ZOOKEEPER-8. Stat enchaned to include num of children and size
  11. (phunt)
  12. Backward compatibile changes:
  13. BUGFIXES:
  14. ZOOKEEPER-159. Cover two corner cases of leader election
  15. ZOOKEEPER-156. update programmer guide with acl details from old wiki page
  16. (phunt)
  17. ZOOKEEPER-154. reliability graph diagram in overview doc needs context
  18. (phunt)
  19. ZOOKEEPER-155. improve "the zookeeper project" section of overview doc
  20. (phunt)
  21. ZOOKEEPER-147. This is version of the documents with most of the [tbd...]
  22. scrubbed out (robbie via phunt)
  23. ZOOKEEPER-150. zookeeper build broken (mahadev via phunt)
  24. ZOOKEEPER-144. add tostring support for watcher event, and enums for event
  25. type/state (Jakob Homan via phunt)
  26. ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs (phunt)
  27. ZOOKEEPER-142. Provide Javadoc as to the maximum size of the data byte
  28. array that may be stored within a znode (Jakob Homan via phunt)
  29. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  30. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  31. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  32. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  33. again (breed via mahadev)
  34. ZOOKEEPER-130. update build.xml to support apache release process
  35. (phunt via mahadev)
  36. ZOOKEEPER-118. findbugs flagged switch statement in
  37. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  38. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  39. (Andrew Kornev)
  40. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  41. Chirino via phunt)
  42. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  43. (Anthony Urso via Mahadev)
  44. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  45. via phunt)
  46. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  47. (Benjamin Reed via phunt)
  48. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  49. they can be lexicographically sorted. (Jakob Homan via mahadev)
  50. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  51. (Flavio Paiva Junqueira via Mahadev)
  52. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  53. Andrew Kornev via Mahadev)
  54. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  55. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  56. mahadev)
  57. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  58. with subversion 1.5 working copies (Jakob Homan)
  59. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  60. mahadev)
  61. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  62. mahadev)
  63. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  64. via mahadev)
  65. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  66. election. (Flavio Paiva Junqueira via mahadev)
  67. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  68. (Flavio Paiva Junqueira via mahadev)
  69. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  70. ZOOKEEPER-130. update build.xml to support apache release process.
  71. (phunt via mahadev)
  72. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  73. again. (breed via mahadev)
  74. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  75. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and Patrick
  76. Hunt via breed)
  77. ZOOKEEPER-127. Use of non-standard election ports in config breaks services
  78. (Mark Harwood and Flavio Junqueira via breed)