CHANGES.txt 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. ZOOKEEPER-6. List of problem identifiers in zookeeper.h
  13. (phunt)
  14. ZOOKEEPER-7. Use enums rather than ints for types and state
  15. (Jakob Homan via mahadev)
  16. ZOOKEEPER-27. Unique DB identifiers for servers and clients
  17. (mahadev)
  18. ZOOKEEPER-32. CRCs for ZooKeeper data
  19. (mahadev)
  20. ZOOKEEPER-33. Better ACL management
  21. (mahadev)
  22. Backward compatibile changes:
  23. BUGFIXES:
  24. ZOOKEEPER-5. Upgrade Feature in Zookeeper server. (mahadev via phunt)
  25. ZOOKEEPER-194. Fix terminology in zookeeperAdmin.xml
  26. (Flavio Paiva Junqueira)
  27. ZOOKEEPER-151. Document change to server configuration
  28. (Flavio Paiva Junqueira)
  29. ZOOKEEPER-193. update java example doc to compile with latest zookeeper
  30. (phunt)
  31. ZOOKEEPER-187. CreateMode api docs missing (phunt)
  32. ZOOKEEPER-186. add new "releasenotes.xml" to forrest documentation
  33. (phunt)
  34. ZOOKEEPER-190. Reorg links to docs and navs to docs into related sections
  35. (robbie via phunt)
  36. ZOOKEEPER-189. forrest build not validated xml of input documents
  37. (robbie via phunt)
  38. ZOOKEEPER-188. Check that election port is present for all servers
  39. (Flavio Paiva Junqueira via phunt)
  40. ZOOKEEPER-185. Improved version of FLETest (Flavio Paiva Junqueira)
  41. ZOOKEEPER-184. tests: An explicit include derective is needed for the usage
  42. of memcpy(), memset(), strlen(), strdup() and free() functions
  43. (Maxim P. Dementiev via phunt)
  44. ZOOKEEPER-183. Array subscript is above array bounds in od_completion(),
  45. src/cli.c. (Maxim P. Dementiev via phunt)
  46. ZOOKEEPER-182. zookeeper_init accepts empty host-port string and returns
  47. valid pointer to zhandle_t. (Maxim P. Dementiev via phunt)
  48. ZOOKEEPER-17. zookeeper_init doc needs clarification (phunt)
  49. ZOOKEEPER-181. Some Source Forge Documents did not get moved over:
  50. javaExample, zookeeperTutorial, zookeeperInternals (robbie via phunt)
  51. ZOOKEEPER-180. Placeholder sections needed in document for new topics that
  52. the umbrella jira discusses (robbie via phunt)
  53. ZOOKEEPER-179. Programmer's Guide "Basic Operations" section is missing
  54. content (robbie via phunt)
  55. ZOOKEEPER-178. FLE test. (Flavio Paiva Junqueira)
  56. ZOOKEEPER-159. Cover two corner cases of leader election
  57. (Flavio Paiva Junqueira via phunt)
  58. ZOOKEEPER-156. update programmer guide with acl details from old wiki page
  59. (phunt)
  60. ZOOKEEPER-154. reliability graph diagram in overview doc needs context
  61. (phunt)
  62. ZOOKEEPER-157. Peer can't find existing leader (Flavio Paiva Junqueira)
  63. ZOOKEEPER-155. improve "the zookeeper project" section of overview doc
  64. (phunt)
  65. ZOOKEEPER-140. Deadlock in QuorumCnxManager (Flavio Paiva Junqueira)
  66. ZOOKEEPER-147. This is version of the documents with most of the [tbd...]
  67. scrubbed out (robbie via phunt)
  68. ZOOKEEPER-150. zookeeper build broken (mahadev via phunt)
  69. ZOOKEEPER-136. sync causes hang in all followers of quorum. (breed)
  70. ZOOKEEPER-134. findbugs cleanup (phunt)
  71. ZOOKEEPER-133. hudson tests failing intermittently (phunt)
  72. ZOOKEEPER-144. add tostring support for watcher event, and enums for event
  73. type/state (Jakob Homan via phunt)
  74. ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs (phunt)
  75. ZOOKEEPER-142. Provide Javadoc as to the maximum size of the data byte
  76. array that may be stored within a znode (Jakob Homan via phunt)
  77. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  78. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  79. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  80. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  81. again (breed via mahadev)
  82. ZOOKEEPER-130. update build.xml to support apache release process
  83. (phunt via mahadev)
  84. ZOOKEEPER-118. findbugs flagged switch statement in
  85. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  86. ZOOKEEPER-115. Potential NPE in QuorumCnxManager
  87. (Flavio Paiva Junqueira)
  88. ZOOKEEPER-114. cleanup ugly event messages in zookeeper client
  89. (Jakob Homan)
  90. ZOOKEEPER-112. src/java/main ZooKeeper.java has test code embedded into it.
  91. (phunt)
  92. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  93. (Andrew Kornev)
  94. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  95. Chirino via phunt)
  96. ZOOKEEPER-101. Integrate ZooKeeper with "violations" feature on hudson
  97. (phunt)
  98. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  99. (Anthony Urso via Mahadev)
  100. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  101. via phunt)
  102. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  103. (Benjamin Reed via phunt)
  104. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  105. they can be lexicographically sorted. (Jakob Homan via mahadev)
  106. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  107. (Flavio Paiva Junqueira via Mahadev)
  108. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  109. Andrew Kornev via Mahadev)
  110. ZOOKEEPER-58. Race condition on ClientCnxn.java (breed)
  111. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  112. ZOOKEEPER-75. register the ZooKeeper mailing lists with nabble.com (phunt)
  113. ZOOKEEPER-54. remove sleeps in the tests. (phunt)
  114. ZOOKEEPER-55. build.xml failes to retrieve a release number from SVN and
  115. the ant target "dist" fails (Andrew Kornev)
  116. ZOOKEEPER-89. invoke WhenOwnerListener.whenNotOwner() when the ZK
  117. connection fails (james strachan)
  118. ZOOKEEPER-90. invoke WhenOwnerListener.whenNotOwner() when the ZK
  119. session expires and the znode is the leader (james strachan)
  120. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  121. mahadev)
  122. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  123. with subversion 1.5 working copies (Jakob Homan)
  124. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  125. mahadev)
  126. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  127. mahadev)
  128. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  129. via mahadev)
  130. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  131. election. (Flavio Paiva Junqueira via mahadev)
  132. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  133. (Flavio Paiva Junqueira via mahadev)
  134. ZOOKEEPER-61. Address (remove) use of sleep(#) in client/server test cases.
  135. (phunt)
  136. ZOOKEEPER-75. cleanup the library directory (phunt)
  137. ZOOKEEPER-109. cleanup of NPE and Resource issue nits found by static
  138. analysis (phunt)
  139. ZOOKEEPER-76. Commit 677109 removed the cobertura library, but not the
  140. build targets. (phunt)
  141. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  142. ZOOKEEPER-70. Add skeleton forrest doc structure for ZooKeeper (phunt)
  143. ZOOKEEPER-79. Document jacob's leader election on the wiki recipes page
  144. (Flavio Junqueira)
  145. ZOOKEEPER-73. Move ZK wiki from SourceForge to Apache (phunt)
  146. ZOOKEEPER-72. Initial creation/setup of ZooKeeper ASF site. (phunt)
  147. ZOOKEEPER-71. Determine what to do re ZooKeeper Changelog(s) (mahadev)
  148. ZOOKEEPER-68. parseACLs in ZooKeeper.java fails to parse elements of ACL,
  149. should be lastIndexOf rather than IndexOf (mahadev)
  150. ZOOKEEPER-130. update build.xml to support apache release process.
  151. (phunt via mahadev)
  152. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  153. again. (breed via mahadev)
  154. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  155. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and
  156. Patrick Hunt via breed)
  157. ZOOKEEPER-128. test coverage on async client operations needs to be improved
  158. (phunt)
  159. ZOOKEEPER-127. Use of non-standard election ports in config breaks services
  160. (Mark Harwood and Flavio Junqueira via breed)
  161. ZOOKEEPER-53. tests failing on solaris. (phunt)
  162. ZOOKEEPER-172. FLE Test (Flavio Junqueira via breed)
  163. ZOOKEEPER-41. Sample startup script (mahadev)
  164. ZOOKEEPER-33. Better ACL management (Mahadev Konar)
  165. ZOOKEEPER-49. SetACL does not work (breed)
  166. ZOOKEEPER-20. Child watches are not triggered when the node is deleted
  167. (phunt)
  168. ZOOKEEPER-15. handle failure better in build.xml:test (phunt)
  169. ZOOKEEPER-11. ArrayList is used instead of List (phunt)
  170. ZOOKEEPER-45. Restructure the SVN repository after initial import (phunt)
  171. ZOOKEEPER-1. Initial ZooKeeper code contribution from Yahoo! (phunt)