CHANGES.txt 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. Trunk
  2. Non-backward compatible changes:
  3. BUGFIXES:
  4. Backward compatible changes:
  5. BUGFIXES:
  6. ZOOKEEPER-469. make sure CPPUNIT_CFLAGS isn't overwritten
  7. (chris via mahadev)
  8. ZOOKEEPER-471. update zkperl for 3.2.x branch (chris via mahadev)
  9. ZOOKEEPER-470. include unistd.h for sleep() in c tests (chris via mahadev)
  10. ZOOKEEPR-460. bad testRetry in cppunit tests (hudson failure)
  11. (giri via mahadev)
  12. ZOOKEEPER-467. Change log level in BookieHandle. (flavio via mahadev)
  13. ZOOKEEPER-482. ignore sigpipe in testRetry to avoid silent immediate
  14. failure. (chris via mahadev)
  15. ZOOKEEPER-487. setdata on root (/) crashes the servers (mahadev via phunt)
  16. ZOOKEEPER-457. Make ZookeeperMain public, support for HBase (and other)
  17. embedded clients (ryan rawson via phunt)
  18. ZOOKEEPER-481. Add lastMessageSent to QuorumCnxManager. (flavio via mahadev)
  19. ZOOKEEPER-479. QuorumHierarchical does not count groups correctly
  20. (flavio via mahadev)
  21. ZOOKEEPER-466. crash on zookeeper_close() when using auth with empty cert
  22. (Chris Darroch via phunt)
  23. ZOOKEEPER-480. FLE should perform leader check when node is not leading and
  24. add vote of follower (flavio via mahadev)
  25. ZOOKEEPER-491. Prevent zero-weight servers from being elected.
  26. (flavio via mahadev)
  27. ZOOKEEPER-447. zkServer.sh doesn't allow different config files to be
  28. specified on the command line (henry robinson via phunt)
  29. ZOOKEEPER-493. patch for command line setquota (steve bendiola via phunt)
  30. ZOOKEEPER-311. handle small path lengths in zoo_create()
  31. (chris barroch via breed)
  32. ZOOKEEPER-484. Clients get SESSION MOVED exception when switching from
  33. follower to a leader. (mahadev)
  34. ZOOKEEPER-490. the java docs for session creation are misleading/incomplete
  35. (phunt)
  36. ZOOKEEPER-501. CnxManagerTest failed on hudson. (flavio via mahadev)
  37. ZOOKEEPER-499. electionAlg should default to FLE (3) - regression
  38. (phunt via mahadev)
  39. ZOOKEEPER-477. zkCleanup.sh is flaky (fernando via mahadev)
  40. ZOOKEEPER-498. Unending Leader Elections : WAN configuration
  41. (flavio via mahadev)
  42. ZOOKEEPER-508. proposals and commits for DIFF and Truncate messages from the
  43. leader to the followers is buggy. (mahadev and ben via mahadev)
  44. ZOOKEEPER-518. DEBUG message for outstanding proposals in leader should be
  45. moved to trace. (phunt)
  46. ZOOKEEPER-533. ant error running clean twice (phunt via mahadev)
  47. ZOOKEEPER-535. ivy task does not enjoy being defined twice
  48. (build error) (phunt via mahadev)
  49. ZOOKEEPER-420. build/test should not require install in zkpython
  50. (henry robinson via phunt)
  51. ZOOKEEPER-538. zookeeper.async causes python to segfault
  52. (henry robinson via phunt)
  53. ZOOKEEPER-542. c-client can spin when server unresponsive (Christian
  54. Wiedmann via mahadev)
  55. ZOOKEEEPER-510. zkpython lumps all exceptions as IOError, needs specialized
  56. exceptions for KeeperException types (henry & pat via mahadev)
  57. ZOOKEEPER-541. zkpython limited to 256 handles (henry robinson via phunt)
  58. ZOOKEEPER-554. zkpython can segfault when statting a deleted node
  59. (henry robinson via phunt)
  60. ZOOKEEPER-512. FLE election fails to elect leader (flavio via mahadev)
  61. ZOOKEEPER-563. ant test for recipes is broken. (mahadev via phunt)
  62. ZOOKEEPER-562. c client can flood server with pings if tcp send queue
  63. filled. (ben reed via mahadev)
  64. ZOOKEEPER-537. The zookeeper jar includes the java source files
  65. (Thomas Dudziak via phunt)
  66. ZOOKEEPER-551. unnecessary SetWatches message on new session.
  67. (phunt via flavio)
  68. ZOOKEEPER-566. "reqs" four letter word (command port) returns no information
  69. (phunt via breed)
  70. ZOOKEEPER-567. javadoc for getchildren2 needs to mention "new in 3.3.0"
  71. (phunt via breed)
  72. ZOOKEEPER-547. Sanity check in QuorumCnxn Manager and quorum communication
  73. port. (mahadev via breed)
  74. ZOOKEEPER-532. java compiler should be target Java 1.5
  75. (hiram chirino and phunt via breed)
  76. ZOOKEEPER-519. Followerhandler should close the socket if it gets an exception
  77. on a write. (mahadev via breed)
  78. ZOOKEEPER-570. AsyncHammerTest is broken, callbacks need to validate rc
  79. parameter (phunt via breed)
  80. ZOOKEEPER-3. syncLimit has slightly different comments in the class header,
  81. and > inline with the variable. (mahadev via breed)
  82. ZOOKEEPER-576. docs need to be updated for session moved exception and how
  83. to handle it (breed via phunt)
  84. ZOOKEEPER-582. ZooKeeper can revert to old data when a snapshot is created
  85. outside of normal processing (ben reed and mahadev via mahadev)
  86. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  87. (Patrick Hunt via mahadev)
  88. ZOOKEEPER-598. LearnerHandler is misspelt in the thread's constructor
  89. (Henry Robinson via fpj)
  90. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk (take 2)
  91. (breed)
  92. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  93. (take 3) (phunt via mahadev)
  94. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  95. (take 4) (breed via mahadev)
  96. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  97. (take 5) (mahadev)
  98. ZOOKEEPER-611. hudson build failiure (mahadev)
  99. ZOOKEEPER-611. hudson build failure (take 2) (mahadev)
  100. IMPROVEMENTS:
  101. ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
  102. "socket reuse" and failure to close client (phunt via mahadev)
  103. ZOOKEEPER-488. Fix zkServer.sh to add clover.jar in classpath
  104. (Giridharan Kesavan via gkesavan)
  105. ZOOKEEPER-516. add support for 10 minute test ie "pre-commit" test (phunt)
  106. ZOOKEEPER-529. Use Ivy to pull dependencies and also generate pom (phunt
  107. via mahadev)
  108. ZOOKEEPER-530. Memory corruption: Zookeeper c client IPv6 implementation
  109. does not honor struct sockaddr_in6 size (isabel drost via mahadev)
  110. ZOOKEEPER-549. Refactor Followers and related classes into a Peer->Follower
  111. hierarchy in preparation for Observers (henry robinson via mahadev)
  112. ZOOKEEPER-472. Making DataNode not instantiate a HashMap when the node is
  113. ephmeral (Erik Holstad via mahadev)
  114. ZOOKEEPER-425. Add OSGi metadata to zookeeper.jar (david bosschaert via breed)
  115. NEW FEATURES:
  116. ZOOKEEPER-539. generate eclipse project via ant target. (phunt via mahadev)
  117. ZOOKEEPER-555. Add stat information to GetChildrenResponse. (Arni Jonson and
  118. phunt via mahadev)
  119. ZOOKEEPER-550. Java Queue Recipe. (steven cheng via mahadev)
  120. ZOOKEEPER-368. Observers: core functionality (henry robinson via mahadev)
  121. Release 3.2.0 - 2009-06-30
  122. Non-backward compatible changes:
  123. BUGFIXES:
  124. ZOOKEEPER-444. perms definition for PERMS_ALL differ in C and java (mahadev)
  125. Backward compatible changes:
  126. BUGFIXES:
  127. ZOOKEEPER-303. Bin scripts dont work on a Mac. (tom white via mahadev)
  128. ZOOKEEPER-330. zookeeper standalone server does not startup with just a
  129. port and datadir. (chris darroch and mahadev)
  130. ZOOKEEPER-319. add locking around auth info in zhandle_t.
  131. (chris darroch via mahadev)
  132. ZOOKEEPER-320. call auth completion in free_completions().
  133. (chris darroch via mahadev)
  134. ZOOKEEPER-334. bookkeeper benchmark (testclient.java) has compiling errors.
  135. (flavio and mahadev)
  136. ZOOKEEPER-281. autoreconf fails for /zookeeper-3.0.1/src/c/ (phunt)
  137. ZOOKEEPER-318. remove locking in zk_hashtable.c or add locking in
  138. collect_keys() (chris darroch via mahadev)
  139. ZOOKEEPER-333. helgrind thread issues identified in mt c client code
  140. (mahadev via phunt)
  141. ZOOKEEPER-309. core dump using zoo_get_acl() (mahadev via phunt)
  142. ZOOKEEPER-341. regression in QuorumPeerMain,
  143. tickTime from config is lost, cannot start quorum (phunt via mahadev)
  144. ZOOKEEPER-360. WeakHashMap in Bookie.java causes NPE (flavio via mahadev)
  145. ZOOKEEPER-362. Issues with FLENewEpochTest. (fix bug in Fast leader election)
  146. (flavio via mahadev)
  147. ZOOKEEPER-363. NPE when recovering ledger with no hint. (flavio via mahadev)
  148. ZOOKEEPER-370. Fix critical problems reported by findbugs.
  149. (flavio via mahadev)
  150. ZOOKEEPER-347. zkfuse uses non-standard String. (patrick hunt via mahadev)
  151. ZOOKEEPER-355. make validatePath non public in Zookeeper client api.
  152. (phunt via mahadev)
  153. ZOOKEEPER-374. Uninitialized struct variable in C causes warning which
  154. is treated as an error (phunt via mahadev)
  155. ZOOKEEPER-337. improve logging in leader election lookForLeader method when
  156. address resolution fails (phunt via mahadev)
  157. ZOOKEEPER-367. RecoveryTest failure - "unreasonable length" IOException
  158. (mahadev via phunt)
  159. ZOOKEEPER-346. remove the kill command fro mthe client port.
  160. (phunt via mahadev)
  161. ZOOKEEPER-377. running ant cppunit tests, a failure still results in
  162. BUILD SUCCESSFUL (giri via mahadev)
  163. ZOOKEEPER-382. zookeeper cpp tests fails on 64 bit machines with gcc 4.1.2
  164. (mahadev via phunt)
  165. ZOOKEEPER-365. javadoc is wrong for setLast in LedgerHandle
  166. (flavio via phunt)
  167. ZOOKEEPER-392. Change log4j properties in bookkeeper. (flavio via mahadev)
  168. ZOOKEEPER-400. Issues with procedure to close ledger. (flavio)
  169. ZOOKEEPER-405. nullpointer exception in zookeeper java shell.
  170. (mahadev via breed)
  171. ZOOKEEPER-410. address all findbugs warnings in client/server classes.
  172. (phunt via breed)
  173. ZOOKEEPER-403. cleanup javac compiler warnings. (flavio via breed)
  174. ZOOKEEPER-407. address all findbugs warnings in
  175. org.apache.zookeeper.server.quorum.** packages.
  176. (flavio via breed)
  177. ZOOKEEPER-411. Building zookeeper fails on RHEL 5 64 bit during test-cppunit
  178. (mahadev via phunt)
  179. ZOOKEEPER-402. zookeeper c library segfaults on data for a node in zookeeper
  180. being null. (mahadev via phunt)
  181. ZOOKEEPER-415. zookeeper c tests hang. (mahadev via phunt)
  182. ZOOKEEPER-385. crctest failed on hudson patch test (mahadev via phunt)
  183. ZOOKEEPER-192. trailing whitespace in config file can cause number format
  184. exceptions (phunt via breed)
  185. ZOOKEEPER-409. address all findbugs warnings in jute related classes
  186. (phunt via breed)
  187. ZOOKEEPER-416. bookkeeper jar includes unnnecessary files.
  188. (flavio via mahadev)
  189. ZOOKEEPER-419. Reference counting bug in Python bindings causes abort errors
  190. (henry robinson via phunt)
  191. ZOOKEEPER-421. zkpython run_tests.sh is missing #!
  192. (henry robinson via phunt)
  193. ZOOKEEPER-406. address all findbugs warnings in persistence classes.
  194. (phunt et al via breed)
  195. ZOOKEEPER-435. allow "super" admin digest based auth to be configurable
  196. (phunt via breed)
  197. ZOOKEEPER-375. zoo_add_auth only retains most recent auth on re-sync.
  198. (mahadev)
  199. ZOOKEEPER-433. getacl on root znode (/) fails. (phunt via mahadev)
  200. ZOOKEEPER-408. address all findbugs warnings in persistence classes.
  201. (phunt, mahadev, flavio via mahadev)
  202. ZOOKEEPER-427. ZooKeeper server unexpectedly high CPU utilisation
  203. (Sergey Zhuravlev via breed)
  204. ZOOKEEPER-446. some traces of the host auth scheme left (breed via mahadev)
  205. ZOOKEEPER-438. addauth fails to register auth on new client that's not yet
  206. connected (breed via mahadev)
  207. ZOOKEEPER-448. png files do nto work with forrest. (mahadev)
  208. ZOOKEEPER-417. stray message problem when changing servers
  209. (breed via mahadev)
  210. ZOOKEEPER-449. sesssionmoved in java code and ZCLOSING in C have the same
  211. value. (mahadev)
  212. ZOOKEEPER-452. zookeeper performance graph should have percentage of reads
  213. rather than percentage of writes - zkperfRW-3.2.jpg (mahadev)
  214. ZOOKEEPER-450. emphemeral cleanup not happening with session timeout.
  215. (breed via mahadev)
  216. ZOOKEEPER-453. Worker is not removed in QuorumCnxManager upon crash.
  217. (flavio via mahadev)
  218. ZOOKEEPER-454. allow compilation with jdk1.5 (phunt)
  219. ZOOKEEPER-455. zookeeper c client crashes with chroot specified in the string.
  220. (phunt via mahadev)
  221. ZOOKEEPER-468. avoid compile warning in send_auth_info().
  222. IMPROVEMENTS:
  223. ZOOKEEPER-308. improve the atomic broadcast performance 3x.
  224. (breed via mahadev)
  225. ZOOKEEPER-326. standalone server ignores tickTime configuration.
  226. (chris darroch via mahadev)
  227. ZOOKEEPER-279. Allow specialization of quorum config parsing
  228. (e.g. variable expansion in zoo.cfg) (Jean-Daniel Cryans via phunt)
  229. ZOOKEEPER-351. to run checkstyle (giridharan kesavan via mahadev)
  230. ZOOKEEPER-350. to run rats for releaseaudit.
  231. (giridharan kesavan via mahadev)
  232. ZOOKEEPER-352. to add standard ant targets required by test-patch.sh script
  233. (giridharan kesavan via mahadev)
  234. ZOOKEEPER-353. javadoc warnings needs to be fixed.
  235. (giridharan kesavan via mahadev)
  236. ZOOKEEPER-354. to fix javadoc warning in the source files. (mahadev)
  237. ZOOKEEPER-349. to automate patch testing. (giridharan kesavan via mahadev)
  238. ZOOKEEPER-288. Cleanup and fixes to BookKeeper (flavio via mahadev)
  239. ZOOKEEPER-305. Replace timers with semaphores in FLENewEpochTest.
  240. (flavio via mahadev)
  241. ZOOKEEPER-60. Get cppunit tests running as part of Hudson CI.
  242. (girish via mahadev)
  243. ZOOKEEPER-343. add tests that specifically verify the zkmain and
  244. qpmain classes. (phunt via mahadev)
  245. ZOOKEEPER-361. integrate cppunit testing as part of hudson patch process.
  246. (giri via mahadev)
  247. ZOOKEEPER-373. One thread per bookie (flavio via mahadev)
  248. ZOOKEEPER-384. keeper exceptions missing path (phunt via mahadev)
  249. ZOOKEEPER-380. bookkeeper should have a streaming api so that its easier to
  250. store checpoints/snapshots in bookkeeper. (mahadev via flavio)
  251. ZOOKEEPER-389. add help/usage to the c shell cli.c (phunt via mahadev)
  252. ZOOKEEPER-376. ant test target re-compiles cppunit code every time
  253. (phunt via mahadev)
  254. ZOOKEEPER-391. bookeeper mainline code should not be calling
  255. printStackTrace. (flavio via mahadev)
  256. ZOOKEEPER-300. zk jmx code is calling printStackTrace when creating bean
  257. name (should not be) (phunt via mahadev)
  258. ZOOKEEPER-94. JMX tests are needed to verify that the JMX MBeans work
  259. properly (phunt via mahadev)
  260. ZOOKEEPER-404. nightly build failed on hudson.
  261. (henry robinson and pat via mahadev)
  262. ZOOKEEPER-345. the CLIs should allow addAuth to be invoked.
  263. (henry robinson via breed)
  264. ZOOKEEPER-292. commit configure scripts (autotools) to svn for c projects and
  265. include in release (phunt via breed)
  266. ZOOKEEPER-383. Asynchronous version of createLedger(). (flavio via mahadev)
  267. ZOOKEEPER-358. Throw exception when ledger does not exist. (flavio via breed)
  268. ZOOKEEPER-431. Expose methods to ease ZK integration. (Jean-Daniel via breed)
  269. ZOOKEEPER-396. race condition in zookeeper client library between
  270. zookeeper_close and zoo_synchronous api. (mahadev)
  271. ZOOKEEPER-196. doxygen comment for state argument of watcher_fn typedef and
  272. implementation differ ("...one of the *_STATE constants, otherwise -1")
  273. (breed via mahadev)
  274. ZOOKEEPER-336. single bad client can cause server to stop accepting
  275. connections (henry robinson via breed)
  276. ZOOKEEPER-434. the java shell should indicate connection status on command
  277. prompt (henry robinson via breed)
  278. ZOOKEEPER-437. Variety of Documentation Updates (grant via mahadev)
  279. ZOOKEEPER-443. trace logging in watch notification not wrapped with
  280. istraceneabled - inefficient (pat via mahadev)
  281. ZOOKEEPER-432. Various improvements to zkpython bindings.
  282. (henry via mahadev)
  283. ZOOKEEPER-428. logging should be makred as warn rathen than error in
  284. NIOServerCnxn. (phunt via mahadev)
  285. ZOOKEEPER-422. Java CLI should support ephemeral and sequential node creation
  286. (henry via breed)
  287. ZOOKEEPER-315. add forrest docs for bookkeeper. (flavio via mahadev)
  288. ZOOKEEPER-329. document how to integrate 3rd party authentication into ZK
  289. server ACLs. (breed via mahadev)
  290. ZOOKEEPER-356. Masking bookie failure during writes to a ledger
  291. (flavio via breed)
  292. ZOOKEEPER-327. document effects (latency) of storing large amounts of data
  293. in znodes. (breed via mahadev)
  294. ZOOKEEPER-264. docs should include a state transition diagram for client
  295. state (breed via mahadev)
  296. ZOOKEEPER-440. update the performance documentation in forrest
  297. (breed via phunt)
  298. NEW FEATURES:
  299. ZOOKEEPER-371. jdiff documentation included in build/release (giri via phunt)
  300. ZOOKEEPER-78. added a high level protocol/feature - for easy Leader
  301. Election or exclusive Write Lock creation (mahadev via phunt)
  302. ZOOKEEPER-29. Flexible quorums (flavio via mahadev)
  303. ZOOKEEPER-378. perl binding for zookeeper (chris darroch via mahadev)
  304. ZOOKEEPER-386. improve java cli shell. (henry robinson via mahadev)
  305. ZOOKEEPER-36. REST access to ZooKeeper (phunt via mahadev)
  306. ZOOKEEPER-395. Python bindings. (henry robinson via mahadev)
  307. ZOOKEEPER-237. Add a Chroot request (phunt and mahadev)
  308. Release 3.1.0 - 2009-02-06
  309. Non-backward compatible changes:
  310. BUGFIXES:
  311. ZOOKEEPER-255. zoo_set() api does not return stat datastructure.
  312. (avery ching via mahadev)
  313. ZOOKEEPER-246. review error code definition in both source and docs.
  314. (pat via mahadev)
  315. Backward compatible changes:
  316. BUGFIXES:
  317. ZOOKEEPER-211. Not all Mock tests are working (ben via phunt)
  318. ZOOKEEPER-223. change default level in root logger to INFO.
  319. (pat via mahadev)
  320. ZOOKEEPER-212. fix the snapshot to be asynchronous. (mahadev and ben)
  321. ZOOKEEPER-213. fix programmer guide C api docs to be in sync with latest
  322. zookeeper.h (pat via mahadev)
  323. ZOOKEEPER-219. fix events.poll timeout in watcher test to be longer.
  324. (pat via mahadev)
  325. ZOOKEEPER-217. Fix errors in config to be thrown as Exceptions. (mahadev)
  326. ZOOKEEPER-228. fix apache header missing in DBTest. (mahadev)
  327. ZOOKEEPER-218. fix the error in the barrier example code. (pat via mahadev)
  328. ZOOKEEPER-206. documentation tab should contain the version number and
  329. other small site changes. (pat via mahadev)
  330. ZOOKEEPER-226. fix exists calls that fail on server if node has null data.
  331. (mahadev)
  332. ZOOKEEPER-204. SetWatches needs to be the first message after auth
  333. messages to the server (ben via mahadev)
  334. ZOOKEEPER-208. Zookeeper C client uses API that are not thread safe,
  335. causing crashes when multiple instances are active.
  336. (austin shoemaker, chris daroch and ben reed via mahadev)
  337. ZOOKEEPER-227. gcc warning from recordio.h (chris darroch via mahadev)
  338. ZOOKEEPER-232. fix apache licence header in TestableZookeeper (mahadev)
  339. ZOOKEEPER-249. QuorumPeer.getClientPort() always returns -1.
  340. (nitay joffe via mahadev)
  341. ZOOKEEPER-248. QuorumPeer should use Map interface instead of HashMap
  342. implementation. (nitay joffe via mahadev)
  343. ZOOKEEPER-241. Build of a distro fails after clean target is run.
  344. (patrick hunt via mahadev)
  345. ZOOKEEPER-245. update readme/quickstart to be release tar, rather than
  346. source, based (patrick hunt via mahadev)
  347. ZOOKEEPER-251. NullPointerException stopping and starting Zookeeper servers
  348. (mahadev via phunt)
  349. ZOOKEEPER-250. isvalidsnapshot should handle the case of 0 snapshot
  350. files better. (mahadev via phunt)
  351. ZOOKEEPER-265. remove (deprecate) unused NoSyncConnected from KeeperState.
  352. (phunt via mahadev)
  353. ZOOKEEPER-273. Zookeeper c client build should not depend on CPPUNIT. (pat
  354. and runping via mahadev)
  355. ZOOKEEPER-268. tostring on jute generated objects can cause NPE. (pat via mahadev)
  356. ZOOKEEPER-267. java client incorrectly generating syncdisconnected event when in disconnected state. (pat via breed)
  357. ZOOKEEPER-263. document connection host:port as comma separated list in forrest docs (pat via breed)
  358. ZOOKEEPER-275. Bug in FastLeaderElection. (flavio via mahadev)
  359. ZOOKEEPER-272. getchildren can fail for large number of children. (mahadev)
  360. ZOOKEEPER-16. Need to do path validation. (pat, mahadev)
  361. ZOOKEEPER-252. PurgeTxnLog is not handling the new dataDir directory
  362. structure (mahadev via phunt)
  363. ZOOKEEPER-291. regression for legacy code using KeeperException.Code
  364. constants (due to 246). (pat via mahadev)
  365. ZOOKEEPER-255. zoo_set() api does not return stat datastructure.
  366. (avery ching via mahadev)
  367. ZOOKEEPER-293. zoo_set needs to be abi compatible (3.1 changed the
  368. signature), fix this by adding zoo_set2 (pat via mahadev)
  369. ZOOKEEPER-302. Quote values in JMX objectnames. (tom and pat via mahadev)
  370. IMPROVEMENTS:
  371. ZOOKEEPER-64. Log system env information when initializing server and
  372. client (pat via mahadev)
  373. ZOOKEEPER-243. add SEQUENCE flag documentation to the programming guide.
  374. (patrick hunt via mahadev)
  375. ZOOKEEPER-161. Content needed: "Designing a ZooKeeper Deployment"
  376. (breed via phunt)
  377. ZOOKEEPER-247. fix formatting of C API in ACL section of programmer guide.
  378. (patrick hunt via mahadev)
  379. ZOOKEEPER-230. Improvements to FLE. (Flavio via mahadev)
  380. ZOOKEEPER-225. c client should log an info message in zookeeper_init
  381. detailing connection parameters. (pat via mahadev)
  382. ZOOKEEPER-222. print C client log message timestamp in human readable
  383. form. (pat via mahadev)
  384. ZOOKEEPER-256. support use of JMX to manage log4j configuration at runtime.
  385. (pat via mahadev)
  386. ZOOKEEPER-214. add new "stat reset" command to server admin port.
  387. (pat via mahadev)
  388. ZOOKEEPER-258. docs incorrectly state max client timeout as 60 seconds
  389. (it's based on server ticktime). (phunt via mahadev)
  390. ZOOKEEPER-135. Fat jar build target. (phunt and breed via mahadev)
  391. ZOOKEEPER-234. Eliminate using statics to initialize the sever. Should
  392. allow server to be more embeddable in OSGi enviorments. (phunt)
  393. ZOOKEEPER-259. cleanup the logging levels used (use the correct level)
  394. and messages generated. (phunt via breed)
  395. ZOOKEEPER-210. Require Java 6. (phunt via breed)
  396. ZOOKEEPER-177. needed: docs for JMX (phunt via mahadev)
  397. ZOOKEEPER-253. documentation of DataWatcher state transition is misleading
  398. regarding auto watch reset on reconnect. (phunt via mahadev)
  399. ZOOKEEPER-269. connectionloss- add more documentation to detail. (phunt and
  400. flavio via mahadev)
  401. ZOOKEEPER-260. document the recommended values for server id's
  402. (mahadev via phunt)
  403. ZOOKEEPER-215. expand system test environment (breed via phunt)
  404. ZOOKEEPER-229. improve documentation regarding user's responsibility to
  405. cleanup datadir (snaps/logs) (mahadev via phunt)
  406. ZOOKEEPER-69. ZooKeeper logo
  407. ZOOKEEPER-286. Make GenerateLoad use InstanceContainers. (breed via mahadev)
  408. ZOOKEEPER-220. programming guide watches section should clarify
  409. server/clientlib role in data/child watch maint. (breed via phunt)
  410. ZOOKEEPER-289. add debug messages to nioserver select loop. (mahadev)
  411. NEW FEATURES:
  412. ZOOKEEPER-276. Bookkeeper contribution (Flavio and Luca Telloli via mahadev)
  413. ZOOKEEPER-231. Quotas in ZooKeeper. (mahadev)
  414. Release 3.0.0 - 2008-10-21
  415. Non-backward compatible changes:
  416. ZOOKEEPER-43. Server side of auto reset watches. (breed via mahadev)
  417. ZOOKEEPER-132. Create Enum to replace CreateFlag in ZooKepper.create
  418. method (Jakob Homan via phunt)
  419. ZOOKEEPER-139. Create Enums for WatcherEvent's KeeperState and EventType
  420. (Jakob Homan via phunt)
  421. ZOOKEEPER-18. keeper state inconsistency (Jakob Homan via phunt)
  422. ZOOKEEPER-38. headers (version+) in log/snap files (Andrew Kornev and Mahadev
  423. Konar via breed)
  424. ZOOKEEPER-8. Stat enchaned to include num of children and size
  425. (phunt)
  426. ZOOKEEPER-6. List of problem identifiers in zookeeper.h
  427. (phunt)
  428. ZOOKEEPER-7. Use enums rather than ints for types and state
  429. (Jakob Homan via mahadev)
  430. ZOOKEEPER-27. Unique DB identifiers for servers and clients
  431. (mahadev)
  432. ZOOKEEPER-32. CRCs for ZooKeeper data
  433. (mahadev)
  434. ZOOKEEPER-33. Better ACL management
  435. (mahadev)
  436. Backward compatible changes:
  437. BUGFIXES:
  438. ZOOKEEPER-203. fix datadir typo in releasenotes (phunt)
  439. ZOOKEEPER-145. write detailed release notes for users migrating from 2.x
  440. to 3.0 (phunt)
  441. ZOOKEEPER-23. Auto reset of watches on reconnect (breed via phunt)
  442. ZOOKEEPER-191. forrest docs for upgrade. (mahadev via phunt)
  443. ZOOKEEPER-201. validate magic number when reading snapshot and transaction
  444. logs (mahadev via phunt)
  445. ZOOKEEPER-200. the magic number for snapshot and log must be different
  446. (currently same) (phunt)
  447. ZOOKEEPER-199. fix log messages in persistence code (mahadev via phunt)
  448. ZOOKEEPER-197. create checksums for snapshots (mahadev via phunt)
  449. ZOOKEEPER-198. apache license header missing from FollowerSyncRequest.java
  450. (phunt)
  451. ZOOKEEPER-5. Upgrade Feature in Zookeeper server. (mahadev via phunt)
  452. ZOOKEEPER-194. Fix terminology in zookeeperAdmin.xml
  453. (Flavio Paiva Junqueira)
  454. ZOOKEEPER-151. Document change to server configuration
  455. (Flavio Paiva Junqueira)
  456. ZOOKEEPER-193. update java example doc to compile with latest zookeeper
  457. (phunt)
  458. ZOOKEEPER-187. CreateMode api docs missing (phunt)
  459. ZOOKEEPER-186. add new "releasenotes.xml" to forrest documentation
  460. (phunt)
  461. ZOOKEEPER-190. Reorg links to docs and navs to docs into related sections
  462. (robbie via phunt)
  463. ZOOKEEPER-189. forrest build not validated xml of input documents
  464. (robbie via phunt)
  465. ZOOKEEPER-188. Check that election port is present for all servers
  466. (Flavio Paiva Junqueira via phunt)
  467. ZOOKEEPER-185. Improved version of FLETest (Flavio Paiva Junqueira)
  468. ZOOKEEPER-184. tests: An explicit include derective is needed for the usage
  469. of memcpy(), memset(), strlen(), strdup() and free() functions
  470. (Maxim P. Dementiev via phunt)
  471. ZOOKEEPER-183. Array subscript is above array bounds in od_completion(),
  472. src/cli.c. (Maxim P. Dementiev via phunt)
  473. ZOOKEEPER-182. zookeeper_init accepts empty host-port string and returns
  474. valid pointer to zhandle_t. (Maxim P. Dementiev via phunt)
  475. ZOOKEEPER-17. zookeeper_init doc needs clarification (phunt)
  476. ZOOKEEPER-181. Some Source Forge Documents did not get moved over:
  477. javaExample, zookeeperTutorial, zookeeperInternals (robbie via phunt)
  478. ZOOKEEPER-180. Placeholder sections needed in document for new topics that
  479. the umbrella jira discusses (robbie via phunt)
  480. ZOOKEEPER-179. Programmer's Guide "Basic Operations" section is missing
  481. content (robbie via phunt)
  482. ZOOKEEPER-178. FLE test. (Flavio Paiva Junqueira)
  483. ZOOKEEPER-159. Cover two corner cases of leader election
  484. (Flavio Paiva Junqueira via phunt)
  485. ZOOKEEPER-156. update programmer guide with acl details from old wiki page
  486. (phunt)
  487. ZOOKEEPER-154. reliability graph diagram in overview doc needs context
  488. (phunt)
  489. ZOOKEEPER-157. Peer can't find existing leader (Flavio Paiva Junqueira)
  490. ZOOKEEPER-155. improve "the zookeeper project" section of overview doc
  491. (phunt)
  492. ZOOKEEPER-140. Deadlock in QuorumCnxManager (Flavio Paiva Junqueira)
  493. ZOOKEEPER-147. This is version of the documents with most of the [tbd...]
  494. scrubbed out (robbie via phunt)
  495. ZOOKEEPER-150. zookeeper build broken (mahadev via phunt)
  496. ZOOKEEPER-136. sync causes hang in all followers of quorum. (breed)
  497. ZOOKEEPER-134. findbugs cleanup (phunt)
  498. ZOOKEEPER-133. hudson tests failing intermittently (phunt)
  499. ZOOKEEPER-144. add tostring support for watcher event, and enums for event
  500. type/state (Jakob Homan via phunt)
  501. ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs (phunt)
  502. ZOOKEEPER-142. Provide Javadoc as to the maximum size of the data byte
  503. array that may be stored within a znode (Jakob Homan via phunt)
  504. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  505. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  506. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  507. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  508. again (breed via mahadev)
  509. ZOOKEEPER-130. update build.xml to support apache release process
  510. (phunt via mahadev)
  511. ZOOKEEPER-118. findbugs flagged switch statement in
  512. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  513. ZOOKEEPER-115. Potential NPE in QuorumCnxManager
  514. (Flavio Paiva Junqueira)
  515. ZOOKEEPER-114. cleanup ugly event messages in zookeeper client
  516. (Jakob Homan)
  517. ZOOKEEPER-112. src/java/main ZooKeeper.java has test code embedded into it.
  518. (phunt)
  519. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  520. (Andrew Kornev)
  521. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  522. Chirino via phunt)
  523. ZOOKEEPER-101. Integrate ZooKeeper with "violations" feature on hudson
  524. (phunt)
  525. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  526. (Anthony Urso via Mahadev)
  527. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  528. via phunt)
  529. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  530. (Benjamin Reed via phunt)
  531. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  532. they can be lexicographically sorted. (Jakob Homan via mahadev)
  533. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  534. (Flavio Paiva Junqueira via Mahadev)
  535. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  536. Andrew Kornev via Mahadev)
  537. ZOOKEEPER-58. Race condition on ClientCnxn.java (breed)
  538. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  539. ZOOKEEPER-75. register the ZooKeeper mailing lists with nabble.com (phunt)
  540. ZOOKEEPER-54. remove sleeps in the tests. (phunt)
  541. ZOOKEEPER-55. build.xml failes to retrieve a release number from SVN and
  542. the ant target "dist" fails (Andrew Kornev)
  543. ZOOKEEPER-89. invoke WhenOwnerListener.whenNotOwner() when the ZK
  544. connection fails (james strachan)
  545. ZOOKEEPER-90. invoke WhenOwnerListener.whenNotOwner() when the ZK
  546. session expires and the znode is the leader (james strachan)
  547. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  548. mahadev)
  549. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  550. with subversion 1.5 working copies (Jakob Homan)
  551. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  552. mahadev)
  553. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  554. mahadev)
  555. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  556. via mahadev)
  557. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  558. election. (Flavio Paiva Junqueira via mahadev)
  559. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  560. (Flavio Paiva Junqueira via mahadev)
  561. ZOOKEEPER-61. Address (remove) use of sleep(#) in client/server test cases.
  562. (phunt)
  563. ZOOKEEPER-75. cleanup the library directory (phunt)
  564. ZOOKEEPER-109. cleanup of NPE and Resource issue nits found by static
  565. analysis (phunt)
  566. ZOOKEEPER-76. Commit 677109 removed the cobertura library, but not the
  567. build targets. (phunt)
  568. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  569. ZOOKEEPER-70. Add skeleton forrest doc structure for ZooKeeper (phunt)
  570. ZOOKEEPER-79. Document jacob's leader election on the wiki recipes page
  571. (Flavio Junqueira)
  572. ZOOKEEPER-73. Move ZK wiki from SourceForge to Apache (phunt)
  573. ZOOKEEPER-72. Initial creation/setup of ZooKeeper ASF site. (phunt)
  574. ZOOKEEPER-71. Determine what to do re ZooKeeper Changelog(s) (mahadev)
  575. ZOOKEEPER-68. parseACLs in ZooKeeper.java fails to parse elements of ACL,
  576. should be lastIndexOf rather than IndexOf (mahadev)
  577. ZOOKEEPER-130. update build.xml to support apache release process.
  578. (phunt via mahadev)
  579. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  580. again. (breed via mahadev)
  581. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  582. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and
  583. Patrick Hunt via breed)
  584. ZOOKEEPER-128. test coverage on async client operations needs to be improved
  585. (phunt)
  586. ZOOKEEPER-127. Use of non-standard election ports in config breaks services
  587. (Mark Harwood and Flavio Junqueira via breed)
  588. ZOOKEEPER-53. tests failing on solaris. (phunt)
  589. ZOOKEEPER-172. FLE Test (Flavio Junqueira via breed)
  590. ZOOKEEPER-41. Sample startup script (mahadev)
  591. ZOOKEEPER-33. Better ACL management (Mahadev Konar)
  592. ZOOKEEPER-49. SetACL does not work (breed)
  593. ZOOKEEPER-20. Child watches are not triggered when the node is deleted
  594. (phunt)
  595. ZOOKEEPER-15. handle failure better in build.xml:test (phunt)
  596. ZOOKEEPER-11. ArrayList is used instead of List (phunt)
  597. ZOOKEEPER-45. Restructure the SVN repository after initial import (phunt)
  598. ZOOKEEPER-1. Initial ZooKeeper code contribution from Yahoo! (phunt)