Re: ZooKeeper Roadmap - 3.1.0 and beyond.

2008-11-05 Thread Fernando Padilla
I will summarize my vote by echoing what Jake said: "So while I would say it is never a bad decision to move to maven, it isn't always a needed decision." Though Maven hasn't won over everyone yet builds, the idea of a central Maven Repository for dependency distribution and management has pr

Distributed Lock Libraries

2009-03-06 Thread Fernando Padilla
When I first discovered Zookeeper last year, it was all about the low-level file-system semantics, and letting the client use it with several knowns recipes (design patterns, algorithms, etc). And I remember it mentioning that some people within Yahoo were working on a nice client-side library

zkCleanup.sh is buggy

2009-07-17 Thread Fernando Padilla
I am playing with the zookeeper 3.2.0 build, and it looks like the zkCleanup.sh script is a little buggy. :) It calls: PurgeTxnLog $dataDir but doesn't pass through the count of snapshots.. you could do it simply by adding: PurgeTxnLog $dataDir $* Though I just realized, it only uses $dat

Re: zkCleanup.sh is buggy

2009-07-17 Thread Fernando Padilla
r=${ZOO_LOG_DIR}" "-Dzookeeper.root.logger=${ZOO_LOG4J_PROP}" \ -cp $CLASSPATH $JVMFLAGS \ org.apache.zookeeper.server.PurgeTxnLog $ZOODATALOGDIR $ZOODATADIR $* fi Fernando Padilla wrote: I am playing with the zookeeper 3.2.0 build, and it looks like the zkCleanup.sh script is a l