CHANGES.txt 9.3 KB

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