Re: Meetup at Cloudera

2017-10-18 Thread Abraham Fine
? i don't see an > announcement anywhere. > > ben > > On Fri, Oct 13, 2017 at 12:02 PM, Jordan Zimmerman > wrote: > > Damn - I'm in Germany - that's 2 in the morning. Can't make it. If it's the > > week after, though, I can do it. > >

Re: Meetup at Cloudera

2017-10-19 Thread Abraham Fine
ww.meetup.com/Bay-Area-Cloudera-User-Group/events/244294554/ > > > > Patrick > > > > > > On Wed, Oct 18, 2017 at 9:58 AM, Abraham Fine wrote: > > > >> Yes, there is still going to be a meetup. Here is the meetup page, > >> please sign up h

Re: Meetup at Cloudera

2017-10-20 Thread Abraham Fine
example, our commiters do not have the permissions necessary to close pull requests. A proposed solution was to use Apache Gitbox: https://gitbox.apache.org Here is the recording: https://cloudera.box.com/s/j4efdjff8nbrm8lcotx8xrm6z6aosyn7 Thanks, Abe On Thu, Oct 19, 2017, at 16:38, Abraham Fine wrote

Re: [VOTE] Apache ZooKeeper release 3.4.11 candidate 0

2017-10-20 Thread Abraham Fine
+1 (non-binding) * Checked md5sum * Verified signature * Ran tests * Spun up and tested 3 node cluster On Wed, Oct 18, 2017, at 18:34, Patrick Hunt wrote: > This is a bugfix release candidate for 3.4.11. It fixes 53 issues. > > The full release notes is available at: > https://issues.apache.org

Re: Meetup at Cloudera

2017-10-23 Thread Abraham Fine
I think Gitter would be great and it is definitely the simplest solution. As I originally proposed here: http://mail-archives.apache.org/mod_mbox/zookeeper-dev/201703.mbox/%3c1489090045.630915.906197024.334a0...@webmail.messagingengine.com%3e Mattermost is also a possibility if we want to self hos

Re: [VOTE] Apache ZooKeeper release 3.4.11 candidate 1

2017-11-03 Thread Abraham Fine
+1 (non-binding) - Verified signatures and xsums for tarball and jar - Successfully compiled and ran the tests (using java 1.8.0_152-ea) - Checked the documentation - Spun up 3 node cluster On Fri, Nov 3, 2017, at 09:50, Andor Molnar wrote: > Sent too early. > > - also verified JMX beans > > O

Re: how zookeeper promise FIFO client order

2017-11-13 Thread Abraham Fine
Hello- My understanding is that the question is about the possibility of a race condition between two client requests. I would take a look at the section "Order in the Presence of Connection Loss" in the "ZooKeeper: Distributed Process Coordination" book for the best answer to this question. Than

Re: Apache build failing with test-core-cppunit

2017-11-21 Thread Abraham Fine
I'll take a look. On Tue, Nov 21, 2017, at 11:55, Patrick Hunt wrote: > Looks like someone is creating our test files outside of jenkins. I > modified the job to output our id and look at the perms on those files: > > > > [ZooKeeper-trunk] $ /bin/bash /tmp/jenkins291402182647699851.sh > ui

Re: ZK Jenkins job updates.

2017-12-04 Thread Abraham Fine
Thank you Patrick! This should make debugging flaky tests much less painful. Abe On Sun, Dec 3, 2017, at 17:33, Patrick Hunt wrote: > I made a few updates to the jenkins job configs. Abe pointed out that > while > we are now generating individual logs files for tests (one per junit test > class)

Re: Bug in Zookeeper 3.4.11 release

2018-01-05 Thread Abraham Fine
I left a comment on the JIRA and I'm not sure what the conventional way to proceed would be either. I think we should work to get a release out as quickly as possible with this fix. In addition, I think we may want to add a check on startup that forces a failure if snapshots/logs are where they

Re: Stable version for SSL/TLS support

2018-02-05 Thread Abraham Fine
Hi Makarand- There are no currently stable versions of ZooKeeper that support SSL and I cannot comment as to when they will be available. To the best of my knowledge there is no ongoing effort to backport TLS support to 3.4. Thanks, Abe On Wed, Jan 24, 2018, at 01:43, Andor Molnar wrote: > H

Re: [NEW] ZK upgrade test tool

