| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
756 (0.063s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: SASL problem with 3.4.4 Java client - Zookeeper - [mail # user]
|
|
...How about if we revert https://issues.apache.org/jira/browse/ZOOKEEPER-1437 and cut 3.4.5 RC0 today? Robert, Julio, et. al. could help verify the "fix". We can re-introduce 1437 in 3.4.6 and...
|
|
|
Author: Patrick Hunt,
2012-09-26, 13:35
|
|
|
[ZOOKEEPER-1238] when the linger time was changed for NIO the patch missed Netty - Zookeeper - [issue]
|
|
...from NettyServerCnxn:bootstrap.setOption("child.soLinger", 2);See ZOOKEEPER-1049...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1238
Author: Patrick Hunt,
2012-09-25, 12:02
|
|
|
[ZOOKEEPER-1376] zkServer.sh does not correctly check for $SERVER_JVMFLAGS - Zookeeper - [issue]
|
|
...It will always include it even if not defined, although not much harm.if [ "x$SERVER_JVMFLAGS" ]thenJVMFLAGS="$SERVER_JVMFLAGS $JVMFLAGS"fishould use the std idiom....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1376
Author: Patrick Hunt,
2012-09-24, 19:29
|
|
|
Re: Meetup during Strata/Hadoop World - Zookeeper - [mail # user]
|
|
...wow, 32 people so far. Should be fun! Patrick On Tue, Sep 11, 2012 at 4:13 PM, Camille Fournier wrote:...
|
|
|
Author: Patrick Hunt,
2012-09-14, 23:46
|
|
|
Re: alternative to myid file - Zookeeper - [mail # user]
|
|
...Hi Eric, no, there is no alternative, you must specify a myid file. Patrick On Tue, Sep 4, 2012 at 9:31 PM, Eric Pederson wrote:...
|
|
|
Author: Patrick Hunt,
2012-09-05, 12:47
|
|
|
Re: Session refused, zxid too high - Zookeeper - [mail # user]
|
|
...This is interesting, if you convert 0x636c65616e2d7374 to ascii you get "clean-st". Looks like memory corruption to me. Patrick On Fri, Aug 31, 2012 at 1:34 PM, Patrick Hunt &nbs...
|
|
|
Author: Patrick Hunt,
2012-08-31, 22:12
|
|
|
Re: is it possible to run multiple servers on the same machine and have data replication working? - Zookeeper - [mail # user]
|
|
...Take a look at this: https://github.com/phunt/zkconf If you run it with --count=x (see the examples) it will generate the proper configs, as well as a start script to run all locally. ...
|
|
|
Author: Patrick Hunt,
2012-08-31, 20:36
|
|
|
Re: Session refused, zxid too high - Zookeeper - [mail # user]
|
|
...Good point Ted. Is this a java ZK client or something else? (memory corruption on client possible?) Patrick On Fri, Aug 31, 2012 at 12:56 PM, Ted Dunning wrote:...
|
|
|
Author: Patrick Hunt,
2012-08-31, 20:34
|
|
|
Re: 3.4.4 Release. - Zookeeper - [mail # dev]
|
|
...On Wed, Aug 29, 2012 at 11:09 PM, Mahadev Konar wrote: I've committed 1497 for branch34 and trunk. Patrick...
|
|
|
Author: Patrick Hunt,
2012-08-31, 16:59
|
|
|
Re: Session refused, zxid too high - Zookeeper - [mail # user]
|
|
...ZK guarantees that you never "go back in time". As such zk clients remember the last zxid they saw from the ZK service. If a client disconnects and reconnects to a new server in the ensemble...
|
|
|
Author: Patrick Hunt,
2012-08-31, 16:54
|
|
|
|