[jira] [Updated] (ZOOKEEPER-3039) TxnLogToolkit uses Scanner badly

2018-05-10 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3039: Fix Version/s: 3.4.13 3.6.0 3.5.4 > TxnLogTool

[jira] [Updated] (ZOOKEEPER-3039) TxnLogToolkit uses Scanner badly

2018-05-10 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3039: Affects Version/s: 3.4.13 > TxnLogToolkit uses Scanner ba

[jira] [Commented] (ZOOKEEPER-1807) Observers spam each other creating connections to the election addr

2018-05-10 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471020#comment-16471020 ] Patrick Hunt commented on ZOOKEEPER-1807: - The test is failing occasionally, but at this point

[jira] [Resolved] (ZOOKEEPER-1807) Observers spam each other creating connections to the election addr

2018-05-10 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-1807. - Resolution: Fixed > Observers spam each other creating connections to the elect

Re: Discover LEADER from JMX

2018-05-10 Thread Patrick Hunt
On Thu, May 10, 2018 at 4:07 AM, Enrico Olivelli <eolive...@gmail.com> wrote: > Il giorno mer 9 mag 2018 alle ore 20:24 Patrick Hunt <ph...@apache.org> ha > scritto: > > > iiuc what you are interested in the information is already available. The > > beans have a

[jira] [Resolved] (ZOOKEEPER-2903) Port ZOOKEEPER-2901 to 3.5.4

2018-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2903. - Resolution: Fixed Hadoop Flags: Reviewed Resolved with commit

Re: Apache ZooKeeper meetup May 9th in Palo Alto?

2018-05-09 Thread Patrick Hunt
t...@gmail.com> > wrote: > > > Confirming attendance from Seattle as well. Looking forward to the > > presentations. Particularly excited for the containers talk! > > > > On Thu, Apr 26, 2018, 10:29 Patrick Hunt <ph...@apache.org> wrote: > > > > &

[jira] [Resolved] (ZOOKEEPER-3038) Cleanup some nitpicks in TTL implementation

2018-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3038. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

Re: Question on merge script

2018-05-09 Thread Patrick Hunt
wiki page with merge script > instructions needs updating. I'll explore it a bit further and will update > it. > > -Flavio > > > On 9 May 2018, at 20:05, Patrick Hunt <ph...@apache.org> wrote: > > > > On Wed, May 9, 2018 at 1:18 AM, Flavio Junqueira <f...@a

[jira] [Resolved] (ZOOKEEPER-3012) Fix unit test: testDataDirAndDataLogDir should not use hardcode test folders

2018-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3012. - Resolution: Fixed Hadoop Flags: Reviewed > Fix unit t

[jira] [Resolved] (ZOOKEEPER-2901) Session ID that is negative causes mis-calculation of Ephemeral Type

2018-05-09 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2901. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

Re: [SUGGESTION] JvmPauseMonitor in ZooKeeper

2018-05-09 Thread Patrick Hunt
c... Adding a feature is useful, but ensuring people know about it and can use it effectively is even more so. Regards, Patrick > Regards, > Norbert > > On Wed, May 9, 2018 at 7:57 PM Patrick Hunt <ph...@apache.org> wrote: > > > Do you know why they did this rather than jus

Re: Discover LEADER from JMX

2018-05-09 Thread Patrick Hunt
iiuc what you are interested in the information is already available. The beans have a "state" attribute which indicates following vs leading. Try attaching a jconsole to the running servers, use the "mbeans" tab and open org.apache.ZooKeeperService -> replicatedserver -> replica -> attributes,

Re: Question on merge script

2018-05-09 Thread Patrick Hunt
On Wed, May 9, 2018 at 1:18 AM, Flavio Junqueira wrote: > Hey Michael, > > I was trying to merge yesterday a PR generated against branch-3.5, and > fetching the PR branch did not give me the merge script. I ended up asking > the contributor to change the target branch to master

Re: [SUGGESTION] JvmPauseMonitor in ZooKeeper

2018-05-09 Thread Patrick Hunt
Do you know why they did this rather than just enabling GC logging by default? Why re-invent the wheel? I seem to remember seeing a push do enable GC logging by default a few years ago. In particular around the time when the JVM added GC log rolling as a feature. Here's an example:

Re: Let's cut a ZK 3.5.4-beta release

