| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
29 (0.123s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ZOOKEEPER-1043] Looped NPE at org.apache.zookeeper.server.NIOServerCnxn$Factory.run(NIOServerCnxn.java:244) - Zookeeper - [issue]
|
|
...I'm sorry but I only have this log (which belongs to a "follower" node) and a previous message Unexpected NodeCreated event after a reconnection. where I describe a potential side-effect at ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1043
Author: César Álvarez Núñez,
2013-04-27, 08:44
|
|
|
[ZOOKEEPER-1214] QuorumPeer should unregister only its previsously registered MBeans instead of use MBeanRegistry.unregisterAll() method. - Zookeeper - [issue]
|
|
...When a QuorumPeer thread dies, it is unregistering all ZKMBeanInfo MBeans previously registered on its java process; including those that has not been registered by itself.It does not cause ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1214
Author: César Álvarez Núñez,
2013-02-07, 07:09
|
|
|
[ZOOKEEPER-1172] Support for custom org.apache.zookeeper.client.HostProvider implementation. - Zookeeper - [issue]
|
|
...The interface org.apache.zookeeper.client.HostProvider exist but it is hardcoded to org.apache.zookeeper.client.StaticHostProvider at Zookeeper constructor.Now it could be replaced by any ot...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1172
Author: César Álvarez Núñez,
2012-08-30, 06:08
|
|
|
Re: ZooKeeper 3.4.3: Failed to unregister with JMX - Zookeeper - [mail # user]
|
|
...Hi Michi, The following patch ZOOKEEPER-1214is needed in order to restart a QuorumPeer when running in embedded mode. Could you try it again with ZK-1214 applied? BR, /Césa...
|
|
|
Author: César Álvarez Núñez,
2012-07-29, 11:22
|
|
|
Re: Can Observers be reconfigured in a DR situation? - Zookeeper - [mail # user]
|
|
...I've changed a server from Observer to Leader under a similar scenario (data migration form old DC to new DC) without any problem. Just stop all servers, change the configuration and start u...
|
|
|
Author: César Álvarez Núñez,
2012-07-10, 14:54
|
|
|
Re: Can Observers be reconfigured in a DR situation? - Zookeeper - [mail # user]
|
|
...Yes you can. Just edit the zoo.cfg from the backup DC, comment the lines relative to the nodes in the primary DC and the observer peer type. In this way you can start a new ZK en...
|
|
|
Author: César Álvarez Núñez,
2012-07-10, 07:39
|
|
|
Re: Unexpected NodeCreated with 3.4.3? - Zookeeper - [mail # user]
|
|
...Now it is broken the opposite use case: Expected NodeCreated but received NodeDataChanged :-( Detected on ZooKeeper 3.3.5 and 3.4.3+ZK-1412 /César. On Fri, May 25, 2012 at 11:41 AM, Cé...
|
|
|
Author: César Álvarez Núñez,
2012-05-25, 11:21
|
|
|
Re: Unexpected NodeCreated with 3.4.3? - Zookeeper - [mail # user]
|
|
...3.3.5 does not suffer the problem. 3.4.3 + https://issues.apache.org/jira/secure/attachment/12518110/ZOOKEEPER-1412_br 34.patchis working as expected. Thanks, /César. On Fri, May...
|
|
|
Author: César Álvarez Núñez,
2012-05-25, 09:41
|
|
|
Re: How to delete ZNode with 200K items - Zookeeper - [mail # user]
|
|
...Hi Jordan, We had the same problem a few months ago. Are you getting an IOException("Unreasonable length = " + len) on client side? You have to set the system property "jute.maxbuffer"...
|
|
|
Author: César Álvarez Núñez,
2012-05-24, 22:05
|
|
|
Unexpected NodeCreated with 3.4.3? - Zookeeper - [mail # user]
|
|
...Hi All, I'm receiving a NodeCreated instead of a NodeDataChanged just after a Disconnected+SyncConnected. Perhaps it is needed to always call the "sync" method after a Disconnect...
|
|
|
Author: César Álvarez Núñez,
2012-05-24, 17:32
|
|
|
|