CHANGES.txt 54 KB

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