2018-05-08 Thread Patrick Hunt
.5 immediately after. Let me know where you > are with the release candidate and we can decide on the best course of > action. > > If you are confident with the fix and can get it in before I start 3.5.4 it's fine with me. Thanks! Patrick > -Flavio > > > On 8 May 2018, at 05:5

Re: Let's cut a ZK 3.5.4-beta release

2018-05-07 Thread Patrick Hunt
<rake...@apache.org> > > wrote: > > > > > > I have added my feedback to the PR. Please take a look at it. > > > > > > > > > Rakesh > > > > > > On Mon, May 7, 2018 at 8:38 AM, Patrick Hunt <ph...@apache.org> wrote: > &

Re: [VOTE] Migrate ZK to Maven build

2018-05-06 Thread Patrick Hunt
The JIRA says 3.6.0 (master). Is that what we're voting on? It seems like we should backport this to all active branches, no? Thoughts? Patrick On Tue, May 1, 2018 at 9:29 PM, Michael Han wrote: > +1 > > On Mon, Apr 23, 2018 at 4:06 AM, Jordan Zimmerman < >

Re: Let's cut a ZK 3.5.4-beta release

2018-05-06 Thread Patrick Hunt
rest of the blockers are legacy that's get postponed indefinitely. > > > > > > On Wed, Mar 14, 2018 at 11:59 AM, Flavio Junqueira <f...@apache.org> > wrote: > > > > > Ok, I can have a look at ZK-2901. I'd like to get ZK-2982 in as well as > > it > >

Re: Move github discussions from JIRA comments to the JIRA worklog?

2018-05-06 Thread Patrick Hunt
bit better organised. > > > > > > > > On Tue, Apr 24, 2018 at 9:39 AM, Andor Molnar <an...@cloudera.com> > > > wrote: > > > > > > > > > definitely +1 > > > > > > > > > > > > > > > On Tue, Apr 24, 2018 at 1:13 AM

[jira] [Resolved] (ZOOKEEPER-3027) Accidently removed public API of FileTxnLog.setPreallocSize()

