| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
31 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
zab protocol: what happens to uncommitted proposal - Zookeeper - [mail # user]
|
|
...Hi, I read the docs and presentations online https://cwiki.apache.org/ZOOKEEPER/zookeeperpresentations.html about the internals of zab. I am confused about what happens to uncommitted ...
|
|
|
Author: kishore g,
2012-12-13, 06:31
|
|
|
Re: very uneven distribution of clients to servers... - Zookeeper - [mail # user]
|
|
...Did all the clients connect after all the 3 nodes were up and running ? One reason why you find this uneven distribution is when you restart one of the zookeeper nodes all the clients reconn...
|
|
|
Author: kishore g,
2012-12-05, 22:01
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...User error is a valid use case. Are we assuming that because of user error the ZK is not usable at this point? if not, can some one please explain how having a back up can actually res...
|
|
|
Author: kishore g,
2012-01-20, 07:42
|
|
|
Re: ZooKeeper dev/user meetups. - Zookeeper - [mail # dev]
|
|
...+1 for Pat's idea. On Wed, Nov 30, 2011 at 11:29 PM, Patrick Hunt wrote: ...
|
|
|
Author: kishore g,
2011-12-01, 07:44
|
|
|
Re: How can I get ip from session id. - Zookeeper - [mail # user]
|
|
...Forgot to add, to help debugging I add the ip address into one of the ephemeral nodes created by the session. This way I can get the ip from the transaction log. On Tue, Nov 15, ...
|
|
|
Author: kishore g,
2011-11-15, 19:02
|
|
|
Re: How can I get ip from session id. - Zookeeper - [mail # user]
|
|
...I had a similar requirement. You can use cons on all servers if the session is alive but if its expired you can only go to zk logs and co-relate. It's not convenient for debugging. It ...
|
|
|
Author: kishore g,
2011-11-15, 19:00
|
|
|
Re: ephemeral node not deleted after client session closed - Zookeeper - [mail # user]
|
|
...Hi Pat, We are already working on that, it was because of deploying zk along with other applications. We will have separate boxes for ZK very soon. I already saw the stats and co...
|
|
|
Author: kishore g,
2011-11-11, 18:15
|
|
|
error code in transaction log - Zookeeper - [mail # user]
|
|
...Hi, I found these errors in the zk transaction log entry time:1320711820906 session:0x133808f05d50000 cxid:0x3 zxid:0x100000017 type:error err:-110 This generally happens before ...
|
|
|
Author: kishore g,
2011-11-08, 16:29
|
|
|
Re: Exception while reading Snapshot file - Zookeeper - [mail # user]
|
|
...Thanks Pat. I was able to read the snapshot. On Wed, Oct 5, 2011 at 9:45 AM, Patrick Hunt wrote: ...
|
|
|
Author: kishore g,
2011-10-05, 17:52
|
|
|
Exception while reading Snapshot file - Zookeeper - [mail # user]
|
|
...Hi, I am trying to load data from a ZK snapshot file into datatree. Here is the code I am using FileInputStream fis = new FileInputStream(args[0]); Bi...
|
|
|
Author: kishore g,
2011-10-04, 22:00
|
|
|
|