| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
123 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ZOOKEEPER-1629] testTransactionLogCorruption occasionally fails - Zookeeper - [issue]
|
|
...It seems that testTransactionLogCorruption is very flaky,for example fails here:https://builds.apache.org/job/ZooKeeper-trunk-jdk7/500/https://builds.apache.org/job/ZooKeeper-trunk-jdk7/502/...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1629
Author: Alexander Shraer,
2013-05-18, 18:20
|
|
|
Re: How to understand Zookeeper easily and learn to apply ? - Zookeeper - [mail # user]
|
|
...Hi, I'd suggest to start by reading this: http://research.yahoo.com/files/ZooKeeper.pdf Regards, Alex On Thu, May 16, 2013 at 8:56 PM, Dilip Kumar wrote: ...
|
|
|
Author: Alexander Shraer,
2013-05-17, 05:36
|
|
|
Re: [ANNOUNCE] New ZooKeeper committer: Alex Shraer - Zookeeper - [mail # user]
|
|
...Thanks everyone!! :) On Mon, May 13, 2013 at 10:32 AM, Jordan Zimmerman wrote: ...
|
|
|
Author: Alexander Shraer,
2013-05-13, 18:39
|
|
|
[ZOOKEEPER-1638] Redundant zk.getZKDatabase().clear(); - Zookeeper - [issue]
|
|
...Learner.syncWithLeader calls zk.getZKDatabase().clear() right before zk.getZKDatabase().deserializeSnapshot(leaderIs); Then the first thing deserializeSnapshot does is another clear(). Sugge...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1638
Author: Alexander Shraer,
2013-05-11, 00:10
|
|
|
[ZOOKEEPER-1701] When new and old config have the same version, no need to write new config to disk or create new connections - Zookeeper - [issue]
|
|
...setLastSeenQuorumVerifier in QuorumPeer.java always writes the new config to disk and tries to make new connections to servers in new config. When the new config has the same version as the ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1701
Author: Alexander Shraer,
2013-05-09, 02:58
|
|
|
[ZOOKEEPER-1699] Leader should timeout and give up leadership when losing quorum of last proposed configuration - Zookeeper - [issue]
|
|
...A leader gives up leadership when losing a quorum of the current configuration.This doesn't take into account any proposed configuration. So, ifa reconfig operation is in progress and a quor...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1699
Author: Alexander Shraer,
2013-05-03, 23:47
|
|
|
Re: 3.4.x versions not playing nicely with (what will be) 3.5.x - Zookeeper - [mail # dev]
|
|
...Not sure. My guess is that 3.4.6 will happen once the JIRAs that go into 3.5.0 are closed, so that we can add support for anything else needed for the upgrade. Perhaps Patrick or someone els...
|
|
|
Author: Alexander Shraer,
2013-04-26, 01:41
|
|
|
[ZOOKEEPER-1633] Introduce a protocol version to connection initiation message - Zookeeper - [issue]
|
|
...Currently the first message a server sends to another server includes just one field - the server's id (long). This is in QuorumCnxManager.java. This makes changes to the information passed ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1633
Author: Alexander Shraer,
2013-04-23, 11:51
|
|
|
Re: 3.4.x versions not playing nicely with (what will be) 3.5.x - Zookeeper - [mail # dev]
|
|
...Hi, Please see ZOOKEEPER-1633 - its already committed to the 3.4 branch (its not intended from trunk). So yes, upgrade to 3.5.0 will have to be from 3.4.6 (an upcoming release), for th...
|
|
|
Author: Alexander Shraer,
2013-04-23, 09:18
|
|
|
Re: Running a 3-node ensemble on a single machine - Zookeeper - [mail # user]
|
|
...You can create 3 different data directories and point your configuration files to them. You can then open 3 shells, and each shell will run its own server - you can point it to the right con...
|
|
|
Author: Alexander Shraer,
2013-04-22, 22:58
|
|
|
|