CHANGES.txt 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660
  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. ZOOKEEPER-866. Hedwig Server stays in "disconnected" state when
  73. connection to ZK dies but gets reconnected (erwin tam via breed)
  74. ZOOKEEPER-881. ZooKeeperServer.loadData loads database twice
  75. (jared cantwell via breed)
  76. ZOOKEEPER-855. clientPortBindAddress should be clientPortAddress
  77. (Jared Cantwell via fpj)
  78. ZOOKEEPER-888. c-client / zkpython: Double free corruption on
  79. node watcher (Austin Shoemaker via henryr)
  80. ZOOKEEPER-893. ZooKeeper high cpu usage when invalid requests
  81. (Thijs Terlouw via phunt)
  82. ZOOKEEPER-804. c unit tests failing due to "assertion cptr failed"
  83. (second try - Jared Cantwell via phunt)
  84. ZOOKEEPER-820. update c unit tests to ensure "zombie" java server
  85. processes don't cause failure (Michi Mutsuzaki via phunt)
  86. ZOOKEEPER-794. Callbacks are not invoked when the client is closed
  87. (Alexis Midon via phunt)
  88. ZOOKEEPER-800. zoo_add_auth returns ZOK if zookeeper handle is in
  89. ZOO_CLOSED_STATE (michi mutsuzaki via mahadev konar)
  90. ZOOKEEPER-904. super digest is not actually acting as a full superuser
  91. (Camille Fournier via mahadev)
  92. ZOOKEEPER-897. C Client seg faults during close (jared cantwell via mahadev)
  93. ZOOKEEPER-898. C Client might not cleanup correctly during close
  94. (jared cantwell via mahadev)
  95. ZOOKEEPER-907. Spurious "KeeperErrorCode = Session moved" messages (vishal k via breed)
  96. ZOOKEEPER-884. Remove LedgerSequence references from BookKeeper documentation and comments in tests (fpj via breed)
  97. ZOOKEEPER-916. Problem receiving messages from subscribed channels in c++ client (ivan via breed)
  98. ZOOKEEPER-930. Hedwig c++ client uses a non thread safe logging library (ivan via breed)
  99. ZOOKEEPER-900. FLE implementation should be improved to use non-blocking sockets (vishal via fpj)
  100. ZOOKEEPER-937. test -e not available on solaris /bin/sh (Erik Hetzner via mahadev)
  101. ZOOKEEPER-905. enhance zkServer.sh for easier zookeeper automation-izing (Nicholas Harteau via mahadev)
  102. ZOOKEEPER-913. Version parser fails to parse "3.3.2-dev" from build.xml (Anthony Urso and phunt via breed)
  103. ZOOKEEPER-957. zkCleanup.sh doesn't do anything (Ted Dunning via mahadev)
  104. ZOOKEEPER-958. Flag to turn off autoconsume in hedwig c++ client (Ivan Kelly
  105. via mahadev)
  106. ZOOKEEPER-882. Startup loads last transaction from snapshot (j:ared via fpj)
  107. ZOOKEEPER-962. leader/follower coherence issue when follower is receiving a DIFF
  108. (camille fournier via breed)
  109. ZOOKEEPER-902. Fix findbug issue in trunk "Malicious code vulnerability"
  110. (flavio and phunt via phunt)
  111. ZOOKEEPER-985. Test BookieRecoveryTest fails on trunk. (fpj via breed)
  112. ZOOKEEPER-983. running zkServer.sh start remotely using ssh hangs (phunt)
  113. ZOOKEEPER-976. ZooKeeper startup script doesn't use JAVA_HOME (phunt)
  114. ZOOKEEPER-994 "eclipse" target in the build script doesnot include
  115. libraray required for test classes in the classpath (MIS via phunt)
  116. ZOOKEEPER-1013 zkServer.sh usage message should mention all startup options
  117. (eugene koontz via mahadev)
  118. ZOOKEEPER-1007. iarchive leak in C client (jeremy stribling via mahadev)
  119. ZOOKEEPER-993. Code improvements (MIS via fpj)
  120. ZOOKEEPER-1012. support distinct JVMFLAGS for zookeeper server in zkServer.sh
  121. and zookeeper client in zkCli.sh (Eugene Koontz via breed)
  122. ZOOKEEPER-880. QuorumCnxManager$SendWorker grows without bounds (vishal via breed)
  123. ZOOKEEPER-1018. The connection permutation in get_addrs uses a weak and inefficient
  124. shuffle (Stephen Tyree via breed)
  125. ZOOKEEPER-1028. In python bindings, zookeeper.set2() should return a stat dict but
  126. instead returns None. (Chris Medaglia and Ivan Kelly via mahadev)
  127. ZOOKEEPER-975. new peer goes in LEADING state even if ensemble is online. (vishal via fpj)
  128. ZOOKEEPER-1049. Session expire/close flooding renders heartbeats to delay significantly.
  129. (chang song via mahadev)
  130. ZOOKEEPER-1033. c client should install includes into INCDIR/zookeeper, not INCDIR/c-client-src
  131. (Nicholas Harteau via mahadev)
  132. ZOOKEEPER-1061. Zookeeper stop fails if start called twice. (Ted Dunning via mahadev)
  133. ZOOKEEPER-1059. stat command isses on non-existing node causes NPE. (Bhallamudi Kamesh via mahadev)
  134. ZOOKEEPER-1058. fix typo in opToString for getData. (camille)
  135. ZOOKEEPER-1046. Creating a new sequential node results in a ZNODEEXISTS error. (Vishal K via camille)
  136. ZOOKEEPER-1069. Calling shutdown() on a QuorumPeer too quickly can lead to a corrupt log. (Vishal K via camille)
  137. ZOOKEEPER-1083. Javadoc for WatchedEvent not being generated. (Ivan Kelly via michim)
  138. ZOOKEEPER-1086. zookeeper test jar has non mavenised dependency. (Ivan Kelly via michim)
  139. ZOOKEEPER-335. zookeeper servers should commit the new leader txn to their logs. (breed)
  140. ZOOKEEPER-1081. modify leader/follower code to correctly deal with new leader (breed)
  141. ZOOKEEPER-1082. modify leader election to correctly take into account current epoch (fpj via breed)
  142. ZOOKEEPER-1060. QuorumPeer takes a long time to shutdown (Vishal via fpj)
  143. ZOOKEEPER-1087. ForceSync VM arguement not working when set to "no" (Nate Putnam via breed)
  144. ZOOKEEPER-1068. Documentation and default config suggest incorrect
  145. location for Zookeeper state (Roman Shaposhnik via phunt)
  146. ZOOKEEPER-1103. In QuorumTest, use the same "for ( .. try { break }
  147. catch { } )" pattern in testFollowersStartAfterLeaders as in
  148. testSessionMove. (Eugene Koontz via phunt)
  149. ZOOKEEPER-1046. Creating a new sequential node results in a ZNODEEXISTS error. (breed via camille)
  150. ZOOKEEPER-1097. Quota is not correctly rehydrated on snapshot reload (camille via henryr)
  151. ZOOKEEPER-1046. Small fix: Creating a new sequential node results in a ZNODEEXISTS error. (Vishal K via camille)
  152. ZOOKEEPER-782. Incorrect C API documentation for Watches. (mahadev via breed)
  153. ZOOKEEPER-1063. Dubious synchronization in Zookeeper and ClientCnxnSocketNIO classes (Yanick Dufresne via breed)
  154. ZOOKEEPER-1124. Multiop submitted to non-leader always fails due to timeout (Marshall McMullen via breed)
  155. ZOOKEEPER-1111. JMXEnv uses System.err instead of logging
  156. (Ivan Kelly via phunt)
  157. ZOOKEEPER-1027. chroot not transparent in zoo_create() (Thijs Terlouw via
  158. mahadev)
  159. ZOOKEEPER-1109. Zookeeper service is down when SyncRequestProcessor meets
  160. any exception. (Laxman via mahadev)
  161. ZOOKEEPER-1134. ClientCnxnSocket string comparison using == rather than equals.
  162. (phunt via mahadev)
  163. ZOOKEEPER-1119. zkServer stop command incorrectly reading comment lines in
  164. zoo.cfg (phunt via mahadev)
  165. ZOOKEEPER-1090. Race condition while taking snapshot can lead to not restoring data tree correctly (Vishal K via breed)
  166. ZOOKEEPER-1138. release audit failing for a number of new files. (phunt via mahadev)
  167. ZOOKEEPER-1139. jenkins is reporting two warnings, fix these (phunt via mahadev)
  168. ZOOKEEPER-1142. incorrect stat output (phunt via mahadev)
  169. ZOOKEEPER-1144. ZooKeeperServer not starting on leader due to a race condition (Vishal K via camille)
  170. ZOOKEEPER-839. deleteRecursive does not belong to the other methods.
  171. (mahadev)
  172. ZOOKEEPER-1146. significant regression in client (c/python) performance.
  173. (phunt via mahadev)
  174. ZOOKEEPER-1150. fix for this patch to compile on windows. (dheeraj
  175. via mahadev)
  176. ZOOKEEPER-1055. check for duplicate ACLs in addACL() and create().
  177. (Eugene Koontz via mahadev)
  178. ZOOKEEPER-1141. zkpython fails tests under python 2.4. (phunt via mahadev)
  179. ZOOKEEPER-1025. zkCli is overly sensitive to to spaces. (Laxman via camille)
  180. ZOOKEEPER-1117. zookeeper 3.3.3 fails to build with gcc >= 4.6.1 on
  181. Debian/Ubuntu (James Page via mahadev)
  182. ZOOKEEPER-1140. server shutdown is not stopping threads. (laxman via mahadev)
  183. ZOOKEEPER-1051. SIGPIPE in Zookeeper 0.3.* when send'ing after
  184. cluster disconnection (Stephen Tyree via mahadev)
  185. ZOOKEEPER-1168. ZooKeeper fails to run with IKVM (Andrew Finnell via phunt)
  186. ZOOKEEPER-1165. better eclipse support in tests (Warren Turkal via phunt)
  187. ZOOKEEPER-1154. Data inconsistency when the node(s) with the highest zxid is not present at the time of leader election. (Vishal Kathuria via camille)
  188. ZOOKEEPER-1156. Log truncation truncating log too much - can cause data loss. (Vishal Kathuria via camille)
  189. ZOOKEEPER-1160. test timeouts are too small (breed via phunt)
  190. ZOOKEEPER-731. Zookeeper#delete , #create - async versions miss a verb in the javadoc. (Thomas Koch via camille)
  191. IMPROVEMENTS:
  192. ZOOKEEPER-724. Improve junit test integration - log harness information
  193. (phunt via mahadev)
  194. ZOOKEEPER-766. forrest recipes docs don't mention the lock/queue recipe
  195. implementations available in the release (phunt via mahadev)
  196. ZOOKEEPER-769: Leader can treat observers as quorum members
  197. (Sergey Doroshenko via henryr)
  198. ZOOKEEPER-788: Add server id to message logs
  199. (Ivan Kelly via flavio)
  200. ZOOKEEPER-789. Improve FLE log messages (flavio via phunt)
  201. ZOOKEEPER-798. Fixup loggraph for FLE changes (Ivan Kelly via phunt)
  202. ZOOKEEPER-797 c client source with AI_ADDRCONFIG cannot be compiled with
  203. early glibc (Qian Ye via phunt)
  204. ZOOKEEPER-790. Last processed zxid set prematurely while establishing leadership
  205. (fpj via breed)
  206. ZOOKEEPER-821. Add ZooKeeper version information to zkpython (Rich
  207. Schumacher via mahadev)
  208. ZOOKEEPER-765. Add python example script (Travis and Andrei via mahadev)
  209. ZOOKEEPER-809. Improved REST Interface (Andrei Savu via phunt)
  210. ZOOKEEPER-733. use netty to handle client connections (breed and phunt)
  211. ZOOKEEPER-853. Make zookeeper.is_unrecoverable return True or False
  212. in zkpython (Andrei Savu via henryr)
  213. ZOOKEEPER-864. Hedwig C++ client improvements (Ivan Kelly via breed)
  214. ZOOKEEPER-862. Hedwig created ledgers with hardcoded Bookkeeper ensemble and
  215. quorum size. Make these a server config parameter instead. (Erwin T via breed)
  216. ZOOKEEPER-926. Fork Hadoop common's test-patch.sh and modify for Zookeeper.
  217. (nigel)
  218. ZOOKEEPER-909. Extract NIO specific code from ClientCnxn
  219. (Thomas Koch via phunt)
  220. ZOOKEEPER-908. Remove code duplication and inconsistent naming in
  221. ClientCnxn.Packet creation (Thomas Koch via phunt)
  222. ZOOKEEPER-836. hostlist as string. (Thomas Koch via breed)
  223. ZOOKEEPER-921. zkPython incorrectly checks for existence of required
  224. ACL elements (Nicholas Knight via henryr)
  225. ZOOKEEPER-963. Make Forrest work with JDK6 (Carl Steinbach via henryr)
  226. ZOOKEEPER-500. Async methods shouldnt throw exceptions (fpj via breed)
  227. ZOOKEEPER-977. passing null for path_buffer in zoo_create (breed via mahadev)
  228. ZOOKEEPER-465. Ledger size in bytes. (flavio via mahadev)
  229. ZOOKEEPER-980. allow configuration parameters for log4j.properties
  230. (phunt via mahadev)
  231. ZOOKEEPER-1042. Generate zookeeper test jar for maven installation
  232. (ivan kelly via breed)
  233. ZOOKEEPER-1030: Increase default for maxClientCnxns
  234. (Todd Lipcon via breed/mahadev/phunt)
  235. ZOOKEEPER-850: Switch from log4j to slf4j (Olaf Krische via michim)
  236. ZOOKEEPER-874. FileTxnSnapLog.restore does not call listener (diogo via fpj)
  237. ZOOKEEPER-1052. Findbugs warning in QuorumPeer.ResponderThread.run() (fpj via michim)
  238. ZOOKEEPER-1094. Small improvements to LeaderElection and Vote classes (henryr via breed)
  239. ZOOKEEPER-1074. zkServer.sh is missing nohup/sleep, which are necessary
  240. for remote invocation. (phunt via mahadev)
  241. ZOOKEEPER-965. Need a multi-update command to allow multiple znodes to be updated safely (Marshall McMullen and Ted Dunning via breed)
  242. ZOOKEEPER-1073. address a documentation issue in ZOOKEEPER-1030. (phunt via mahadev)
  243. ZOOKEEPER-1095. Simple leader election recipe
  244. (Eric Sammer via henry and phunt)
  245. ZOOKEEPER-1076. some quorum tests are unnecessarily extending QuorumBase (phunt via mahadev)
  246. ZOOKEEPER-1143. quorum send & recv workers are missing thread names
  247. (phunt via mahadev)
  248. ZOOKEEPER-1104. CLONE - In QuorumTest, use the same "for ( .. try { break }
  249. catch { } )" pattern in testFollowersStartAfterLeaders as in testSessionMove.
  250. (Eugene Koontz via mahadev)
  251. ZOOKEEPER-1034. perl bindings should automatically find the zookeeper
  252. c-client headers (nicholas harteau via mahadev)
  253. ZOOKEEPER-1166. Please add a few svn:ignore properties (via phunt)
  254. ZOOKEEPER-1169. Fix compiler (eclipse) warnings in (generated) jute
  255. code (Thomas Koch via phunt)
  256. NEW FEATURES:
  257. ZOOKEEPER-729. Java client API to recursively delete a subtree.
  258. (Kay Kay via henry)
  259. ZOOKEEPER-747. Add C# generation to Jute (Eric Hauser via phunt)
  260. ZOOKEEPER-464. Need procedure to garbage collect ledgers
  261. (erwin via fpj)
  262. ZOOKEEPER-773. Log visualisation (Ivan Kelly via phunt)
  263. ZOOKEEPER-744. Add monitoring four-letter word (Andrei Savu via phunt)
  264. ZOOKEEPER-712. Bookie recovery. (erwin tam via breed)
  265. ZOOKEEPER-799. Add tools and recipes for monitoring as a contrib
  266. (Andrei Savu via phunt)
  267. ZOOKEEPER-808. Web-based Administrative Interface
  268. (Andrei Savu via phunt)
  269. ZOOKEEPER-775. A large scale pub/sub system (Erwin, Ivan and Ben via
  270. mahadev)
  271. ZOOKEEPER-1020. Implement function in C client to determine which host you're currently connected to. (stephen tyree via breed)
  272. ZOOKEEPER-1038. Move bookkeeper and hedwig code in subversion (breed)
  273. ZOOKEEPER-784. Server-side functionality for read-only mode (Sergey Doroshenko via henryr)
  274. ZOOKEEPER-992. MT Native Version of Windows C Client (Dheeraj Agrawal via michim)
  275. ZOOKEEPER-938. Support Kerberos authentication of clients. (Eugene Koontz
  276. via mahadev)
  277. ZOOKEEPER-1152. Exceptions thrown from handleAuthentication can cause buffer corruption issues in NIOServer. (camille via breed)
  278. ZOOKEEPER-999. Create an package integration project (Eric Yang via phunt)
  279. ZOOKEEPER-1107. automating log and snapshot cleaning (Laxman via phunt)
  280. DEPRECATION:
  281. ZOOKEEPER-1153. Deprecate AuthFLE and LE. (Flavio Junqueira via mahadev)
  282. Release 3.3.0 - 2010-03-24
  283. Non-backward compatible changes:
  284. BUGFIXES:
  285. Backward compatible changes:
  286. BUGFIXES:
  287. ZOOKEEPER-59. Synchronized block in NIOServerCnxn (fpj via breed)
  288. ZOOKEEPER-524. DBSizeTest is not really testing anything (breed)
  289. ZOOKEEPER-469. make sure CPPUNIT_CFLAGS isn't overwritten
  290. (chris via mahadev)
  291. ZOOKEEPER-471. update zkperl for 3.2.x branch (chris via mahadev)
  292. ZOOKEEPER-470. include unistd.h for sleep() in c tests (chris via mahadev)
  293. ZOOKEEPR-460. bad testRetry in cppunit tests (hudson failure)
  294. (giri via mahadev)
  295. ZOOKEEPER-467. Change log level in BookieHandle. (flavio via mahadev)
  296. ZOOKEEPER-482. ignore sigpipe in testRetry to avoid silent immediate
  297. failure. (chris via mahadev)
  298. ZOOKEEPER-487. setdata on root (/) crashes the servers (mahadev via phunt)
  299. ZOOKEEPER-457. Make ZookeeperMain public, support for HBase (and other)
  300. embedded clients (ryan rawson via phunt)
  301. ZOOKEEPER-481. Add lastMessageSent to QuorumCnxManager. (flavio via mahadev)
  302. ZOOKEEPER-479. QuorumHierarchical does not count groups correctly
  303. (flavio via mahadev)
  304. ZOOKEEPER-466. crash on zookeeper_close() when using auth with empty cert
  305. (Chris Darroch via phunt)
  306. ZOOKEEPER-480. FLE should perform leader check when node is not leading and
  307. add vote of follower (flavio via mahadev)
  308. ZOOKEEPER-491. Prevent zero-weight servers from being elected.
  309. (flavio via mahadev)
  310. ZOOKEEPER-447. zkServer.sh doesn't allow different config files to be
  311. specified on the command line (henry robinson via phunt)
  312. ZOOKEEPER-493. patch for command line setquota (steve bendiola via phunt)
  313. ZOOKEEPER-311. handle small path lengths in zoo_create()
  314. (chris barroch via breed)
  315. ZOOKEEPER-484. Clients get SESSION MOVED exception when switching from
  316. follower to a leader. (mahadev)
  317. ZOOKEEPER-490. the java docs for session creation are misleading/incomplete
  318. (phunt)
  319. ZOOKEEPER-501. CnxManagerTest failed on hudson. (flavio via mahadev)
  320. ZOOKEEPER-499. electionAlg should default to FLE (3) - regression
  321. (phunt via mahadev)
  322. ZOOKEEPER-477. zkCleanup.sh is flaky (fernando via mahadev)
  323. ZOOKEEPER-498. Unending Leader Elections : WAN configuration
  324. (flavio via mahadev)
  325. ZOOKEEPER-508. proposals and commits for DIFF and Truncate messages from the
  326. leader to the followers is buggy. (mahadev and ben via mahadev)
  327. ZOOKEEPER-518. DEBUG message for outstanding proposals in leader should be
  328. moved to trace. (phunt)
  329. ZOOKEEPER-533. ant error running clean twice (phunt via mahadev)
  330. ZOOKEEPER-535. ivy task does not enjoy being defined twice
  331. (build error) (phunt via mahadev)
  332. ZOOKEEPER-420. build/test should not require install in zkpython
  333. (henry robinson via phunt)
  334. ZOOKEEPER-538. zookeeper.async causes python to segfault
  335. (henry robinson via phunt)
  336. ZOOKEEPER-542. c-client can spin when server unresponsive (Christian
  337. Wiedmann via mahadev)
  338. ZOOKEEEPER-510. zkpython lumps all exceptions as IOError, needs specialized
  339. exceptions for KeeperException types (henry & pat via mahadev)
  340. ZOOKEEPER-541. zkpython limited to 256 handles (henry robinson via phunt)
  341. ZOOKEEPER-554. zkpython can segfault when statting a deleted node
  342. (henry robinson via phunt)
  343. ZOOKEEPER-512. FLE election fails to elect leader (flavio via mahadev)
  344. ZOOKEEPER-563. ant test for recipes is broken. (mahadev via phunt)
  345. ZOOKEEPER-562. c client can flood server with pings if tcp send queue
  346. filled. (ben reed via mahadev)
  347. ZOOKEEPER-537. The zookeeper jar includes the java source files
  348. (Thomas Dudziak via phunt)
  349. ZOOKEEPER-551. unnecessary SetWatches message on new session.
  350. (phunt via flavio)
  351. ZOOKEEPER-566. "reqs" four letter word (command port) returns no information
  352. (phunt via breed)
  353. ZOOKEEPER-567. javadoc for getchildren2 needs to mention "new in 3.3.0"
  354. (phunt via breed)
  355. ZOOKEEPER-547. Sanity check in QuorumCnxn Manager and quorum communication
  356. port. (mahadev via breed)
  357. ZOOKEEPER-532. java compiler should be target Java 1.5
  358. (hiram chirino and phunt via breed)
  359. ZOOKEEPER-519. Followerhandler should close the socket if it gets an exception
  360. on a write. (mahadev via breed)
  361. ZOOKEEPER-570. AsyncHammerTest is broken, callbacks need to validate rc
  362. parameter (phunt via breed)
  363. ZOOKEEPER-3. syncLimit has slightly different comments in the class header,
  364. and > inline with the variable. (mahadev via breed)
  365. ZOOKEEPER-576. docs need to be updated for session moved exception and how
  366. to handle it (breed via phunt)
  367. ZOOKEEPER-582. ZooKeeper can revert to old data when a snapshot is created
  368. outside of normal processing (ben reed and mahadev via mahadev)
  369. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  370. (Patrick Hunt via mahadev)
  371. ZOOKEEPER-598. LearnerHandler is misspelt in the thread's constructor
  372. (Henry Robinson via fpj)
  373. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk (take 2)
  374. (breed)
  375. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  376. (take 3) (phunt via mahadev)
  377. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  378. (take 4) (breed via mahadev)
  379. ZOOKEEPER-597. ASyncHammerTest is failing intermittently on hudson trunk
  380. (take 5) (mahadev)
  381. ZOOKEEPER-611. hudson build failiure (mahadev)
  382. ZOOKEEPER-611. hudson build failure (take 2) (mahadev)
  383. ZOOKEEPER-615. wrong javadoc for create with a sequence flag
  384. (mahadev via breed)
  385. ZOOKEEPER-588. remove unnecessary/annoying log of tostring error in
  386. Request.toString() (phunt via breed)
  387. ZOOKEEPER-587. client should log timeout negotiated with server
  388. (phunt via mahadev)
  389. ZOOKEEPER-610. cleanup final fields, esp those used for locking
  390. (phunt via henry)
  391. ZOOKEEPER-614. Improper synchronisation in getClientCnxnCount
  392. (henry via mahadev)
  393. ZOOKEEPER-609. ObserverTest failure "zk should not be connected expected not
  394. same" (henry robinson via phunt)
  395. ZOOKEEPER-630. Trunk has duplicate ObserverTest.java files
  396. (henry robinson via phunt)
  397. ZOOKEEPER-627. zkpython arbitrarily restricts the size of a 'get' to 512
  398. bytes (henry robinson via mahadev)
  399. ZOOKEEPER-534. The test target in contib/bookkeeper does not depend on jar
  400. target. (phunt via mahadev)
  401. ZOOKEEPER-623. ClientBase in bookkeeper.util requires junit (fpj via breed)
  402. ZOOKEEPER-600. TODO pondering about allocation behavior in zkpython may be
  403. removed (gustavo via mahadev)
  404. ZOOKEEPER-596. The last logged zxid calculated by zookeeper servers could
  405. cause problems in leader election if data gets corrupted. (mahadev)
  406. ZOOKEEPER-637. Trunk build is failing (fpj via breed)
  407. ZOOKEEPER-637. Trunk build is failing - second patch (breed via fpj)
  408. ZOOKEEPER-644. Nightly build failed on hudson. (pat via mahadev)
  409. ZOOKEEPER-651: Log exception trace in QuorumCnxManager.SendWorker
  410. (flavio via henry)
  411. ZOOKEEPER-608. Receipt of ACK from observer should not be logged as ERROR
  412. (henry via mahadev)
  413. ZOOKEEPER-647. hudson failure in testLeaderShutdown (flavio via mahadev)
  414. ZOOKEEPER-574. the documentation on snapcount in the admin guide has the
  415. wrong default (phunt via mahadev)
  416. ZOOKEEPER-656. SledgeHammer test - thread.run() deprecated (kay kay via mahadev)
  417. ZOOKEEPER-413. two flaws need addressing in the c tests that can cause false
  418. positive failures (phunt via mahadev)
  419. ZOOKEEPER-495. c client logs an invalid error when zookeeper_init is called
  420. with chroot (phunt via mahadev)
  421. ZOOKEEPER-589. When create a znode, a NULL ACL parameter cannot be accepted.
  422. (breed via mahadev)
  423. ZOOKEEPER-673. Fix observer documentation regarding leader election (flavio
  424. via mahadev)
  425. ZOOKEEPER-672. typo nits across documentation (Kay Kay via mahadev)
  426. ZOOKEEPER-668. Close method in LedgerInputStream doesn't do anything (flavio
  427. via mahadev)
  428. ZOOKEEPER-569. Failure of elected leader can lead to never-ending leader
  429. election (henry via flavio)
  430. ZOOKEEPER-669. watchedevent tostring should clearly output the
  431. state/type/path (phunt via mahadev)
  432. ZOOKEEPER-683. LogFormatter fails to parse transactional log files (phunt
  433. via mahadev)
  434. ZOOKEEPER-682. Event is not processed when the watcher is set to watch "/"
  435. if chrooted (Scott Wang via mahadev)
  436. ZOOKEEPER-687. LENonterminatetest fails on some machines. (mahadev)
  437. ZOOKEEPER-681. Minor doc issue re unset maxClientCnxns (phunt via mahadev)
  438. ZOOKEEPER-622. Test for pending watches in send_set_watches should be moved
  439. (ben and steven via mahadev)
  440. ZOOKEEPER-689. release build broken - ivysettings.xml not copied during
  441. "package" (phunt via mahadev)
  442. ZOOKEEPER-59. Synchronized block in NIOServerCnxn (flavio via mahadev)
  443. ZOOKEEPER-691. Interface changed for NIOServer.Factory (breed via mahadev)
  444. ZOOKEEPER-685. Race in LENonTerminateTest (henry via breed)
  445. ZOOKEEPER-677. c client doesn't allow ipv6 numeric connect string
  446. (breed & phunt & mahadev via breed)
  447. ZOOKEEPER-693. TestObserver stuck in tight notification loop in FLE
  448. (flavio via phunt)
  449. ZOOKEEPER-696. NPE in the hudson logs, seems nioservercnxn closed twice
  450. (phunt via mahadev)
  451. ZOOKEEPER-511. bad error handling in FollowerHandler.sendPackets
  452. (mahadev via flavio)
  453. ZOOKEEPER-604. zk needs to prevent export of any symbol not listed in their
  454. api (mahadev)
  455. ZOOKEEPER-121. SyncRequestProcessor is not closing log stream during
  456. shutdown (mahadev)
  457. ZOOKEEPER-698. intermittent JMX test failures due to not verifying QuorumPeer
  458. shutdown (phunt)
  459. ZOOKEEPER-121_2. SyncRequestProcessor is not closing log stream during
  460. shutdown (breed via mahadev)
  461. ZOOKEEPER-121_3. SyncRequestProcessor is not closing log stream during
  462. shutdown (mahadev via phunt)
  463. ZOOKEEPER-121_4. SyncRequestProcessor is not closing log stream during
  464. shutdown (mahadev via breed)
  465. ZOOKEEPER-586. c client does not compile under cygwin (phunt, mahadev, breed via breed)
  466. ZOOKEEPER-624. The C Client cause core dump when receive error data from
  467. Zookeeper Server (mahadev)
  468. ZOOKEEPER-591. The C Client cannot exit properly in some situation (mahadev)
  469. ZOOKEEPER-591_2. The C Client cannot exit properly in some situation
  470. (mahadev via phunt)
  471. ZOOKEEPER-709. bookkeeper build failing with missing factory
  472. (phunt)
  473. ZOOKEEPER-708. zkpython failing due to undefined symbol
  474. deallocate_String_vector (mahadev via phunt)
  475. ZOOKEEPER-436. Bookies should auto register to ZooKeeper (erwin tam & fpj via breed)
  476. ZOOKEEPER-710. permanent ZSESSIONMOVED error after client app reconnects to zookeeper cluster (phunt via breed)
  477. ZOOKEEPER-718. the fatjar is missing libraries (ben via mahadev)
  478. ZOOKEEPER-717. add a preferred list to the instancemanager (breed via
  479. mahadev)
  480. IMPROVEMENTS:
  481. ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
  482. "socket reuse" and failure to close client (phunt via mahadev)
  483. ZOOKEEPER-488. Fix zkServer.sh to add clover.jar in classpath
  484. (Giridharan Kesavan via gkesavan)
  485. ZOOKEEPER-516. add support for 10 minute test ie "pre-commit" test (phunt)
  486. ZOOKEEPER-529. Use Ivy to pull dependencies and also generate pom (phunt
  487. via mahadev)
  488. ZOOKEEPER-530. Memory corruption: Zookeeper c client IPv6 implementation
  489. does not honor struct sockaddr_in6 size (isabel drost via mahadev)
  490. ZOOKEEPER-549. Refactor Followers and related classes into a Peer->Follower
  491. hierarchy in preparation for Observers (henry robinson via mahadev)
  492. ZOOKEEPER-472. Making DataNode not instantiate a HashMap when the node is
  493. ephmeral (Erik Holstad via mahadev)
  494. ZOOKEEPER-425. Add OSGi metadata to zookeeper.jar (david bosschaert via breed)
  495. ZOOKEEPER-599. Changes to FLE and QuorumCnxManager to support Observers
  496. (fpj via breed)
  497. ZOOKEEPER-506. QuorumBase should use default leader election (fpj via breed)
  498. ZOOKEEPER-633. Fetch netty using ivy for bookkeeper (giri via fpj)
  499. ZOOKEEPER-544. improve client testability - allow test client to access
  500. connected server location (phunt via breed)
  501. ZOOKEEPER-426. Windows versions of zookeeper scripts
  502. (David Bosschaert via breed)
  503. ZOOKEEPER-638. upgrade ivy to 2.1.0 final from 2.1.0 release
  504. candidate (phunt via breed)
  505. ZOOKEEPER-648. Fix releaseaudit warning count to zero (phunt via henry)
  506. ZOOKEEPER-626. ensure the c/java cli's print xid/sessionid/etc... in hex
  507. (pat via mahadev)
  508. ZOOKEEPER-655. StringBuffer -> StringBuilder - conversion of references as
  509. necessary (Kay Kay via henry)
  510. ZOOKEEPER-612. Make Zookeeper C client can be compiled by gcc of early
  511. version (qian via mahadev)
  512. ZOOKEEPER-456. CREATOR_ALL_ACL has unnecessary PERMS.ADMIN in the
  513. declartion. (phunt via mahadev)
  514. ZOOKEEPER-593. java client api does not allow client to access negotiated
  515. session timeout (phunt via mahadev)
  516. ZOOKEEPER-507. BookKeeper client re-write (Utkarsh and ben via mahadev)
  517. ZOOKEEPER-665. Add BookKeeper streaming documentation (flavio via mahadev)
  518. ZOOKEEPER-664. BookKeeper API documentation (flavio via mahadev)
  519. ZOOKEEPER-607. improve bookkeeper overview (flavio via mahadev)
  520. ZOOKEEPER-485. Need ops documentation that details supervision of ZK server
  521. processes. (phunt via mahadev)
  522. ZOOKEEPER-658. update forrest docs - AuthFLE no longer supported (flavio via
  523. mahadev)
  524. ZOOKEEPER-640. make build.xml more configurable to ease packaging for linux
  525. distros (phunt via mahadev)
  526. ZOOKEEPER-579. zkpython needs more test coverage for ACL code paths (henry
  527. via mahadev)
  528. ZOOKEEPER-688. explain session expiration better in the docs & faq (phunt
  529. via mahadev)
  530. ZOOKEEPER-663. hudson failure in ZKDatabaseCorruptionTest (mahadev via henryr)
  531. ZOOKEEPER-543. Tests for ZooKeeper examples (steven via mahadev)
  532. ZOOKEEPER-692. upgrade junit to latest version (4.8.1) (phunt via mahadev)
  533. ZOOKEEPER-601. allow configuration of session timeout min/max bounds (phunt
  534. via mahadev)
  535. NEW FEATURES:
  536. ZOOKEEPER-539. generate eclipse project via ant target. (phunt via mahadev)
  537. ZOOKEEPER-555. Add stat information to GetChildrenResponse. (Arni Jonson and
  538. phunt via mahadev)
  539. ZOOKEEPER-550. Java Queue Recipe. (steven cheng via mahadev)
  540. ZOOKEEPER-368. Observers: core functionality (henry robinson via mahadev)
  541. ZOOKEEPER-496. zookeeper-tree utility for export, import and incremental
  542. updates (anirban roy via breed)
  543. ZOOKEEPER-572. add ability for operator to examine state of watches
  544. currently registered with a server (phunt via mahadev)
  545. ZOOKEEPER-678. Gui browser application to view and edit the contents of a
  546. zookeeper instance (Colin Goodheart-Smithe via phunt)
  547. ZOOKEEPER-635. Server supports listening on a specified network address (phunt via breed)
  548. Release 3.2.0 - 2009-06-30
  549. Non-backward compatible changes:
  550. BUGFIXES:
  551. ZOOKEEPER-444. perms definition for PERMS_ALL differ in C and java (mahadev)
  552. Backward compatible changes:
  553. BUGFIXES:
  554. ZOOKEEPER-303. Bin scripts dont work on a Mac. (tom white via mahadev)
  555. ZOOKEEPER-330. zookeeper standalone server does not startup with just a
  556. port and datadir. (chris darroch and mahadev)
  557. ZOOKEEPER-319. add locking around auth info in zhandle_t.
  558. (chris darroch via mahadev)
  559. ZOOKEEPER-320. call auth completion in free_completions().
  560. (chris darroch via mahadev)
  561. ZOOKEEPER-334. bookkeeper benchmark (testclient.java) has compiling errors.
  562. (flavio and mahadev)
  563. ZOOKEEPER-281. autoreconf fails for /zookeeper-3.0.1/src/c/ (phunt)
  564. ZOOKEEPER-318. remove locking in zk_hashtable.c or add locking in
  565. collect_keys() (chris darroch via mahadev)
  566. ZOOKEEPER-333. helgrind thread issues identified in mt c client code
  567. (mahadev via phunt)
  568. ZOOKEEPER-309. core dump using zoo_get_acl() (mahadev via phunt)
  569. ZOOKEEPER-341. regression in QuorumPeerMain,
  570. tickTime from config is lost, cannot start quorum (phunt via mahadev)
  571. ZOOKEEPER-360. WeakHashMap in Bookie.java causes NPE (flavio via mahadev)
  572. ZOOKEEPER-362. Issues with FLENewEpochTest. (fix bug in Fast leader election)
  573. (flavio via mahadev)
  574. ZOOKEEPER-363. NPE when recovering ledger with no hint. (flavio via mahadev)
  575. ZOOKEEPER-370. Fix critical problems reported by findbugs.
  576. (flavio via mahadev)
  577. ZOOKEEPER-347. zkfuse uses non-standard String. (patrick hunt via mahadev)
  578. ZOOKEEPER-355. make validatePath non public in Zookeeper client api.
  579. (phunt via mahadev)
  580. ZOOKEEPER-374. Uninitialized struct variable in C causes warning which
  581. is treated as an error (phunt via mahadev)
  582. ZOOKEEPER-337. improve logging in leader election lookForLeader method when
  583. address resolution fails (phunt via mahadev)
  584. ZOOKEEPER-367. RecoveryTest failure - "unreasonable length" IOException
  585. (mahadev via phunt)
  586. ZOOKEEPER-346. remove the kill command fro mthe client port.
  587. (phunt via mahadev)
  588. ZOOKEEPER-377. running ant cppunit tests, a failure still results in
  589. BUILD SUCCESSFUL (giri via mahadev)
  590. ZOOKEEPER-382. zookeeper cpp tests fails on 64 bit machines with gcc 4.1.2
  591. (mahadev via phunt)
  592. ZOOKEEPER-365. javadoc is wrong for setLast in LedgerHandle
  593. (flavio via phunt)
  594. ZOOKEEPER-392. Change log4j properties in bookkeeper. (flavio via mahadev)
  595. ZOOKEEPER-400. Issues with procedure to close ledger. (flavio)
  596. ZOOKEEPER-405. nullpointer exception in zookeeper java shell.
  597. (mahadev via breed)
  598. ZOOKEEPER-410. address all findbugs warnings in client/server classes.
  599. (phunt via breed)
  600. ZOOKEEPER-403. cleanup javac compiler warnings. (flavio via breed)
  601. ZOOKEEPER-407. address all findbugs warnings in
  602. org.apache.zookeeper.server.quorum.** packages.
  603. (flavio via breed)
  604. ZOOKEEPER-411. Building zookeeper fails on RHEL 5 64 bit during test-cppunit
  605. (mahadev via phunt)
  606. ZOOKEEPER-402. zookeeper c library segfaults on data for a node in zookeeper
  607. being null. (mahadev via phunt)
  608. ZOOKEEPER-415. zookeeper c tests hang. (mahadev via phunt)
  609. ZOOKEEPER-385. crctest failed on hudson patch test (mahadev via phunt)
  610. ZOOKEEPER-192. trailing whitespace in config file can cause number format
  611. exceptions (phunt via breed)
  612. ZOOKEEPER-409. address all findbugs warnings in jute related classes
  613. (phunt via breed)
  614. ZOOKEEPER-416. bookkeeper jar includes unnnecessary files.
  615. (flavio via mahadev)
  616. ZOOKEEPER-419. Reference counting bug in Python bindings causes abort errors
  617. (henry robinson via phunt)
  618. ZOOKEEPER-421. zkpython run_tests.sh is missing #!
  619. (henry robinson via phunt)
  620. ZOOKEEPER-406. address all findbugs warnings in persistence classes.
  621. (phunt et al via breed)
  622. ZOOKEEPER-435. allow "super" admin digest based auth to be configurable
  623. (phunt via breed)
  624. ZOOKEEPER-375. zoo_add_auth only retains most recent auth on re-sync.
  625. (mahadev)
  626. ZOOKEEPER-433. getacl on root znode (/) fails. (phunt via mahadev)
  627. ZOOKEEPER-408. address all findbugs warnings in persistence classes.
  628. (phunt, mahadev, flavio via mahadev)
  629. ZOOKEEPER-427. ZooKeeper server unexpectedly high CPU utilisation
  630. (Sergey Zhuravlev via breed)
  631. ZOOKEEPER-446. some traces of the host auth scheme left (breed via mahadev)
  632. ZOOKEEPER-438. addauth fails to register auth on new client that's not yet
  633. connected (breed via mahadev)
  634. ZOOKEEPER-448. png files do nto work with forrest. (mahadev)
  635. ZOOKEEPER-417. stray message problem when changing servers
  636. (breed via mahadev)
  637. ZOOKEEPER-449. sesssionmoved in java code and ZCLOSING in C have the same
  638. value. (mahadev)
  639. ZOOKEEPER-452. zookeeper performance graph should have percentage of reads
  640. rather than percentage of writes - zkperfRW-3.2.jpg (mahadev)
  641. ZOOKEEPER-450. emphemeral cleanup not happening with session timeout.
  642. (breed via mahadev)
  643. ZOOKEEPER-453. Worker is not removed in QuorumCnxManager upon crash.
  644. (flavio via mahadev)
  645. ZOOKEEPER-454. allow compilation with jdk1.5 (phunt)
  646. ZOOKEEPER-455. zookeeper c client crashes with chroot specified in the string.
  647. (phunt via mahadev)
  648. ZOOKEEPER-468. avoid compile warning in send_auth_info().
  649. IMPROVEMENTS:
  650. ZOOKEEPER-308. improve the atomic broadcast performance 3x.
  651. (breed via mahadev)
  652. ZOOKEEPER-326. standalone server ignores tickTime configuration.
  653. (chris darroch via mahadev)
  654. ZOOKEEPER-279. Allow specialization of quorum config parsing
  655. (e.g. variable expansion in zoo.cfg) (Jean-Daniel Cryans via phunt)
  656. ZOOKEEPER-351. to run checkstyle (giridharan kesavan via mahadev)
  657. ZOOKEEPER-350. to run rats for releaseaudit.
  658. (giridharan kesavan via mahadev)
  659. ZOOKEEPER-352. to add standard ant targets required by test-patch.sh script
  660. (giridharan kesavan via mahadev)
  661. ZOOKEEPER-353. javadoc warnings needs to be fixed.
  662. (giridharan kesavan via mahadev)
  663. ZOOKEEPER-354. to fix javadoc warning in the source files. (mahadev)
  664. ZOOKEEPER-349. to automate patch testing. (giridharan kesavan via mahadev)
  665. ZOOKEEPER-288. Cleanup and fixes to BookKeeper (flavio via mahadev)
  666. ZOOKEEPER-305. Replace timers with semaphores in FLENewEpochTest.
  667. (flavio via mahadev)
  668. ZOOKEEPER-60. Get cppunit tests running as part of Hudson CI.
  669. (girish via mahadev)
  670. ZOOKEEPER-343. add tests that specifically verify the zkmain and
  671. qpmain classes. (phunt via mahadev)
  672. ZOOKEEPER-361. integrate cppunit testing as part of hudson patch process.
  673. (giri via mahadev)
  674. ZOOKEEPER-373. One thread per bookie (flavio via mahadev)
  675. ZOOKEEPER-384. keeper exceptions missing path (phunt via mahadev)
  676. ZOOKEEPER-380. bookkeeper should have a streaming api so that its easier to
  677. store checpoints/snapshots in bookkeeper. (mahadev via flavio)
  678. ZOOKEEPER-389. add help/usage to the c shell cli.c (phunt via mahadev)
  679. ZOOKEEPER-376. ant test target re-compiles cppunit code every time
  680. (phunt via mahadev)
  681. ZOOKEEPER-391. bookeeper mainline code should not be calling
  682. printStackTrace. (flavio via mahadev)
  683. ZOOKEEPER-300. zk jmx code is calling printStackTrace when creating bean
  684. name (should not be) (phunt via mahadev)
  685. ZOOKEEPER-94. JMX tests are needed to verify that the JMX MBeans work
  686. properly (phunt via mahadev)
  687. ZOOKEEPER-404. nightly build failed on hudson.
  688. (henry robinson and pat via mahadev)
  689. ZOOKEEPER-345. the CLIs should allow addAuth to be invoked.
  690. (henry robinson via breed)
  691. ZOOKEEPER-292. commit configure scripts (autotools) to svn for c projects and
  692. include in release (phunt via breed)
  693. ZOOKEEPER-383. Asynchronous version of createLedger(). (flavio via mahadev)
  694. ZOOKEEPER-358. Throw exception when ledger does not exist. (flavio via breed)
  695. ZOOKEEPER-431. Expose methods to ease ZK integration. (Jean-Daniel via breed)
  696. ZOOKEEPER-396. race condition in zookeeper client library between
  697. zookeeper_close and zoo_synchronous api. (mahadev)
  698. ZOOKEEPER-196. doxygen comment for state argument of watcher_fn typedef and
  699. implementation differ ("...one of the *_STATE constants, otherwise -1")
  700. (breed via mahadev)
  701. ZOOKEEPER-336. single bad client can cause server to stop accepting
  702. connections (henry robinson via breed)
  703. ZOOKEEPER-434. the java shell should indicate connection status on command
  704. prompt (henry robinson via breed)
  705. ZOOKEEPER-437. Variety of Documentation Updates (grant via mahadev)
  706. ZOOKEEPER-443. trace logging in watch notification not wrapped with
  707. istraceneabled - inefficient (pat via mahadev)
  708. ZOOKEEPER-432. Various improvements to zkpython bindings.
  709. (henry via mahadev)
  710. ZOOKEEPER-428. logging should be makred as warn rathen than error in
  711. NIOServerCnxn. (phunt via mahadev)
  712. ZOOKEEPER-422. Java CLI should support ephemeral and sequential node creation
  713. (henry via breed)
  714. ZOOKEEPER-315. add forrest docs for bookkeeper. (flavio via mahadev)
  715. ZOOKEEPER-329. document how to integrate 3rd party authentication into ZK
  716. server ACLs. (breed via mahadev)
  717. ZOOKEEPER-356. Masking bookie failure during writes to a ledger
  718. (flavio via breed)
  719. ZOOKEEPER-327. document effects (latency) of storing large amounts of data
  720. in znodes. (breed via mahadev)
  721. ZOOKEEPER-264. docs should include a state transition diagram for client
  722. state (breed via mahadev)
  723. ZOOKEEPER-440. update the performance documentation in forrest
  724. (breed via phunt)
  725. NEW FEATURES:
  726. ZOOKEEPER-371. jdiff documentation included in build/release (giri via phunt)
  727. ZOOKEEPER-78. added a high level protocol/feature - for easy Leader
  728. Election or exclusive Write Lock creation (mahadev via phunt)
  729. ZOOKEEPER-29. Flexible quorums (flavio via mahadev)
  730. ZOOKEEPER-378. perl binding for zookeeper (chris darroch via mahadev)
  731. ZOOKEEPER-386. improve java cli shell. (henry robinson via mahadev)
  732. ZOOKEEPER-36. REST access to ZooKeeper (phunt via mahadev)
  733. ZOOKEEPER-395. Python bindings. (henry robinson via mahadev)
  734. ZOOKEEPER-237. Add a Chroot request (phunt and mahadev)
  735. Release 3.1.0 - 2009-02-06
  736. Non-backward compatible changes:
  737. BUGFIXES:
  738. ZOOKEEPER-255. zoo_set() api does not return stat datastructure.
  739. (avery ching via mahadev)
  740. ZOOKEEPER-246. review error code definition in both source and docs.
  741. (pat via mahadev)
  742. Backward compatible changes:
  743. BUGFIXES:
  744. ZOOKEEPER-211. Not all Mock tests are working (ben via phunt)
  745. ZOOKEEPER-223. change default level in root logger to INFO.
  746. (pat via mahadev)
  747. ZOOKEEPER-212. fix the snapshot to be asynchronous. (mahadev and ben)
  748. ZOOKEEPER-213. fix programmer guide C api docs to be in sync with latest
  749. zookeeper.h (pat via mahadev)
  750. ZOOKEEPER-219. fix events.poll timeout in watcher test to be longer.
  751. (pat via mahadev)
  752. ZOOKEEPER-217. Fix errors in config to be thrown as Exceptions. (mahadev)
  753. ZOOKEEPER-228. fix apache header missing in DBTest. (mahadev)
  754. ZOOKEEPER-218. fix the error in the barrier example code. (pat via mahadev)
  755. ZOOKEEPER-206. documentation tab should contain the version number and
  756. other small site changes. (pat via mahadev)
  757. ZOOKEEPER-226. fix exists calls that fail on server if node has null data.
  758. (mahadev)
  759. ZOOKEEPER-204. SetWatches needs to be the first message after auth
  760. messages to the server (ben via mahadev)
  761. ZOOKEEPER-208. Zookeeper C client uses API that are not thread safe,
  762. causing crashes when multiple instances are active.
  763. (austin shoemaker, chris daroch and ben reed via mahadev)
  764. ZOOKEEPER-227. gcc warning from recordio.h (chris darroch via mahadev)
  765. ZOOKEEPER-232. fix apache licence header in TestableZookeeper (mahadev)
  766. ZOOKEEPER-249. QuorumPeer.getClientPort() always returns -1.
  767. (nitay joffe via mahadev)
  768. ZOOKEEPER-248. QuorumPeer should use Map interface instead of HashMap
  769. implementation. (nitay joffe via mahadev)
  770. ZOOKEEPER-241. Build of a distro fails after clean target is run.
  771. (patrick hunt via mahadev)
  772. ZOOKEEPER-245. update readme/quickstart to be release tar, rather than
  773. source, based (patrick hunt via mahadev)
  774. ZOOKEEPER-251. NullPointerException stopping and starting Zookeeper servers
  775. (mahadev via phunt)
  776. ZOOKEEPER-250. isvalidsnapshot should handle the case of 0 snapshot
  777. files better. (mahadev via phunt)
  778. ZOOKEEPER-265. remove (deprecate) unused NoSyncConnected from KeeperState.
  779. (phunt via mahadev)
  780. ZOOKEEPER-273. Zookeeper c client build should not depend on CPPUNIT. (pat
  781. and runping via mahadev)
  782. ZOOKEEPER-268. tostring on jute generated objects can cause NPE. (pat via mahadev)
  783. ZOOKEEPER-267. java client incorrectly generating syncdisconnected event when in disconnected state. (pat via breed)
  784. ZOOKEEPER-263. document connection host:port as comma separated list in forrest docs (pat via breed)
  785. ZOOKEEPER-275. Bug in FastLeaderElection. (flavio via mahadev)
  786. ZOOKEEPER-272. getchildren can fail for large number of children. (mahadev)
  787. ZOOKEEPER-16. Need to do path validation. (pat, mahadev)
  788. ZOOKEEPER-252. PurgeTxnLog is not handling the new dataDir directory
  789. structure (mahadev via phunt)
  790. ZOOKEEPER-291. regression for legacy code using KeeperException.Code
  791. constants (due to 246). (pat via mahadev)
  792. ZOOKEEPER-255. zoo_set() api does not return stat datastructure.
  793. (avery ching via mahadev)
  794. ZOOKEEPER-293. zoo_set needs to be abi compatible (3.1 changed the
  795. signature), fix this by adding zoo_set2 (pat via mahadev)
  796. ZOOKEEPER-302. Quote values in JMX objectnames. (tom and pat via mahadev)
  797. IMPROVEMENTS:
  798. ZOOKEEPER-64. Log system env information when initializing server and
  799. client (pat via mahadev)
  800. ZOOKEEPER-243. add SEQUENCE flag documentation to the programming guide.
  801. (patrick hunt via mahadev)
  802. ZOOKEEPER-161. Content needed: "Designing a ZooKeeper Deployment"
  803. (breed via phunt)
  804. ZOOKEEPER-247. fix formatting of C API in ACL section of programmer guide.
  805. (patrick hunt via mahadev)
  806. ZOOKEEPER-230. Improvements to FLE. (Flavio via mahadev)
  807. ZOOKEEPER-225. c client should log an info message in zookeeper_init
  808. detailing connection parameters. (pat via mahadev)
  809. ZOOKEEPER-222. print C client log message timestamp in human readable
  810. form. (pat via mahadev)
  811. ZOOKEEPER-256. support use of JMX to manage log4j configuration at runtime.
  812. (pat via mahadev)
  813. ZOOKEEPER-214. add new "stat reset" command to server admin port.
  814. (pat via mahadev)
  815. ZOOKEEPER-258. docs incorrectly state max client timeout as 60 seconds
  816. (it's based on server ticktime). (phunt via mahadev)
  817. ZOOKEEPER-135. Fat jar build target. (phunt and breed via mahadev)
  818. ZOOKEEPER-234. Eliminate using statics to initialize the sever. Should
  819. allow server to be more embeddable in OSGi enviorments. (phunt)
  820. ZOOKEEPER-259. cleanup the logging levels used (use the correct level)
  821. and messages generated. (phunt via breed)
  822. ZOOKEEPER-210. Require Java 6. (phunt via breed)
  823. ZOOKEEPER-177. needed: docs for JMX (phunt via mahadev)
  824. ZOOKEEPER-253. documentation of DataWatcher state transition is misleading
  825. regarding auto watch reset on reconnect. (phunt via mahadev)
  826. ZOOKEEPER-269. connectionloss- add more documentation to detail. (phunt and
  827. flavio via mahadev)
  828. ZOOKEEPER-260. document the recommended values for server id's
  829. (mahadev via phunt)
  830. ZOOKEEPER-215. expand system test environment (breed via phunt)
  831. ZOOKEEPER-229. improve documentation regarding user's responsibility to
  832. cleanup datadir (snaps/logs) (mahadev via phunt)
  833. ZOOKEEPER-69. ZooKeeper logo
  834. ZOOKEEPER-286. Make GenerateLoad use InstanceContainers. (breed via mahadev)
  835. ZOOKEEPER-220. programming guide watches section should clarify
  836. server/clientlib role in data/child watch maint. (breed via phunt)
  837. ZOOKEEPER-289. add debug messages to nioserver select loop. (mahadev)
  838. NEW FEATURES:
  839. ZOOKEEPER-276. Bookkeeper contribution (Flavio and Luca Telloli via mahadev)
  840. ZOOKEEPER-231. Quotas in ZooKeeper. (mahadev)
  841. Release 3.0.0 - 2008-10-21
  842. Non-backward compatible changes:
  843. ZOOKEEPER-43. Server side of auto reset watches. (breed via mahadev)
  844. ZOOKEEPER-132. Create Enum to replace CreateFlag in ZooKepper.create
  845. method (Jakob Homan via phunt)
  846. ZOOKEEPER-139. Create Enums for WatcherEvent's KeeperState and EventType
  847. (Jakob Homan via phunt)
  848. ZOOKEEPER-18. keeper state inconsistency (Jakob Homan via phunt)
  849. ZOOKEEPER-38. headers (version+) in log/snap files (Andrew Kornev and Mahadev
  850. Konar via breed)
  851. ZOOKEEPER-8. Stat enchaned to include num of children and size
  852. (phunt)
  853. ZOOKEEPER-6. List of problem identifiers in zookeeper.h
  854. (phunt)
  855. ZOOKEEPER-7. Use enums rather than ints for types and state
  856. (Jakob Homan via mahadev)
  857. ZOOKEEPER-27. Unique DB identifiers for servers and clients
  858. (mahadev)
  859. ZOOKEEPER-32. CRCs for ZooKeeper data
  860. (mahadev)
  861. ZOOKEEPER-33. Better ACL management
  862. (mahadev)
  863. Backward compatible changes:
  864. BUGFIXES:
  865. ZOOKEEPER-203. fix datadir typo in releasenotes (phunt)
  866. ZOOKEEPER-145. write detailed release notes for users migrating from 2.x
  867. to 3.0 (phunt)
  868. ZOOKEEPER-23. Auto reset of watches on reconnect (breed via phunt)
  869. ZOOKEEPER-191. forrest docs for upgrade. (mahadev via phunt)
  870. ZOOKEEPER-201. validate magic number when reading snapshot and transaction
  871. logs (mahadev via phunt)
  872. ZOOKEEPER-200. the magic number for snapshot and log must be different
  873. (currently same) (phunt)
  874. ZOOKEEPER-199. fix log messages in persistence code (mahadev via phunt)
  875. ZOOKEEPER-197. create checksums for snapshots (mahadev via phunt)
  876. ZOOKEEPER-198. apache license header missing from FollowerSyncRequest.java
  877. (phunt)
  878. ZOOKEEPER-5. Upgrade Feature in Zookeeper server. (mahadev via phunt)
  879. ZOOKEEPER-194. Fix terminology in zookeeperAdmin.xml
  880. (Flavio Paiva Junqueira)
  881. ZOOKEEPER-151. Document change to server configuration
  882. (Flavio Paiva Junqueira)
  883. ZOOKEEPER-193. update java example doc to compile with latest zookeeper
  884. (phunt)
  885. ZOOKEEPER-187. CreateMode api docs missing (phunt)
  886. ZOOKEEPER-186. add new "releasenotes.xml" to forrest documentation
  887. (phunt)
  888. ZOOKEEPER-190. Reorg links to docs and navs to docs into related sections
  889. (robbie via phunt)
  890. ZOOKEEPER-189. forrest build not validated xml of input documents
  891. (robbie via phunt)
  892. ZOOKEEPER-188. Check that election port is present for all servers
  893. (Flavio Paiva Junqueira via phunt)
  894. ZOOKEEPER-185. Improved version of FLETest (Flavio Paiva Junqueira)
  895. ZOOKEEPER-184. tests: An explicit include derective is needed for the usage
  896. of memcpy(), memset(), strlen(), strdup() and free() functions
  897. (Maxim P. Dementiev via phunt)
  898. ZOOKEEPER-183. Array subscript is above array bounds in od_completion(),
  899. src/cli.c. (Maxim P. Dementiev via phunt)
  900. ZOOKEEPER-182. zookeeper_init accepts empty host-port string and returns
  901. valid pointer to zhandle_t. (Maxim P. Dementiev via phunt)
  902. ZOOKEEPER-17. zookeeper_init doc needs clarification (phunt)
  903. ZOOKEEPER-181. Some Source Forge Documents did not get moved over:
  904. javaExample, zookeeperTutorial, zookeeperInternals (robbie via phunt)
  905. ZOOKEEPER-180. Placeholder sections needed in document for new topics that
  906. the umbrella jira discusses (robbie via phunt)
  907. ZOOKEEPER-179. Programmer's Guide "Basic Operations" section is missing
  908. content (robbie via phunt)
  909. ZOOKEEPER-178. FLE test. (Flavio Paiva Junqueira)
  910. ZOOKEEPER-159. Cover two corner cases of leader election
  911. (Flavio Paiva Junqueira via phunt)
  912. ZOOKEEPER-156. update programmer guide with acl details from old wiki page
  913. (phunt)
  914. ZOOKEEPER-154. reliability graph diagram in overview doc needs context
  915. (phunt)
  916. ZOOKEEPER-157. Peer can't find existing leader (Flavio Paiva Junqueira)
  917. ZOOKEEPER-155. improve "the zookeeper project" section of overview doc
  918. (phunt)
  919. ZOOKEEPER-140. Deadlock in QuorumCnxManager (Flavio Paiva Junqueira)
  920. ZOOKEEPER-147. This is version of the documents with most of the [tbd...]
  921. scrubbed out (robbie via phunt)
  922. ZOOKEEPER-150. zookeeper build broken (mahadev via phunt)
  923. ZOOKEEPER-136. sync causes hang in all followers of quorum. (breed)
  924. ZOOKEEPER-134. findbugs cleanup (phunt)
  925. ZOOKEEPER-133. hudson tests failing intermittently (phunt)
  926. ZOOKEEPER-144. add tostring support for watcher event, and enums for event
  927. type/state (Jakob Homan via phunt)
  928. ZOOKEEPER-21. Improve zk ctor/watcher (state transition) docs (phunt)
  929. ZOOKEEPER-142. Provide Javadoc as to the maximum size of the data byte
  930. array that may be stored within a znode (Jakob Homan via phunt)
  931. ZOOKEEPER-93. Create Documentation for Zookeeper (phunt)
  932. ZOOKEEPER-117. threading issues in Leader election (fpj via breed)
  933. ZOOKEEPER-137. client watcher objects can lose events (phunt via breed)
  934. ZOOKEEPER-131. Old leader election can elect a dead leader over and over
  935. again (breed via mahadev)
  936. ZOOKEEPER-130. update build.xml to support apache release process
  937. (phunt via mahadev)
  938. ZOOKEEPER-118. findbugs flagged switch statement in
  939. followerrequestprocessor.run() (Flavio Paiva Junqueira via phunt)
  940. ZOOKEEPER-115. Potential NPE in QuorumCnxManager
  941. (Flavio Paiva Junqueira)
  942. ZOOKEEPER-114. cleanup ugly event messages in zookeeper client
  943. (Jakob Homan)
  944. ZOOKEEPER-112. src/java/main ZooKeeper.java has test code embedded into it.
  945. (phunt)
  946. ZOOKEEPER-39. Use Watcher objects rather than boolean on read operations.
  947. (Andrew Kornev)
  948. ZOOKEEPER-97. supports optional output directory in code generator. (Hiram
  949. Chirino via phunt)
  950. ZOOKEEPER-101. Integrate ZooKeeper with "violations" feature on hudson
  951. (phunt)
  952. ZOOKEEPER-105. Catch Zookeeper exceptions and print on the stderr.
  953. (Anthony Urso via Mahadev)
  954. ZOOKEEPER-42. Change Leader Election to fast tcp. (Flavio Paiva Junqueira
  955. via phunt)
  956. ZOOKEEPER-48. auth_id now handled correctly when no auth ids present
  957. (Benjamin Reed via phunt)
  958. ZOOKEEPER-44. Create sequence flag children with prefixes of 0's so that
  959. they can be lexicographically sorted. (Jakob Homan via mahadev)
  960. ZOOKEEPER-108. Fix sync operation reordering on a Quorum.
  961. (Flavio Paiva Junqueira via Mahadev)
  962. ZOOKEEPER-25. Fuse module for Zookeeper. (Swee Lim, Bart, Patrick Hunt and
  963. Andrew Kornev via Mahadev)
  964. ZOOKEEPER-58. Race condition on ClientCnxn.java (breed)
  965. ZOOKEEPER-56. Add clover support to build.xml. (Patrick Hunt via mahadev)
  966. ZOOKEEPER-75. register the ZooKeeper mailing lists with nabble.com (phunt)
  967. ZOOKEEPER-54. remove sleeps in the tests. (phunt)
  968. ZOOKEEPER-55. build.xml failes to retrieve a release number from SVN and
  969. the ant target "dist" fails (Andrew Kornev)
  970. ZOOKEEPER-89. invoke WhenOwnerListener.whenNotOwner() when the ZK
  971. connection fails (james strachan)
  972. ZOOKEEPER-90. invoke WhenOwnerListener.whenNotOwner() when the ZK
  973. session expires and the znode is the leader (james strachan)
  974. ZOOKEEPER-82. Make the ZooKeeperServer more DI friendly. (Hiram Chirino via
  975. mahadev)
  976. ZOOKEEPER-110. Build script relies on svnant, which is not compatible
  977. with subversion 1.5 working copies (Jakob Homan)
  978. ZOOKEEPER-111. Significant cleanup of existing tests. (Patrick Hunt via
  979. mahadev)
  980. ZOOKEEPER-122. Fix NPE in jute's Utils.toCSVString. (Anthony Urso via
  981. mahadev)
  982. ZOOKEEPER-123. Fix the wrong class is specified for the logger. (Jakob Homan
  983. via mahadev)
  984. ZOOKEEPER-2. Fix synchronization issues in QuorumPeer and FastLeader
  985. election. (Flavio Paiva Junqueira via mahadev)
  986. ZOOKEEPER-125. Remove unwanted class declaration in FastLeaderElection.
  987. (Flavio Paiva Junqueira via mahadev)
  988. ZOOKEEPER-61. Address (remove) use of sleep(#) in client/server test cases.
  989. (phunt)
  990. ZOOKEEPER-75. cleanup the library directory (phunt)
  991. ZOOKEEPER-109. cleanup of NPE and Resource issue nits found by static
  992. analysis (phunt)
  993. ZOOKEEPER-76. Commit 677109 removed the cobertura library, but not the
  994. build targets. (phunt)
  995. ZOOKEEPER-63. Race condition in client close() operation. (phunt via breed)
  996. ZOOKEEPER-70. Add skeleton forrest doc structure for ZooKeeper (phunt)
  997. ZOOKEEPER-79. Document jacob's leader election on the wiki recipes page
  998. (Flavio Junqueira)
  999. ZOOKEEPER-73. Move ZK wiki from SourceForge to Apache (phunt)
  1000. ZOOKEEPER-72. Initial creation/setup of ZooKeeper ASF site. (phunt)
  1001. ZOOKEEPER-71. Determine what to do re ZooKeeper Changelog(s) (mahadev)
  1002. ZOOKEEPER-68. parseACLs in ZooKeeper.java fails to parse elements of ACL,
  1003. should be lastIndexOf rather than IndexOf (mahadev)
  1004. ZOOKEEPER-130. update build.xml to support apache release process.
  1005. (phunt via mahadev)
  1006. ZOOKEEPER-131. Fix Old leader election can elect a dead leader over and over
  1007. again. (breed via mahadev)
  1008. ZOOKEEPER-137. client watcher objects can lose events (Patrick Hunt via breed)
  1009. ZOOKEEPER-117. threading issues in Leader election (Flavio Junqueira and
  1010. Patrick Hunt via breed)
  1011. ZOOKEEPER-128. test coverage on async client operations needs to be improved
  1012. (phunt)
  1013. ZOOKEEPER-127. Use of non-standard election ports in config breaks services
  1014. (Mark Harwood and Flavio Junqueira via breed)
  1015. ZOOKEEPER-53. tests failing on solaris. (phunt)
  1016. ZOOKEEPER-172. FLE Test (Flavio Junqueira via breed)
  1017. ZOOKEEPER-41. Sample startup script (mahadev)
  1018. ZOOKEEPER-33. Better ACL management (Mahadev Konar)
  1019. ZOOKEEPER-49. SetACL does not work (breed)
  1020. ZOOKEEPER-20. Child watches are not triggered when the node is deleted
  1021. (phunt)
  1022. ZOOKEEPER-15. handle failure better in build.xml:test (phunt)
  1023. ZOOKEEPER-11. ArrayList is used instead of List (phunt)
  1024. ZOOKEEPER-45. Restructure the SVN repository after initial import (phunt)
  1025. ZOOKEEPER-1. Initial ZooKeeper code contribution from Yahoo! (phunt)