| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
8193 (0.063s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Just One Zookeeper Can Not Work at Quorum at Any Time - Zookeeper - [mail # user]
|
|
...OK, I found the problem. There was a misconfiguration at zookeeper. myid and server.myid was not maching for some zookeeper servers. View this message in context: http://zookeep...
|
|
|
Author: kamaci,
2013-05-22, 21:21
|
|
|
RE: Just One Zookeeper Can Not Work at Quorum at Any Time - Zookeeper - [mail # user]
|
|
...I think we would need some more info from the logs to sort this one out. The config file you're using might also help. -Flavio From: kamaci [mailto:[EMAIL PROTECTED]] Sent:...
|
|
|
Author: Flavio Junqueira,
2013-05-22, 20:06
|
|
|
[ZOOKEEPER-1696] Fail to run zookeeper client on Weblogic application server - Zookeeper - [issue]
|
|
...The problem in details is described here: http://comments.gmane.org/gmane.comp.java.zookeeper.user/2897The provided link also contains a reference to fix implementation.####<Apr 24, 2013 ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1696
Author: Dmitry Konstantinov,
2013-05-22, 12:58
|
|
|
Re: Dumping and loading Zookeeper data - Zookeeper - [mail # dev]
|
|
...Thanks Ivan! Actually, when I realized how little code was involved, I ended up writing a simple dump and load tool on top of python-zookeeper instead of using other libraries. :) &nbs...
|
|
|
Author: Dave Cahill,
2013-05-22, 01:51
|
|
|
RE: simple zookeeper client in C - Zookeeper - [mail # user]
|
|
...Just realized, I was linking to pthread library and my test program was written for single threaded application, this was causing the problem. ________________________________________ From: ...
|
|
|
Author: Pramod Srinivasan,
2013-05-22, 01:25
|
|
|
[ZOOKEEPER-1677] Misuse of INET_ADDRSTRLEN - Zookeeper - [issue]
|
|
... ZOOKEEPER-1355. Add zk.updateServerList(newServerList) (Alex Shraer, Marshall McMullen via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@14...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1677
Author: Shevek,
2013-05-22, 00:39
|
|
|
simple zookeeper client in C - Zookeeper - [mail # user]
|
|
...Hi , I am trying out a simple c client for zookeeper, made a copy of zookeeper-3.4.5/src/c/src/cli.c just to understand how the c APIs works, the program is attached. I see error...
|
|
|
Author: Pramod Srinivasan,
2013-05-21, 23:09
|
|
|
[ZOOKEEPER-1666] Avoid Reverse DNS lookup if the hostname in connection string is literal IP address. - Zookeeper - [issue]
|
|
...In our ENV, if the InetSocketAddress.getHostName() is called and the host name in the connection string are literal IP address, then the call will trigger a reverse DNS lookup which is very ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1666
Author: George Cao,
2013-05-21, 19:54
|
|
|
[ZOOKEEPER-1667] Watch event isn't handled correctly when a client reestablish to a server - Zookeeper - [issue]
|
|
...When a client reestablish to a server, it will send the watches which have not been triggered. But the code in DataTree does not handle it correctly.It is obvious, we just do not notice it s...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1667
Author: Jacky007,
2013-05-21, 15:12
|
|
|
RE: Transaction log: /logs/jhe/nc/apps/zookeeper/version-2/log.1400470027 has invalid magic number 0 != 1514884167 - Zookeeper - [mail # user]
|
|
...Hi Suman, This should be related to hostname. You have used below server.1=host1:3888:4888 server.2=host2:3888:4888 server.3=host3:3888:4888 try to use actual hostname (or ...
|
|
|
Author: Dilip Kumar,
2013-05-21, 14:52
|
|
|
|