2018-04-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3027. - Resolution: Fixed Issue resolved by pull request 509 [https://github.com/apache

[jira] [Resolved] (ZOOKEEPER-3007) Potential NPE in ReferenceCountedACLCache#deserialize

2018-04-26 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3007. - Resolution: Fixed Fix Version/s: 3.5.4 3.4.13

Re: Apache ZooKeeper meetup May 9th in Palo Alto?

2018-04-26 Thread Patrick Hunt
Ok folks, here are the details. LMK if there are any questions or issues: https://www.meetup.com/Bay-Area-Cloudera-User-Group/events/250182745/ Regards, Patrick On Thu, Apr 26, 2018 at 10:28 AM, Patrick Hunt <ph...@apache.org> wrote: > Ok, great. I have two speakers already line

Re: Apache ZooKeeper meetup May 9th in Palo Alto?

2018-04-26 Thread Patrick Hunt
will try. I'll finalize things and send out a more detailed agenda. Regards, Patrick On Thu, Apr 26, 2018 at 1:33 AM, Shivam Goel <shivam@gmail.com> wrote: > Count me in !! > > On Mon, Apr 23, 2018 at 10:08 AM Patrick Hunt <ph...@apache.org> wrote: > > > Hi fol

[jira] [Updated] (ZOOKEEPER-2994) Tool required to recover log and snapshot entries with CRC errors

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2994: Fix Version/s: 3.4.13 > Tool required to recover log and snapshot entries with

[jira] [Updated] (ZOOKEEPER-2994) Tool required to recover log and snapshot entries with CRC errors

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2994: Affects Version/s: 3.4.13 > Tool required to recover log and snapshot entries with

Re: Fw: Re: [osgi-dev] Invalid version in bundle org.apache.hadoop.zookeeper=: 3.5.3-beta

2018-04-25 Thread Patrick Hunt
Hi Kevin. Is it the same issue as this? https://issues.apache.org/jira/browse/ZOOKEEPER-2317 If so perhaps you could take on that JIRA and help drive a solution. I think the biggest issue is that no-one on our end has sufficient experience on OSGI to verify a fix. Regards, Patrick On Wed, Apr

[jira] [Commented] (ZOOKEEPER-1752) Download area contains obsolete releases

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16453027#comment-16453027 ] Patrick Hunt commented on ZOOKEEPER-1752: - The release is being finalized currently and likely

[jira] [Commented] (ZOOKEEPER-1752) Download area contains obsolete releases

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16453010#comment-16453010 ] Patrick Hunt commented on ZOOKEEPER-1752: - 3.4.11 has a very serious regression which is fixed

Re: Please add your release data for 'zookeeper'

2018-04-25 Thread Patrick Hunt
I took care of this. Thanks Abe! Patrick On Tue, Apr 24, 2018 at 8:40 PM, Abraham Fine wrote: > 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

[jira] [Updated] (ZOOKEEPER-3026) ReadOnlyModeTest is using Thread deprecated API.

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3026: Description: Same issue as ZOOKEEPER-2415   Suspend and resume are being called

[jira] [Commented] (ZOOKEEPER-3026) ReadOnlyModeTest is using Thread deprecated API.

2018-04-25 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16452343#comment-16452343 ] Patrick Hunt commented on ZOOKEEPER-3026: - Ah, sorry about that! I will update the description

[jira] [Resolved] (ZOOKEEPER-2415) SessionTest is using Thread deprecated API.

2018-04-24 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2415. - Resolution: Fixed Hadoop Flags: Reviewed Committed to 3.4.13, 3.5.4, 3.6.0

[jira] [Assigned] (ZOOKEEPER-3026) ReadOnlyModeTest is using Thread deprecated API.

2018-04-24 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-3026: --- Assignee: Andor Molnar Andor can you drive this given you already addressed

[jira] [Created] (ZOOKEEPER-3026) ReadOnlyModeTest is using Thread deprecated API.

2018-04-24 Thread Patrick Hunt (JIRA)
Patrick Hunt created ZOOKEEPER-3026: --- Summary: ReadOnlyModeTest is using Thread deprecated API. Key: ZOOKEEPER-3026 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3026 Project: ZooKeeper

[jira] [Updated] (ZOOKEEPER-2999) CMake build should use target-level commands

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2999: Affects Version/s: 3.5.4 > CMake build should use target-level comma

[jira] [Resolved] (ZOOKEEPER-3025) cmake windows build is broken on jenkins

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3025. - Resolution: Fixed Hadoop Flags: Reviewed The patch fixed it, jenkins is green

[jira] [Commented] (ZOOKEEPER-3025) cmake windows build is broken on jenkins

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16449084#comment-16449084 ] Patrick Hunt commented on ZOOKEEPER-3025: - No worries at all [~andschwa] - I'll take a look

[jira] [Updated] (ZOOKEEPER-3019) Add a metric to track number of slow fsyncs

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3019: Fix Version/s: 3.4.13 3.6.0 3.5.4 > Add a met

[jira] [Updated] (ZOOKEEPER-3019) Add a metric to track number of slow fsyncs

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3019: Affects Version/s: 3.6.0 > Add a metric to track number of slow fsy

[jira] [Assigned] (ZOOKEEPER-3000) Use error-prone compiler

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-3000: --- Assignee: Roman Leventov > Use error-prone compi

[jira] [Updated] (ZOOKEEPER-3000) Use error-prone compiler

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3000: Fix Version/s: 3.6.0 3.5.4 > Use error-prone compi

[jira] [Updated] (ZOOKEEPER-3000) Use error-prone compiler

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3000: Affects Version/s: 3.6.0 3.5.4 > Use error-prone compi

Move github discussions from JIRA comments to the JIRA worklog?

2018-04-23 Thread Patrick Hunt
Hey devs, I noticed this recently filed by the Apache Arrow team: "Change GitHub Bot to post to Work Log instead of Comments" https://issues.apache.org/jira/browse/INFRA-16426 which really resonates with me - I'm finding that the JIRA comments are being lost amongst the github updates related to

[jira] [Updated] (ZOOKEEPER-2415) SessionTest is using Thread deprecated API.

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2415: Fix Version/s: 3.4.13 3.6.0 3.5.4 > SessionT

[jira] [Updated] (ZOOKEEPER-2994) Tool required to recover log and snapshot entries with CRC errors

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2994: Affects Version/s: 3.6.0 3.5.4 > Tool required to recover

[jira] [Resolved] (ZOOKEEPER-2994) Tool required to recover log and snapshot entries with CRC errors

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2994. - Resolution: Fixed Fix Version/s: (was: 3.4.13) Issue resolved by pull

[jira] [Assigned] (ZOOKEEPER-3025) cmake windows build is broken on jenkins

2018-04-23 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-3025: --- Assignee: Michael Han [~hanm] - could you take a look at this issue? Seems

[jira] [Created] (ZOOKEEPER-3025) cmake windows build is broken on jenkins

2018-04-23 Thread Patrick Hunt (JIRA)
Patrick Hunt created ZOOKEEPER-3025: --- Summary: cmake windows build is broken on jenkins Key: ZOOKEEPER-3025 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3025 Project: ZooKeeper

Apache ZooKeeper meetup May 9th in Palo Alto?

2018-04-23 Thread Patrick Hunt
Hi folks. I am interested in hosting a ZooKeeper meetup May 9th in Cloudera's Palo Alto offices. It's been a while since we last got together, lots of recent changes and some big plans, new additions to the PMC and committer lists, new contributors. I was hoping to use the mailing lists to gauge

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-20 Thread Patrick Hunt
The voting timeline for releases is a minimum to ensure everyone has the opportunity to participate, it's not a max. The vote can run for as long as necessary. Patrick On Fri, Apr 20, 2018 at 7:50 AM, Ted Yu wrote: > The original email said: > > bq. vote by March 31st

Re: Jenkins build fail

2018-04-19 Thread Patrick Hunt
I've been making some adjustments based on feedback from the infra folks. Hopefully we'll get it straightened soon. Thanks Norbert! Patrick On Tue, Apr 17, 2018 at 8:12 AM, Norbert Kalmar wrote: > Hi Devs, > > Just a quick update/notice: > My builds started failing last

Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-04-19 Thread Patrick Hunt
zookeeper-trunk is our historical tip build (and does things a bit differently than the jdk version coverage builds). I updated it to use jdk8latest and disabled the standalone trunk-jdk8 build. LMK if you notice anything else. Also notice that I recently (early april) introduced a job for jdk10

[jira] [Updated] (ZOOKEEPER-2994) Tool required to recover log and snapshot entries with CRC errors

2018-04-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2994: Fix Version/s: 3.4.13 > Tool required to recover log and snapshot entries with

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-04-13 Thread Patrick Hunt
Hey folks. I've been on vacation. My 0.02 - given the release candidate is well underway, 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

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 1

2018-03-28 Thread Patrick Hunt
+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: > This is a bugfix release candidate for 3.4.12. It fixes 22 issues, > including

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-26 Thread Patrick Hunt
+1 - sig/xsum verify, RAT looks 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,

Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Patrick Hunt
+1. Patrick On Thu, Mar 22, 2018 at 10:57 AM, Andor Molnar wrote: > Hi all, > > Let's start the vote on upgrading to Java8. > https://issues.apache.org/jira/browse/ZOOKEEPER-3002 > > *Shall we upgrade the minimum required Java version to compile and run > ZooKeeper on 3.5

[jira] [Updated] (ZOOKEEPER-3002) Upgrade branches 3.5 and trunk to Java 1.8

2018-03-22 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-3002: Fix Version/s: 3.6.0 3.5.4 > Upgrade branches 3.5 and trunk to J

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

2018-03-22 Thread Patrick Hunt
m> > wrote: > > > >> Okay, I dropped a mail on the user list to get some feedback. > >> > >> > >> Regards, > >> Andor > >> > >> > >> On Thu, Feb 22, 2018 at 5:59 PM, Patrick Hunt <ph...@apache.org> wrote: > >> >

Re: Let's cut a ZK 3.5.4-beta release

2018-03-14 Thread Patrick Hunt
I would like to cut 3.5.4. Need more eyes on 2901 though. Patrick On Wed, Mar 14, 2018 at 4:26 AM, Flavio Junqueira <f...@apache.org> wrote: > I think ZK-2901 is close to being merged, yes? And with that, will we cut > a 3.5.4 release? > > -Flavio > > > On 7 Dec 2017,

Re: 3.4.12

2018-03-05 Thread Patrick Hunt
R-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 Thu, Mar 1, 2018, at 21:52, Patrick Hunt wrote: > > There are 19 resolved issues http://bit.ly/2oK9aTx > > and 14 unresolved http:/

Re: 3.4.12

2018-03-01 Thread Patrick Hunt
There are 19 resolved issues http://bit.ly/2oK9aTx and 14 unresolved http://bit.ly/2oFWywS ZOOKEEPER-2184 is the only unresolved blocker, however that's not a regression and was pushed from 3.4.11, we could do so again given it's still being worked on. Abe are you interested in taking a turn as

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

2018-02-22 Thread Patrick Hunt
Perhaps discuss on the user list as Flavio mentioned prior to calling a vote? Has anyone looked at dependencies, is this consistent with what the rest of the ecosystem has defined. Hadoop/Hbase/Kafka/... components, Curator, etc... Regards, Patrick On Thu, Feb 22, 2018 at 7:52 AM, Andor Molnar

Re: Criticism on ZK

2018-02-13 Thread Patrick Hunt
On Tue, Feb 13, 2018 at 6:47 AM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > > • Unlike Kafka it does not have a vibrant and huge community (merge > those PR’s please, anyone?) > > This is clearly true. The community was active 5 or so years ago but in > the past few years it's almost

Re: ZooKeeper 3.4.11 bug: dataDir and dataLogDir swapped

2018-02-05 Thread Patrick Hunt
This is a good point Andor. I've updated the release page on the website to reflect the regression addressed in ZOOKEEPER-2960 and upcoming fix. Thanks! Patrick On Fri, Feb 2, 2018 at 1:07 AM, Andor Molnar wrote: > Hi all, > > Please be aware that 3.4.11 has a quite

[ANNOUNCE] New ZooKeeper committer: Abraham Fine

2018-01-29 Thread Patrick Hunt
The Apache ZooKeeper PMC recently extended committer karma to Abe and he has accepted. Abe has made some great contributions and we are looking forward to even more :) Congratulations and welcome aboard Abe! Patrick

