Re: unit test failure

2010-08-03 Thread Sergey Doroshenko
I don't really understand how the unit test system is meant to work. Yes, C tests start ZK server and are tested against it. There are a few that use mocked server, but that's a legacy code I think. Re the problem itself: 1) check ZK server logs at build/tmp/ , maybe log contains some info

Re: unit test failure

2010-08-03 Thread Sergey Doroshenko
run-check Do I have to do something before building the client code to install the ZK server code, or will it use the one in the unpacked tarball ? regards, Martin On 3 August 2010 17:14, Sergey Doroshenko dors...@gmail.com wrote: I don't really understand how the unit test system is meant

Re: total # nodes

2010-07-24 Thread Sergey Doroshenko
You may want to use 4-letter-word commands: http://hadoop.apache.org/zookeeper/docs/current/zookeeperAdmin.html#sc_zkCommands srvr command dumps node count along with other information. Also, there's a patch integrated to trunk, at https://issues.apache.org/jira/browse/ZOOKEEPER-744, which

Re: building client tools

2010-07-13 Thread Sergey Doroshenko
Andrei is right. Also, libcppunit-dev might be neeeded too. sudo apt-get install libcppunit-1.12-1 libcppunit-dev (I'm assuming 1.12 is the latest version) should do the trick On Tue, Jul 13, 2010 at 8:39 PM, Andrei Savu savu.and...@gmail.com wrote: Hi, In this case I think you have to

Re: [GSoC 2010] Zookeeper Read-Only Mode

2010-05-06 Thread Sergey Doroshenko
, Apr 16, 2010 at 6:43 PM, Sergey Doroshenko dors...@gmail.com wrote: Hi, I'm Sergey Doroshenko, GSoC applicant, and I've submitted application for enabling read-only mode in Zookeeper. I worked with Zookeeper during my internship this winter, and liked it much. Now I'm very eager