Re: Recommended JDK

2015-03-31 Thread Guy Laden
Thanks a lot for your input Flavio. Regards, Guy From: Flavio Junqueira To: user@zookeeper.apache.org Cc: zookeeper-u...@hadoop.apache.org Date: 30/03/2015 05:22 PM Subject:Re: Recommended JDK Hello Guy, I don't think using a different jdk with the client matter

Re: Recommended JDK

2015-03-30 Thread Flavio Junqueira
Hello Guy, I don't think using a different jdk with the client matters. In fact, you don't even have to use java to have a zk client (e.g., check the C client). The ZK release version matters, though. You may want to keep in mind the Oracle roadmap for public updates when choosing what to use:

RE: Recommended JDK

2015-03-30 Thread Guy Laden
Jon, Ibrahim, Thanks for the feedback. Do people have any production experience with ZK clients running on different JDK / hardware architecture (32/64bit) from the ZK server? I looked into the regression tests some: The list of branches/platforms tested seems to be here: https://builds.apache.o

RE: Recommended JDK

2015-03-27 Thread Ibrahim El-sanosi (PGR)
>Subject: Recommended JDK > >Hi All, Are there recommended JDK / JDK-versions for running 3.4.6 in >production? >Alternatively, what are the regression tests run against? What do people >have good experience with? Are there any that have proven problematic? >Thanks, Guy

Re: Recommended JDK

2015-03-26 Thread Jon Bringhurst
We've been running Zookeeper under JDK 1.8.0u5 for some time now (at least 6 months) on 50+ clusters with minimal issues. -Jon On Mar 26, 2015, at 10:20 AM, Guy Laden wrote: > Hi All, Are there recommended JDK / JDK-versions for running 3.4.6 in > production? > Alternatively

Recommended JDK

2015-03-26 Thread Guy Laden
Hi All, Are there recommended JDK / JDK-versions for running 3.4.6 in production? Alternatively, what are the regression tests run against? What do people have good experience with? Are there any that have proven problematic? Thanks, Guy