CHANGES.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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-142. Provide Javadoc as to the maximum size of the data byte
  11. array that may be stored within a znode (Jakob Homan via phunt)
  12. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  13. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  14. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  15. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  16. again (breed via mahadev)
  17. ZOOKEEPER-130. update build.xml to support apache release process
  18. (phunt via mahadev)
  19. ZOOKEEPER-118. findbugs flagged switch statement in
  20. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  21. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  22. (Andrew Kornev)
  23. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  24. Chirino via phunt)
  25. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  26. (Anthony Urso via Mahadev)
  27. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  28. via phunt)
  29. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  30. (Benjamin Reed via phunt)
  31. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  32. they can be lexicographically sorted. (Jakob Homan via mahadev)
  33. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  34. (Flavio Paiva Junqueira via Mahadev)
  35. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  36. Andrew Kornev via Mahadev)
  37. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  38. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  39. mahadev)
  40. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  41. with subversion 1.5 working copies (Jakob Homan)
  42. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  43. mahadev)
  44. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  45. mahadev)
  46. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  47. via mahadev)
  48. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  49. election. (Flavio Paiva Junqueira via mahadev)
  50. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  51. (Flavio Paiva Junqueira via mahadev)
  52. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  53. ZOOKEEPER-130. update build.xml to support apache release process.
  54. (phunt via mahadev)
  55. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  56. again. (breed via mahadev)
  57. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  58. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and Patrick
  59. Hunt via breed)