Your message dated Tue, 12 Jul 2011 21:34:31 +0000
with message-id <e1qgkb9-00038n...@franck.debian.org>
and subject line Bug#601383: fixed in zookeeper 3.3.3+dfsg1-1
has caused the Debian Bug report #601383,
regarding Zookeeper cleanup cronjob swaps dataDir and snapDir
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
601383: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zookeeper
Version: 3.3.1+dfsg1-2

The cronjob installed as part of the Zookeeper package parses the zoo.cfg file to determine the parameters to call when running:

java -cp $CLASSPATH $JVMFLAGS \
org.apache.zookeeper.server.PurgeTxnLog $DATADIR $DATALOGDIR -c $KEEPCOUNT

These names are self-consistent with the parameters from zoo.cfg, and works fine if you don't have a separate dataDir and dataLogDir. However, if you do have the dataDir and dataLogDir set to separate paths, thanks to some weird naming conventions on Zookeeper's part, they're actually backwards from what you would think they are - from the relevant information at http://hadoop.apache.org/zookeeper/docs/r3.3.1/zookeeperAdmin.html#sc_configuration

dataDir
the location where ZooKeeper will store the in-memory database snapshots and, unless specified otherwise, the transaction log of updates to the database.

dataLogDir
This option will direct the machine to write the transaction log to the dataLogDir rather than the dataDir. This allows a dedicated log device to be used, and helps avoid competition between logging and snaphots.

The first parameter to PurgeTxnLog should be where the transaction logs are (dataLogDir, falling back to dataDir if dataLogDir is emtpy) and the second parameter is where the snapshots live (dataDir).





--- End Message ---
--- Begin Message ---
Source: zookeeper
Source-Version: 3.3.3+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
zookeeper, which is due to be installed in the Debian FTP archive:

libzookeeper-dev_3.3.3+dfsg1-1_amd64.deb
  to main/z/zookeeper/libzookeeper-dev_3.3.3+dfsg1-1_amd64.deb
libzookeeper-java-doc_3.3.3+dfsg1-1_all.deb
  to main/z/zookeeper/libzookeeper-java-doc_3.3.3+dfsg1-1_all.deb
libzookeeper-java_3.3.3+dfsg1-1_all.deb
  to main/z/zookeeper/libzookeeper-java_3.3.3+dfsg1-1_all.deb
libzookeeper2_3.3.3+dfsg1-1_amd64.deb
  to main/z/zookeeper/libzookeeper2_3.3.3+dfsg1-1_amd64.deb
python-zookeeper_3.3.3+dfsg1-1_amd64.deb
  to main/z/zookeeper/python-zookeeper_3.3.3+dfsg1-1_amd64.deb
zookeeper-bin_3.3.3+dfsg1-1_amd64.deb
  to main/z/zookeeper/zookeeper-bin_3.3.3+dfsg1-1_amd64.deb
zookeeper_3.3.3+dfsg1-1.debian.tar.gz
  to main/z/zookeeper/zookeeper_3.3.3+dfsg1-1.debian.tar.gz
zookeeper_3.3.3+dfsg1-1.dsc
  to main/z/zookeeper/zookeeper_3.3.3+dfsg1-1.dsc
zookeeper_3.3.3+dfsg1-1_all.deb
  to main/z/zookeeper/zookeeper_3.3.3+dfsg1-1_all.deb
zookeeper_3.3.3+dfsg1.orig.tar.gz
  to main/z/zookeeper/zookeeper_3.3.3+dfsg1.orig.tar.gz
