CHANGES.txt 13 KB

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