| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
8294 (0.634s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
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
|
|
|
Transaction log: /logs/jhe/nc/apps/zookeeper/version-2/log.1400470027 has invalid magic number 0 != 1514884167 - Zookeeper - [mail # user]
|
|
...Hello, We are running zookeeper ensemble of 3 servers. Today one of our sever died. When i restarted the sever i am getting the following error java.io.IOException: Tran...
|
|
|
Author: suman p,
2013-05-21, 13:03
|
|
|
[ZOOKEEPER-1663] scripts don't work when path contains spaces - Zookeeper - [issue]
|
|
...The shell scripts (bin/zk*.sh) don't work when there are spaces in the zookeeper or java paths....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1663
Author: Amichai Rothman,
2013-05-21, 11:58
|
|
|
[ZOOKEEPER-1400] Allow logging via callback instead of raw FILE pointer - Zookeeper - [issue]
|
|
...The existing logging framework inside the C client uses a raw FILE*. Using a FILE* is very limiting and potentially dangerous. A safer alternative is to just provide a callback that the C cl...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1400
Author: Marshall McMullen,
2013-05-20, 18:16
|
|
|
Review Request: ZOOKEEPER-1413: Use on-disk transaction log for learner sync up - Zookeeper - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11231/ Review request for zookeeper. Description ZOOKEEPER-1413: Use on-disk trans...
|
|
|
Author: Thawan Kooburat,
2013-05-20, 05:40
|
|
|
[ZOOKEEPER-1552] Enable sync request processor in Observer - Zookeeper - [issue]
|
|
...Observer doesn't forward its txns to SyncRequestProcessor. So it never persists the txns onto disk or periodically creates snapshots. This increases the start-up time since it will get the e...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1552
Author: Thawan Kooburat,
2013-05-19, 11:41
|
|
|
|