zookeeperd_3.3.3+dfsg1-1_all.deb
  to main/z/zookeeper/zookeeperd_3.3.3+dfsg1-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 601...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Page <james.p...@ubuntu.com> (supplier of updated zookeeper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 12 Jul 2011 16:56:06 +0100
Source: zookeeper
Binary: libzookeeper-java zookeeper zookeeperd libzookeeper-java-doc 
libzookeeper2 libzookeeper-dev zookeeper-bin python-zookeeper
Architecture: source all amd64
Version: 3.3.3+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: James Page <james.p...@ubuntu.com>
Description: 
 libzookeeper-dev - Development files for zookeeper C bindings
 libzookeeper-java - Core Java libraries for zookeeper
 libzookeeper-java-doc - API Documentation for zookeeper
 libzookeeper2 - C bindings for zookeeper
 python-zookeeper - Python bindings for zookeeper
 zookeeper  - High-performance coordination service for distributed application
 zookeeper-bin - Command line utilities for zookeeper
 zookeeperd - Init control scripts for zookeeper
Closes: 594970 601383 625441 626020
Changes: 
 zookeeper (3.3.3+dfsg1-1) unstable; urgency=low
 .
   * New upstream release.
   * Resolve FTBFS on mips and hppa - platforms should not be supported
     as zookeeper needs default-jdk >= 1:1.6 (Closes: #626020,#594970).
   * Added myself to Uploaders.
   * Removed Thomas Koch from Uploaders - thanks for all of your work.
   * Bumped Standards-Version: 3.9.2; no changes.
   * Transition to dh_python2.
   * Fixed FTBFS due to -Werror actually working and causing build
     failures in gcc >= 4.6.1 (Closes: #625441).
   * debian/bin/zkPurgeTxnLog.sh: Switch DATADIR and DATALOGDIR to match
     parameter ordering in Zookeeper code (Closes: #601383) - thanks to
     Paul Paradise for identifying this issue and the fix.
   * debian/copyright: upgrade to DEP-5 format.
Checksums-Sha1: 
 d7b940e1cd23ff668c45504e00cbe03b418a53cc 2343 zookeeper_3.3.3+dfsg1-1.dsc
 71acff27f739f5c9504837df5d43b7287433fb1e 1859174 
zookeeper_3.3.3+dfsg1.orig.tar.gz
 cc02f49476483262aceb49edad224d76161dca19 18432 
zookeeper_3.3.3+dfsg1-1.debian.tar.gz
 89fd8b2111fc0b6a993e89fe3e0c88a2d17348af 1134512 
libzookeeper-java_3.3.3+dfsg1-1_all.deb
 f3bb63f3cf0299037e95050e3035eb5a46c69b3b 106494 zookeeper_3.3.3+dfsg1-1_all.deb
 049b0988e112d581c9daebcc8c4c0ca4d0519ef0 3298 zookeeperd_3.3.3+dfsg1-1_all.deb
 4d9c7eaccf43b59b13f45319b338b948336f5b33 521766 
libzookeeper-java-doc_3.3.3+dfsg1-1_all.deb
 282e85776895e964d037e8dbc0bb8911a2924da6 56774 
libzookeeper2_3.3.3+dfsg1-1_amd64.deb
 fb7b89af2c2e5a722ae9e832151ab9fecfde7287 61116 
libzookeeper-dev_3.3.3+dfsg1-1_amd64.deb
 139d4cbf4477def62a5c5260925c204482aa2fe4 59654 
zookeeper-bin_3.3.3+dfsg1-1_amd64.deb
 e14dc0552791020d7d0eee63b369f597ea8eee3e 22276 
python-zookeeper_3.3.3+dfsg1-1_amd64.deb
Checksums-Sha256: 
 5acd631e98a387923a952a961a5fedb471a1c4d67772e03f334e6a0fae7f57bd 2343 
zookeeper_3.3.3+dfsg1-1.dsc
 b91b3836a35f93973a41251375de10d11187f53753e9a3959722f57173a265cb 1859174 
zookeeper_3.3.3+dfsg1.orig.tar.gz
 4df606013200786e826e5d5251ce09831a99412eb84078b35bf3b39753cfd977 18432 
zookeeper_3.3.3+dfsg1-1.debian.tar.gz
 888cf69cde854170e1a807b815b584669e113e7006de30bc1542ae203284d1a2 1134512 
libzookeeper-java_3.3.3+dfsg1-1_all.deb
 c96990bdd0cd806dfa503b642e769951499968964ecd4cfc47b3e629ed76e492 106494 
zookeeper_3.3.3+dfsg1-1_all.deb
 deb2860b3dd51a4d9dbb3ae91ffda2f7b7ae0b104f4b6d621de6edbfc23a307d 3298 
zookeeperd_3.3.3+dfsg1-1_all.deb
 47b40b924c6de33f37b08dad13b56bc1dea9c47973df01712e2c4dc26466cf95 521766 
libzookeeper-java-doc_3.3.3+dfsg1-1_all.deb
 097e32e31d0da1806559287f6e0f2da458a6f50535040e7a6087572f2096942f 56774 
libzookeeper2_3.3.3+dfsg1-1_amd64.deb
 ea4913aaf26870c28f3560c928b050c92b239ca8ea3ab649a1c692115aef0b9c 61116 
libzookeeper-dev_3.3.3+dfsg1-1_amd64.deb
 6dd5feadb31f7df37f532a4f90ee2373b07e323c610c40d40bda768d48297683 59654 
zookeeper-bin_3.3.3+dfsg1-1_amd64.deb
 c9a364b1f7c034dc80b20be6072ed95f0b3c2184d3e2b964bdb2f0cf1150b3f7 22276 
python-zookeeper_3.3.3+dfsg1-1_amd64.deb
Files: 
 dd00941474e22c3ec2ad2eefd8fe55d0 2343 java optional zookeeper_3.3.3+dfsg1-1.dsc
 f6f3404b9575e35157b032b72fd760c0 1859174 java optional 
zookeeper_3.3.3+dfsg1.orig.tar.gz
 b9fb6c45bc5e60d1cdc05b046fa8a3bf 18432 java optional 
zookeeper_3.3.3+dfsg1-1.debian.tar.gz
 bbff69581011959d6c4b1d4a8e6e39fa 1134512 java optional 
libzookeeper-java_3.3.3+dfsg1-1_all.deb
 bb3bf654c4233e8b4c17bd73d7aab2e3 106494 java optional 
zookeeper_3.3.3+dfsg1-1_all.deb
 4dfd4f2491ebe92a5588fbf04698594c 3298 java optional 
zookeeperd_3.3.3+dfsg1-1_all.deb
 40d9cd91428b2929641c49bcf6d59423 521766 doc optional 
libzookeeper-java-doc_3.3.3+dfsg1-1_all.deb
 d57fa7492d08f4bc4177c8fa56282613 56774 libs optional 
libzookeeper2_3.3.3+dfsg1-1_amd64.deb
 35db2be173edc01fedf26af4a5a6df22 61116 libdevel optional 
libzookeeper-dev_3.3.3+dfsg1-1_amd64.deb
 1888b9bf12171367f49b0033053aacb0 59654 misc optional 
zookeeper-bin_3.3.3+dfsg1-1_amd64.deb
 c9b441cc897c034188c2334055e128ce 22276 python optional 
python-zookeeper_3.3.3+dfsg1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOHLkIAAoJEHXiDM0z50n8NQAP/3xeM5FKThg8DPRKuFKNputM
pzGk2ErPm30L0XrslWE38x4T0/vpP4sW51ofS+MW965VO9lkcPSIq83Igfz8lBC/
WXc+vJraTqxawuXOZuRnu/+mMgEULVIVrwqWHYmPH38P94YfScegzRhObV/8B2Dq
3zGzaTZfUDdqpW0XxwLQbBgbGau96LxxTfXTKPf/Nbx08Ag/9ndoCAxMdseKnHRG
cnpGPw1BzcOXQCTONmFSAmpKF6/obx0mGBjB4+/9wSd9tIed62tufbHOjt5yyhqa
7Fhz0J7nHh319ICpgm9XGVLWUsXw4YEfVwA9mNb7XhhWA+c1TDzsliZeMB3UXxVS
XbyAGj+4K8Mj/K61KPrU7CzFnOkIunsBv152Ia1fkEjPE7PZYbBl7HnMgYjZhj81
r4ql+ImmITyHc6d84DstvbaIXPWlcC/QSdV6CbtvnDDTvlSEp16mI8goo6PX0uQX
AMWPX5RE7NlXi7ixuCEp+B/9bl7ANsVRXPtIpeuTEE0dixN75MCt6kaPdp06fLph
JbmI0FAQ5ivnglDCEKDqJ4gjv5Wn2bhdPb5RbgYhz2OKpmxVnapG81vyPPR0r4Kf
Bt7juY6ElAJeccfQxb+AEkmHqucEiU3F68AU2E1rPdPoYybac7VrZdxMyZZSTdhu
aazBUDLvj2/EPZNdPmNt
=uHUP
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to