[jira] [Updated] (ZOOKEEPER-3041) Typo in error message, affects log analysis

2018-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3041: -- Labels: pull-request-available (was: ) > Typo in error message, affects log

[GitHub] zookeeper issue #498: fix typo, charater --> character

2018-05-12 Thread hughobrienjet
Github user hughobrienjet commented on the issue: https://github.com/apache/zookeeper/pull/498 Thanks @maoling , I created ZOOKEEPER-3041 ---

[jira] [Created] (ZOOKEEPER-3041) Typo in error message, affects log analysis

2018-05-12 Thread Hugh O'Brien (JIRA)
Hugh O'Brien created ZOOKEEPER-3041: --- Summary: Typo in error message, affects log analysis Key: ZOOKEEPER-3041 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3041 Project: ZooKeeper

[jira] [Updated] (ZOOKEEPER-3008) Potential NPE in SaslQuorumAuthLearner#authenticate and SaslQuorumAuthServer#authenticate

2018-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3008: -- Labels: pull-request-available (was: ) > Potential NPE in

[GitHub] zookeeper issue #496: ZOOKEEPER-3008: Potential NPE in SaslQuorumAuthLearner...

2018-05-12 Thread lujiefsi
Github user lujiefsi commented on the issue: https://github.com/apache/zookeeper/pull/496 @anmolnar Local run is ok, @brettKK could you trigger another build ---

Re: Name resolution in StaticHostProvider

2018-05-12 Thread Norbert Kalmar
Hi, In my opinion, when the client calls next(), and sees that this call could return with an UnknownHostException, it will assume next() is giving back the next available address in the list, whether it's a valid address or not. If next() would throw something like

Re: Name resolution in StaticHostProvider

2018-05-12 Thread Andor Molnar
Hi team, Anyone else has thoughts about whether we should use checked or unchecked exception here? Thanks, Andor On Thu, May 10, 2018 at 8:19 AM, Andor Molnar wrote: > Interesting idea. What difference you think it could make comparing to > checked? > > > > On Wed, May

[GitHub] zookeeper issue #150: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2018-05-12 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/150 @tophei @glasser This issue has become top priority quite recently, because more and more users reporting similar issues that you're facing with, so I'd like to get #451 in as soon as possible.

ZooKeeper_branch35_jdk8 - Build # 961 - Still Failing

2018-05-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/961/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.83 KB...] [junit] Tests run: 1, Failures: 0,

[GitHub] zookeeper issue #150: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2018-05-12 Thread tophei
Github user tophei commented on the issue: https://github.com/apache/zookeeper/pull/150 @glasser Thanks for the sharing. Yeah, a static ip indeed would help work around the issue. However, assign static ip to service in k8s seems to be a bit heavy and less flexible when you need to

[GitHub] zookeeper issue #150: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2018-05-12 Thread tophei
Github user tophei commented on the issue: https://github.com/apache/zookeeper/pull/150 @anmolnar Thanks for the comment. Actually I was trying to patch 451 into release tag 3.4.10 too , but seems it has much conflicts. By the way, may patch 451 have additional changes that may have