CHANGES.txt 9.9 KB

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