CHANGES.txt 36 KB

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