CHANGES.txt 45 KB

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