| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
8166 (0.076s).
|
|
|
Loading phrases to help you refine your search...
|
|
Fully Elastic Zookeeper Ensembles - Zookeeper - [mail # user]
|
|
...I've been thinking about the implications of running Zookeeper in a fully dynamic distributed system, in which the number of nodes can be as few as one, or can be quite large. This has...
|
|
|
Author: Dave Katz,
2013-04-22, 21:44
|
|
|
[ZOOKEEPER-1694] ZooKeeper Leader sends a repeated NEWLEADER quorum packet to followers - Zookeeper - [issue]
|
|
...This is at least what it seems in the logs. This also seems to cause a second snapshot in the follower....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1694
Author: Germán Blanco,
2013-04-22, 21:02
|
|
|
[ZOOKEEPER-1342] quorum Listener & LearnerCnxAcceptor are missing thread names - Zookeeper - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1342
Author: Rakesh R,
2013-04-22, 21:02
|
|
|
[ZOOKEEPER-1676] C client zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [issue]
|
|
...I have a fairly simple single-threaded C client set up – single-threadedbecause we are embedding zk in the node.js/libuv runtime – which consists ofthe following algorithm:zookee...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1676
Author: Yunong Xiao,
2013-04-21, 06:39
|
|
|
[ZOOKEEPER-1688] Transparent encryption of on-disk files - Zookeeper - [issue]
|
|
...We propose to introduce optional transparent encryption of snapshots and commit logs on disk. The goal is to protect against the leakage of sensitive information from files at rest, due to a...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1688
Author: Andrew Purtell,
2013-04-19, 23:56
|
|
|
[ZOOKEEPER-1653] zookeeper fails to start because of inconsistent epoch - Zookeeper - [issue]
|
|
...It looks like QuorumPeer.loadDataBase() could fail if the server was restarted after zk.takeSnapshot() but before finishing self.setCurrentEpoch(newEpoch) in Learner.java.case Leader.NEWLEAD...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1653
Author: Michi Mutsuzaki,
2013-04-19, 21:01
|
|
|
[ZOOKEEPER-1693] process may core or hang when xid is overflowed - Zookeeper - [issue]
|
|
...The xid will be confused with AUTHXID(-4) when it is overflowed.If the process send 4000 requests per second, it may core or hang after about ten days....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1693
Author: Jacky007,
2013-04-19, 13:18
|
|
|
[ZOOKEEPER-1558] Leader should not snapshot uncommitted state - Zookeeper - [issue]
|
|
...Leader currently takes a snapshot when it calls loadData in the beginning of the lead() method. The loaded data, however, may contain uncommitted state....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1558
Author: Flavio Junqueira,
2013-04-19, 00:51
|
|
|
[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-04-18, 13:14
|
|
|
Guide for coding a zookeeper binding - Zookeeper - [mail # dev]
|
|
...Hello Is there any document or resource, other than the source code that explains how client server communication works (e.g for a given request what are the possible outcomes, how sta...
|
|
|
Author: Radu Stoenescu,
2013-04-18, 07:59
|
|
|
|