CHANGES.txt 12 KB

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