You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by ptse <Ph...@verizonwireless.com> on 2014/04/29 21:50:03 UTC

libzookeeper_st.a problems on 3.4.5

Hi,

I am trying to use the zookeeper C library libzookeeper_st.a.  The version
of zookeeper I am running is 3.4.5.  What I am experiencing is that all my
calls to the zookeeper primitives return ZOK, be it create, get, set or
remove.  However, when I look at the zookeeper directory tree, nothing
happens.  I have used the mutli-threaded version of the library
libzookeeper_mt.a in this environment before, and the primitives worked in
that case.  I am wondering what is amiss.  Has anyone experienced similar
problem and how did you fix it?

Thx,

Phil




--
View this message in context: http://zookeeper-user.578899.n2.nabble.com/libzookeeper-st-a-problems-on-3-4-5-tp7579813.html
Sent from the zookeeper-user mailing list archive at Nabble.com.

Re: libzookeeper_st.a problems on 3.4.5

Posted by ptse <Ph...@verizonwireless.com>.
I sort of got around the problem.  I realized the both the sync and async
primitives are available on the mutlithreaded version of the libraray
libzookeeper_mt.a.  So I linked with it instead and most of the primitives
are now working.  So something is not right with my libzookeeper_st.a in 
However, I am still having issue with zoo_get.  It returns ZOK, but when I
examine the return buffer and size it is always empty and zero, which is not
correct.  Any suggestions?



--
View this message in context: http://zookeeper-user.578899.n2.nabble.com/libzookeeper-st-a-problems-on-3-4-5-tp7579813p7579828.html
Sent from the zookeeper-user mailing list archive at Nabble.com.