2018-02-06 Thread Abraham Fine
Great work Andor! This will be super valuable going forward, especially the rolling upgrade stuff. Abe On Tue, Feb 6, 2018, at 04:44, Andor Molnar wrote: > Hi, > > I thought it could be interesting for some of you that I started to work on > an automated upgrade testing tool for ZooKeeper. > >

Re: [SUGGESTION] Target branches 3.5 and master (3.6) to Java 8

2018-02-16 Thread Abraham Fine
I'm a -1 on requiring different minimum versions of java for the client and the server. I think this has the potential to create a lot of confusion for users and contributors. I would support moving master (3.6) to java 8, I also think it is worth considering moving to java 9. Given how long

Re: 3.4.12

2018-03-02 Thread Abraham Fine
I am very much interested in taking a turn as a RM and I think it is a great time to do a release (now that 2967, 2249, and 2960 arge merged in). I agree that ZOOKEEPER-2184 can be pushed again and I don't think there is anything else that we need to merge in before cutting a release. Abe On T

Re: 3.4.12

2018-03-05 Thread Abraham Fine
> https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease+using+git > ff to ping me if you run into issues (update that page if you do find > issues) > > Regards, > > Patrick > > On Fri, Mar 2, 2018 at 2:49 PM, Abraham Fine wrote: > > > I am very mu

Re: Connection Factories for Curator / Zookeeper / HTTP Tunneling

2018-03-08 Thread Abraham Fine
Hi Chris- Wouldn't it also be posssible to make use of an external tunneling tool without modifying ZooKeeper at all? Abe On Sun, Mar 4, 2018, at 11:58, Chris Miles wrote: > Thanks Mark. > > I've only had a glance at the code around the server connection factory, > and the fact there is a n

Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Abraham Fine
+1 On Thu, Mar 22, 2018, at 11:05, Andor Molnar wrote: > +1 > > On Thu, Mar 22, 2018 at 7:04 PM, Jordan Zimmerman < > jor...@jordanzimmerman.com> wrote: > > > +1 (non binding) > > > > > On Mar 22, 2018, at 12:57 PM, Andor Molnar wrote: > > > > > > Hi all, > > > > > > Let's start the vote on upg

[VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-22 Thread Abraham Fine
This is a bugfix release candidate for 3.4.12. It fixes 22 issues, including issues that affect incorrect handling of the dataDir and the dataLogDir. The full release notes is available at: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12342040 *** Please

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-23 Thread Abraham Fine
Hi Ted- Thanks for running the test cases on the RC. I am not able to reproduce the failures. Would you mind telling us a little bit more about the environment you are running the tests in (operating system, jvm)? In addition, to the failures occur every time you run the tests or just occasiona

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-23 Thread Abraham Fine
61-b12, mixed mode) > > The tests don't fail when run alone. > > FYI > > On Fri, Mar 23, 2018 at 9:41 AM, Abraham Fine wrote: > > > Hi Ted- > > > > Thanks for running the test cases on the RC. I am not able to reproduce > > the failures. Would

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-26 Thread Abraham Fine
oks ok, was able to build/test successfully > under jdk7/mac. Tested out a few deployment combinations and it seemed ok. > Manually verified swapping data and datalogdir resulted in the server not > coming up and human readable error in the logs. > > Patrick > > On Thu, Mar 22,

[VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-03-26 Thread Abraham Fine
This is a bugfix release candidate for 3.4.12. It fixes 22 issues, including issues that affect incorrect handling of the dataDir and the dataLogDir. This candidate fixes an issue in the release notes of candidate 0. The full release notes are available at: https://issues.apache.org/jira/secu

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-13 Thread Abraham Fine
Let's wait until the next release to include this fix. On Mon, Apr 9, 2018, at 15:14, Alexander Shraer wrote: > Hi, > > Please take a look on the new PR for ZK-2959: > https://github.com/apache/zookeeper/pull/500 > If there are no further comments, I can commit it. > > Thanks, > Alex > > On Fr

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-13 Thread Abraham Fine
, Apr 13, 2018, at 11:37, Alexander Shraer wrote: > Now that we have the fix, why delay it to next release? > > On Fri, Apr 13, 2018 at 11:09 AM Abraham Fine wrote: > > > Let's wait until the next release to include this fix. > > > > On Mon, Apr 9, 2018, at 15:1

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-13 Thread Abraham Fine
way, has sufficient votes/time to finalize, this >> is not a>> regression in 3.4.12 and it's not yet committed I would think we >> finalize/push 3.4.12 then quickly followup with a 3.4.13 that >> addresses>> this. Alex could be the RM given his interest/advo

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-18 Thread Abraham Fine
I'm waiting for one more additional vote on the release. When that is done it will be available. On Wed, Apr 18, 2018, at 12:38, Ted Yu wrote: > I don't see 3.4.12 artifact under > https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper > > Abraham: > Can you clarify ? > > Thanks > >

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-24 Thread Abraham Fine
;> +1. sig/xsum verified, RAT ran OK. I tested a few operational scenarios > >> which seemed fine. Ran the tests and they passed. LGTM. > >> > >> Patrick > >> > >> On Mon, Mar 26, 2018 at 10:05 PM, Abraham Fine wrote: > >> > >>>

Fwd: Please add your release data for 'zookeeper'

2018-04-24 Thread Abraham Fine
Hello PMC Members- Would one of you please help me with this part of the release process? Thanks, Abe - Original message - From: Apache Reporter Service To: afine Subject: Please add your release data for 'zookeeper' Date: Wed, 25 Apr 2018 03:30:34 + (UTC) Hi, This is an automated

[ANNOUNCE] Apache ZooKeeper 3.4.12

2018-05-01 Thread Abraham Fine
The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.4.12. ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so

Re: committing doc changes

2017-04-28 Thread Abraham Fine
Apologies for reviving an old thread. I'm wondering if we can make this conversation actionable. It would be great to remove the compiled documentation from the repository. I created a JIRA to cover this work: https://issues.apache.org/jira/browse/ZOOKEEPER-2769 Does anyone have any insight into

Re: (U) Roadmap question

2017-04-28 Thread Abraham Fine
Hi Rich- The latest release of ZooKeeper 3.5 currently supports TLS for communication between clients and the quorum. TLS for communication between the quorum members is currently being worked on here: https://issues.apache.org/jira/browse/ZOOKEEPER-236 We don't have a timetable for it yet. Thanks

Re: New PMC Member: Michael Han

2017-06-29 Thread Abraham Fine
Congratulations Michael! Abe On Wed, Jun 28, 2017, at 20:40, Michael Han wrote: > Thanks everyone! > > On Wed, Jun 28, 2017 at 10:53 AM, Mohammad Arshad < > arshad.mohamma...@gmail.com> wrote: > > > Congratulations Michael !! > > > > Thanks for your Great contributions. > > > > > > -Arshad > >

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-28 Thread Abraham Fine
I submitted a JIRA (with patches) to resolve the OWASP related logging issue here: https://issues.apache.org/jira/browse/ZOOKEEPER-2906 Thanks, Abe On Wed, Sep 27, 2017, at 21:37, Patrick Hunt wrote: > I looked at the console output for the job you linked and there > are tons of> > [exec] j

Request to grant Andor Molnar JIRA permissions

2017-10-05 Thread Abraham Fine
Hi- I'm wondering if anyone would be able to grant Andor Molnar (andorm) the necessary permissions to assign JIRA tickets to himself. Thanks, Abe

Meetup at Cloudera

2017-10-10 Thread Abraham Fine
Hello ZooKeeper Community- It has been a while since our last meetup and it would be great to bring everyone together again. Cloudera would be able to host a meetup at our headquarters in Palo Alto, CA next week (I'm thinking 10/19). I was hoping to use the mailing lists to gauge interest. Please

Re: Meetup at Cloudera

2017-10-13 Thread Abraham Fine
ble. I'm in Europe > until the 25th though but if it's at the right time I can present on some > nice new features in Curator or possibly the work I've been doing for > Persistent Watches in ZooKeeper itself. > > -Jordan > > > On Oct 11, 2017, at 1:06 AM

Re: Let's cut a ZK 3.4.11 release

2017-10-13 Thread Abraham Fine
Great idea, +1 On Fri, Oct 13, 2017, at 11:11, Patrick Hunt wrote: > Hi folks, any objection to cutting a 3.4.11 release? It's been awhile > since > 3.4.10 and we have over 50 JIRA that have gone into the 3.4 branch. > > If there are no objections I'll start the process sometime next week. > > R

Re: Meetup at Cloudera

2017-10-13 Thread Abraham Fine
The current plan is 5PM-8PM PST, is that acceptable? Abe On Fri, Oct 13, 2017, at 11:43, Jordan Zimmerman wrote: > OK - however, it's turning out the Oct 19 may not work for me. It depends > on the time. The following week is much better. FYI > > > On Oct 13, 2017, at 8

Re: Implementation of AutoCloseable in ZooKeeper.java

2016-09-13 Thread Abraham Fine
Hi- It looks like ZOOKEEPER-2511 has received a couple of comments, both seem to agree with what the patch currently does. Any possibility of getting this committed? Thanks, Abe > On Aug 25, 2016, at 10:44, Abraham Fine wrote: > > Hello- > > Recently I created and uploa

Re: Review Request 51546: ZOOKEEPER-2014: Only admin should be allowed to reconfig a cluster

2016-10-13 Thread Abraham Fine
going on? src/java/test/org/apache/zookeeper/test/ReconfigExceptionTest.java (line 201) <https://reviews.apache.org/r/51546/#comment221652> this method is shared with ReconfigMisconfigTest so perhaps it could be moved to ZkTestCase? - Abraham

Review Request 49112: ZOOKEEPER-1898

2016-06-22 Thread Abraham Fine
keeper/cli/SetCommand.java 1c39377 src/java/main/org/apache/zookeeper/cli/SetQuotaCommand.java 873c6d2 src/java/test/org/apache/zookeeper/ZooKeeperTest.java 574eab0 Diff: https://reviews.apache.org/r/49112/diff/ Testing --- Thanks, Abraham Fine

Re: Review Request 49112: ZOOKEEPER-1898

2016-06-22 Thread Abraham Fine
-- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49112/#review139157 ------- On June 22, 2016, 10:27 p.m., Abraham Fine wrote: > > -

Review Request 49125: ZOOKEEPER-2320

2016-06-22 Thread Abraham Fine
ashtable.h 5227e07 src/c/src/zk_hashtable.c 8f87a96 src/c/src/zookeeper.c 7549d48 src/c/tests/TestClient.cc 3fbcb1b Diff: https://reviews.apache.org/r/49125/diff/ Testing --- Thanks, Abraham Fine

Re: Review Request 49112: ZOOKEEPER-1898

2016-06-23 Thread Abraham Fine
rTest.java 574eab0 Diff: https://reviews.apache.org/r/49112/diff/ Testing --- Thanks, Abraham Fine

Re: [VOTE] Apache ZooKeeper release 3.5.2-alpha candidate 0

2016-06-28 Thread Abraham Fine
+1 tested SSL support, everything appears to be working as expected. On Fri, Jun 24, 2016, at 03:19 PM, Patrick Hunt wrote: > +1. sig/xsum are valid, RAT ran clean and no other discrepancies noticed. > I > ran it through a number of manual tests (including starting a 23 server > ensemble) - no iss

Re: Review Request 49125: ZOOKEEPER-2320

2016-06-29 Thread Abraham Fine
- Thanks, Abraham Fine

Re: [ANNOUNCE] Chris Nauroth joins the Apache ZooKeeper PMC

2016-08-08 Thread Abraham Fine
Congratulations Chris! On Sun, Aug 7, 2016, at 11:05 AM, Flavio Junqueira wrote: > In recognition of all his contributions to the project, the Apache > ZooKeeper PMC has invited Chris Nauroth to join the PMC and he has > accepted. I'd like to take the opportunity to thank Chris for his > contribut

Re: [VOTE] Apache ZooKeeper release 3.4.9 candidate 2

2016-08-24 Thread Abraham Fine
+1 (non-binding) shasum and md5sum are valid. PGP signature is valid. Java unit tests pass and was able to successfully test against a 3 server ensemble. Abe > On Aug 23, 2016, at 4:20 PM, Patrick Hunt wrote: > > +1 xsum/sig are valid. RAT ran clean. I was able to compile the code and > succ

Implementation of AutoCloseable in ZooKeeper.java

2016-08-25 Thread Abraham Fine
Hello- Recently I created and uploaded a patch for ZOOKEEPER-2511. This jira implements the AutoCloseable interface in ZooKeeper.java which would allow developers to use try-with-resources with zookeeper. I think this will help prevent our users from forgetting to close sessions. Without repea

Re: [ANNOUNCE] New ZooKeeper committer: Michael Han

2017-01-03 Thread Abraham Fine
Congratulations Michael! On Tue, Jan 3, 2017, at 11:40, Jordan Zimmerman wrote: > Saludos! > > > On Jan 3, 2017, at 2:29 PM, Patrick Hunt wrote: > > > > The Apache ZooKeeper PMC recently extended committer karma to Michael and > > he has accepted. Michael has made some great contributions and w

Re: [ANNOUNCE] New Apache ZooKeeper Committer: Mohammad Arshad

2017-01-24 Thread Abraham Fine
Congratulations Arshad! Abe On Tue, Jan 24, 2017, at 02:57, Mohammad arshad wrote: > Thanks everyone for your well wishes. > Looking forward to work with you all for ZooKeeper with greater > involvement. > > Best Regards > Mohammad Arshad > HUAWEI TECHNOLOGIES CO.LTD. > Huawei Tecnologies In

Re: Apache ZooKeeper 3.5.3-beta Release Plan

2017-03-06 Thread Abraham Fine
This approach makes sense to me. Perhaps now would be a good time to reevaluate whether or not ZOOKEEPER-2159 and ZOOKEEPER-1159 actually need to be blockers. Abe On Mon, Mar 6, 2017, at 14:54, Michael Han wrote: > Hi all, > > We all know that a stable 3.5 release is long awaited by community. >

ZooKeeper Chat

2017-03-09 Thread Abraham Fine
Hello- I believe having a healthy chat platform could be great for the community and increase engagement for both developers and users. Currently ZooKeeper has an IRC channel on freenode but it does not seem to be heavily used right now. I think this may be related to IRC's shortcomings, primari

Re: hello

2017-03-09 Thread Abraham Fine
SSL for intra-quorum communication is under development here: https://issues.apache.org/jira/browse/ZOOKEEPER-236 feel free to take a look and contribute! Abe On Thu, Mar 9, 2017, at 12:48, cst labs wrote: > Hi Team, > > I just joined this group. I bring experience in working at the security > l

Re: [VOTE] Make 3.5.3 the first beta release.

2017-03-23 Thread Abraham Fine
+1 non binding On Thu, Mar 23, 2017, at 13:00, Edward Ribeiro wrote: > +1 non binding > > On Thu, Mar 23, 2017 at 2:17 PM, Rakesh Radhakrishnan > > wrote: > > > +1 > > > > > > Rakesh > > > > On Thu, Mar 23, 2017 at 10:41 PM, Jordan Zimmerman < > > jor...@jordanzimmerman.com> wrote: > > > > > +1

Re: [VOTE] Apache ZooKeeper release 3.4.10 candidate 1

2017-03-24 Thread Abraham Fine
+1 non-binding - Checked md5sum and pgp signature on tarball and jar - Built from source with java 6 and 7 - ran unit tests - manually verified functionality on small 3 node ensemble On Thu, Mar 23, 2017, at 05:40, Rakesh Radhakrishnan wrote: > This is the second release candidate for 3.4.10. Thi

Requesting reviews for ZOOKEEPER-236: SSL Support for Atomic Broadcast protocol

2017-04-20 Thread Abraham Fine
on are handled. There is a current outstanding question regarding hostname verification, please provide input here: https://github.com/apache/zookeeper/pull/184#discussion_r111485824 Looking forward to hearing everyone's thoughts. Thanks, Abraham Fine

[jira] [Commented] (ZOOKEEPER-2924) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors

2017-10-26 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220882#comment-16220882 ] Abraham Fine commented on ZOOKEEPER-2924: - I think solution #2 would be

[jira] [Created] (ZOOKEEPER-2934) c versions of election and queue recipes do not compile

2017-11-06 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2934: --- Summary: c versions of election and queue recipes do not compile Key: ZOOKEEPER-2934 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2934 Project

[jira] [Updated] (ZOOKEEPER-2934) c versions of election and queue recipes do not compile

2017-11-06 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2934: Description: I see errors like: {code} /var/zookeeper/src/recipes/queue/src/c

[jira] [Updated] (ZOOKEEPER-2931) WriteLock recipe: incorrect znode ordering when the sessionId is part of the znode name

2017-11-06 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2931: Affects Version/s: 3.4.10 3.5.3 > WriteLock recipe: incorr

[jira] [Created] (ZOOKEEPER-2935) [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.5 to trunk

2017-11-06 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2935: --- Summary: [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.5 to trunk Key: ZOOKEEPER-2935 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2935

[jira] [Updated] (ZOOKEEPER-2932) Performance enhancement about purging task

2017-11-07 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2932: Affects Version/s: 3.6.0 3.4.10 3.5.3

[jira] [Updated] (ZOOKEEPER-2932) Performance enhancement about purging task

2017-11-07 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2932: Affects Version/s: (was: 3.6.0) > Performance enhancement about purging t

[jira] [Updated] (ZOOKEEPER-2935) [QP MutualAuth]: Port ZOOKEEPER-1045 implementation from branch-3.5 to trunk

2017-11-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2935: Fix Version/s: (was: 3.5.4) > [QP MutualAuth]: Port ZOOKEEPER-1045 implementat

[jira] [Updated] (ZOOKEEPER-2795) Change log level for "ZKShutdownHandler is not registered" error message

2017-11-16 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2795: Affects Version/s: 3.6.0 > Change log level for "ZKShutdownHandler is not re

[jira] [Created] (ZOOKEEPER-2947) Find a reasonable way to handle sequential node counter overflowing

2017-11-21 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2947: --- Summary: Find a reasonable way to handle sequential node counter overflowing Key: ZOOKEEPER-2947 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2947

[jira] [Created] (ZOOKEEPER-2948) Failing c unit tests on apache jenkins

2017-11-21 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2948: --- Summary: Failing c unit tests on apache jenkins Key: ZOOKEEPER-2948 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2948 Project: ZooKeeper Issue

[jira] [Updated] (ZOOKEEPER-2948) Failing c unit tests on apache jenkins

2017-11-21 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2948: Affects Version/s: 3.6.0 3.5.3 > Failing c unit tests on apa

[jira] [Created] (ZOOKEEPER-2953) Flaky Test: testNoLogBeforeLeaderEstablishment

2017-12-12 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2953: --- Summary: Flaky Test: testNoLogBeforeLeaderEstablishment Key: ZOOKEEPER-2953 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2953 Project: ZooKeeper

[jira] [Updated] (ZOOKEEPER-2953) Flaky Test: testNoLogBeforeLeaderEstablishment

2017-12-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2953: Description: testNoLogBeforeLeaderEstablishment has been flaky on 3.4, 3.5, and master

[jira] [Updated] (ZOOKEEPER-2953) Flaky Test: testNoLogBeforeLeaderEstablishment

2017-12-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2953: Description: testNoLogBeforeLeaderEstablishment has been flaky on 3.4, 3.5, and master

[jira] [Updated] (ZOOKEEPER-2953) Flaky Test: testNoLogBeforeLeaderEstablishment

2017-12-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2953: Description: testNoLogBeforeLeaderEstablishment has been flaky on 3.4, 3.5, and master

[jira] [Assigned] (ZOOKEEPER-2249) CRC check failed when preAllocSize smaller than node data

2017-12-15 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine reassigned ZOOKEEPER-2249: --- Assignee: Abraham Fine > CRC check failed when preAllocSize smaller than n

[jira] [Updated] (ZOOKEEPER-2249) CRC check failed when preAllocSize smaller than node data

2017-12-19 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2249: Affects Version/s: 3.6.0 3.5.3 3.4.11

[jira] [Updated] (ZOOKEEPER-2961) Fix testElectionFraud Flakyness

2017-12-22 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2961: Affects Version/s: 3.6.0 3.5.3 3.4.11

[jira] [Created] (ZOOKEEPER-2961) Fix testElectionFraud Flakyness

2017-12-22 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-2961: --- Summary: Fix testElectionFraud Flakyness Key: ZOOKEEPER-2961 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2961 Project: ZooKeeper Issue Type

[jira] [Commented] (ZOOKEEPER-2960) The dataDir and dataLogDir are used opposingly

2018-01-05 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16313934#comment-16313934 ] Abraham Fine commented on ZOOKEEPER-2960: - Thanks [~danmilon] for repor

[jira] [Commented] (ZOOKEEPER-2964) "Conf" command returns dataDir and dataLogDir opposingly

2018-01-17 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329830#comment-16329830 ] Abraham Fine commented on ZOOKEEPER-2964: - [~andorm] can you con

[jira] [Updated] (ZOOKEEPER-1580) QuorumPeer.setRunning is not used

2018-01-29 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-1580: Affects Version/s: 3.6.0 3.5.3 3.4.11

[jira] [Updated] (ZOOKEEPER-1580) QuorumPeer.setRunning is not used

2018-01-29 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-1580: Fix Version/s: 3.6.0 3.5.4 > QuorumPeer.setRunning is not u

[jira] [Resolved] (ZOOKEEPER-1580) QuorumPeer.setRunning is not used

2018-01-29 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-1580. - Resolution: Fixed > QuorumPeer.setRunning is not u

[jira] [Updated] (ZOOKEEPER-2949) SSL ServerName not set when using hostname, some proxies may failed to proxy the request.

2018-01-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2949: Fix Version/s: 3.5.4 > SSL ServerName not set when using hostname, some proxies

[jira] [Resolved] (ZOOKEEPER-2949) SSL ServerName not set when using hostname, some proxies may failed to proxy the request.

2018-01-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2949. - Resolution: Fixed Issue resolved by pull request 423 [https://github.com/apache

[jira] [Resolved] (ZOOKEEPER-2824) `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O

2018-02-01 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2824. - Resolution: Fixed Issue resolved by pull request 296 [https://github.com/apache

[jira] [Resolved] (ZOOKEEPER-2939) Deal with maxbuffer as it relates to proposals

2018-02-06 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2939. - Resolution: Fixed > Deal with maxbuffer as it relates to propos

[jira] [Updated] (ZOOKEEPER-2981) Fix build on branch-3.5 for ZOOKEEPER-2939

2018-02-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2981: Description: The commit (5ae5f1076e56947db5694ff8ab06c3d0b4f5d802) which has been

[jira] [Updated] (ZOOKEEPER-2981) Fix build on branch-3.5 for ZOOKEEPER-2939

2018-02-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2981: Description: The commit (5ae5f1076e56947db5694ff8ab06c3d0b4f5d802) which has been

[jira] [Updated] (ZOOKEEPER-2981) Fix build on branch-3.5 for ZOOKEEPER-2939

2018-02-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2981: Affects Version/s: 3.5.4 > Fix build on branch-3.5 for ZOOKEEPER-2

[jira] [Resolved] (ZOOKEEPER-2981) Fix build on branch-3.5 for ZOOKEEPER-2939

2018-02-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2981. - Resolution: Fixed > Fix build on branch-3.5 for ZOOKEEPER-2

[jira] [Updated] (ZOOKEEPER-2981) Fix build on branch-3.5 for ZOOKEEPER-2939

2018-02-14 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2981: Fix Version/s: 3.5.4 > Fix build on branch-3.5 for ZOOKEEPER-2

[jira] [Commented] (ZOOKEEPER-2982) Re-try DNS hostname -> IP resolution

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370631#comment-16370631 ] Abraham Fine commented on ZOOKEEPER-2982: - I'm wondering if [~rth

[jira] [Comment Edited] (ZOOKEEPER-2982) Re-try DNS hostname -> IP resolution

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370631#comment-16370631 ] Abraham Fine edited comment on ZOOKEEPER-2982 at 2/20/18 10:2

[jira] [Updated] (ZOOKEEPER-2978) fix potential null pointer exception when deleting node

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2978: Summary: fix potential null pointer exception when deleting node (was: missing list

[jira] [Resolved] (ZOOKEEPER-2978) fix potential null pointer exception when deleting node

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2978. - Resolution: Fixed Issue resolved by pull request 461 [https://github.com/apache

[jira] [Updated] (ZOOKEEPER-2978) fix potential null pointer exception when deleting node

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2978: Fix Version/s: 3.6.0 3.5.4 > fix potential null pointer except

[jira] [Commented] (ZOOKEEPER-2982) Re-try DNS hostname -> IP resolution

2018-02-20 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370708#comment-16370708 ] Abraham Fine commented on ZOOKEEPER-2982: - [~eronwright] I t

[jira] [Resolved] (ZOOKEEPER-2845) Data inconsistency issue due to retain database in leader election

2018-02-23 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine resolved ZOOKEEPER-2845. - Issue resolved by pull request 455 [https://github.com/apache/zookeeper/pull/455] > D

[jira] [Commented] (ZOOKEEPER-2982) Re-try DNS hostname -> IP resolution

2018-02-23 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375213#comment-16375213 ] Abraham Fine commented on ZOOKEEPER-2982: - [~fpj] I believe your diagnosi

[jira] [Comment Edited] (ZOOKEEPER-2982) Re-try DNS hostname -> IP resolution

2018-02-23 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375213#comment-16375213 ] Abraham Fine edited comment on ZOOKEEPER-2982 at 2/24/18 1:4

  1   2   3   4   >