Re: Failed: ZOOKEEPER- PreCommit Build #1427

2018-01-27 Thread Patrick Hunt
Hi Jordan. You can add it to ./src/java/test/config/findbugsExcludeFile.xml which is used during the check. Regards, Patrick On Fri, Jan 26, 2018 at 8:35 AM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > > > [exec] -1 findbugs. The patch appears to introduce 1 new > Findbugs

Re: Failed: ZOOKEEPER- PreCommit Build #1427

2018-01-27 Thread Patrick Hunt
Hi Jordan. You can add it to ./src/java/test/config/findbugsExcludeFile.xml which is used during the check. Patrick On Fri, Jan 26, 2018 at 8:35 AM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > > > [exec] -1 findbugs. The patch appears to introduce 1 new > Findbugs (version

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

2018-01-18 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2964. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

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

2018-01-18 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2964: Affects Version/s: 3.6.0 > "Conf" command returns dataDir and dataLogD

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

2018-01-18 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2961. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0

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

2018-01-18 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2249. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0

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

2018-01-17 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16329728#comment-16329728 ] Patrick Hunt commented on ZOOKEEPER-2964: - [~fournc] [~abrahamfine] is this related

[jira] [Resolved] (ZOOKEEPER-2963) 1

2018-01-17 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2963. - Resolution: Invalid > 1 > - > > Key: ZO

Re: Bug in Zookeeper 3.4.11 release

2018-01-17 Thread Patrick Hunt
Abe mentioned the following on the jira "Perhaps we should introduce a check of some kind?" I agree with Abe on this - if you're new to ZK in 3.4.11 and you split the directories this commit is going to result in unexpected, and likely very bad, situation. Abe - is there a jira to add this

Re: ZK Jenkins job updates.

2017-12-20 Thread Patrick Hunt
/jenkins-tools if folks have ideas they can submit PRs against this similar to the rest of the codebase. Patrick On Tue, Dec 19, 2017 at 12:03 PM, Patrick Hunt <ph...@apache.org> wrote: > I've been monitoring and the jobs seem much less flakey, afaict the > changes have improved things

Re: ZK Jenkins job updates.

2017-12-19 Thread Patrick Hunt
te: > 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 generat

[jira] [Resolved] (ZOOKEEPER-2893) very poor choice of logging if client fails to connect to server

2017-12-19 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2893. - Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.4.12

[jira] [Updated] (ZOOKEEPER-2893) very poor choice of logging if client fails to connect to server

2017-12-19 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2893: Affects Version/s: 3.6.0 3.5.3 > very poor choice of logg

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

2017-12-15 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2953. - Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.4.12

Re: Documentation improvements proposal for ZK

2017-12-15 Thread Patrick Hunt
ed, Dec 6, 2017 at 8:45 PM, Patrick Hunt <ph...@apache.org> wrote: > > > Hi folks. Now that we've gotten the website issues straightened out I > > looked back at ZOOKEEPER-925 with an eye toward simplifying our mechanics > > and make it easier for people to generate and ma

[jira] [Resolved] (ZOOKEEPER-2952) Upgrade third party libraries to address vulnerabilities

2017-12-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2952. - Resolution: Fixed Issue resolved by pull request 429 [https://github.com/apache

[jira] [Resolved] (ZOOKEEPER-2950) Add keys for the Zxid from the stat command to check_zookeeper.py

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2950. - Resolution: Fixed Issue resolved by pull request 425 [https://github.com/apache

[jira] [Resolved] (ZOOKEEPER-2951) zkServer.cmd does not start when JAVA_HOME ends with a \

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2951. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0

[jira] [Updated] (ZOOKEEPER-2952) Upgrade third party libraries to address vulnerabilities

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2952: Fix Version/s: 3.6.0 > Upgrade third party libraries to address vulnerabilit

[jira] [Updated] (ZOOKEEPER-2952) Upgrade third party libraries to address vulnerabilities

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2952: Affects Version/s: 3.6.0 > Upgrade third party libraries to address vulnerabilit

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

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2924: Fix Version/s: 3.6.0 3.5.4 > Flaky T

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

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2924. - Resolution: Fixed Hadoop Flags: Reviewed LGTM - +1 thanks Andor. > Flaky T

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

2017-12-12 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2924: Affects Version/s: 3.6.0 3.4.10 3.5.3

Re: Documentation improvements proposal for ZK

2017-12-07 Thread Patrick Hunt
Not sure if it's a coincidence - but notice that those two .md files are the largest two markdown files of the set Perhaps it's a size issue? Patrick On Thu, Dec 7, 2017 at 3:27 PM, Patrick Hunt <ph...@apache.org> wrote: > That's a very cool service, thanks for the pointer Tam

Re: Documentation improvements proposal for ZK

2017-12-07 Thread Patrick Hunt
with web access could > generate PDFs on-the-fly with the use of gitprint for themselves. > > Regards, Tamaas > > On Thu, Dec 7, 2017 at 5:45 AM, Patrick Hunt <ph...@apache.org> wrote: > > > Hi folks. Now that we've gotten the website issues straightened out I >

Documentation improvements proposal for ZK

2017-12-06 Thread Patrick Hunt
Hi folks. Now that we've gotten the website issues straightened out I looked back at ZOOKEEPER-925 with an eye toward simplifying our mechanics and make it easier for people to generate and maintain the docs. Given we're using Jekyll/Markdown successfully for the site I tried converting our

Re: Let's cut a ZK 3.5.4-beta release

2017-12-06 Thread Patrick Hunt
I haven't forgotten about this - we've been stuck on ZOOKEEPER-2901 . I think we getting closer but it's been tricky to navigate addressing the issue vs backward compat vs making things worse. I was about to sign off then noticed I had missed something. Jordan has been working to address.

[jira] [Updated] (ZOOKEEPER-2950) Add keys for the Zxid from the stat command to check_zookeeper.py

2017-12-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2950: Fix Version/s: 3.4.12 3.6.0 3.5.4 > Add k

[jira] [Assigned] (ZOOKEEPER-2950) Add keys for the Zxid from the stat command to check_zookeeper.py

2017-12-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-2950: --- Assignee: Alex Bame > Add keys for the Zxid from the stat comm

[jira] [Updated] (ZOOKEEPER-2950) Add keys for the Zxid from the stat command to check_zookeeper.py

2017-12-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2950: Affects Version/s: 3.6.0 > Add keys for the Zxid from the stat comm

[jira] [Assigned] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-12-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-2338: --- Assignee: Radu Brumariu > c bindings should create socket's with SOCK_CLOE

[jira] [Resolved] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-12-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2338. - Resolution: Fixed Fix Version/s: 3.6.0 3.5.4 > c bindi

[jira] [Updated] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

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

<    1   2   3   4   5   6   7   8   9   10   >