|
|
-
ZooKeeper 3.4.0 release.
Mahadev Konar 2011-12-07, 18:25
Hi all, We have just come to realize that there is an issue that causes data loss/inconsistent data. This affects upgrades from 3.3.* to 3.4.0. The issue is https://issues.apache.org/jira/browse/ZOOKEEPER-1319. We are working on a fix and will be doing a 3.4.1 ASAP. We will be pulling back 3.4.0 so that folks do not download and start using it. Other downstream projects will have to upgrade to 3.4.1. Sorry for inconvenience. thanks mahadev
+
Mahadev Konar 2011-12-07, 18:25
-
Re: ZooKeeper 3.4.0 release.
Patrick Hunt 2011-12-07, 18:32
I believe this can effect not just 3.3->3.4 upgrades but also normal operation of a 3.4 cluster. I'd suggest holding off on 3.4 until 3.4.1 is available. (Mahadev and I are working on it for RC later this week, a patch should be available soon). Patrick On Wed, Dec 7, 2011 at 10:25 AM, Mahadev Konar <[EMAIL PROTECTED]> wrote: > Hi all, > We have just come to realize that there is an issue that causes data > loss/inconsistent data. This affects upgrades from 3.3.* to 3.4.0. > The issue is https://issues.apache.org/jira/browse/ZOOKEEPER-1319. We > are working on a fix and will be doing a 3.4.1 ASAP. We will be > pulling back 3.4.0 so that folks do not download and start using it. > Other downstream projects will have to upgrade to 3.4.1. Sorry for > inconvenience. > > thanks > mahadev
+
Patrick Hunt 2011-12-07, 18:32
-
Re: ZooKeeper 3.4.0 release.
Adam Rosien 2011-12-07, 20:12
Would you recommend avoiding 3.4.0 on the client-side even if the server side is 3.3.*? .. Adam On Wed, Dec 7, 2011 at 10:32 AM, Patrick Hunt <[EMAIL PROTECTED]> wrote: > I believe this can effect not just 3.3->3.4 upgrades but also normal > operation of a 3.4 cluster. I'd suggest holding off on 3.4 until 3.4.1 > is available. (Mahadev and I are working on it for RC later this week, > a patch should be available soon). > > Patrick > > On Wed, Dec 7, 2011 at 10:25 AM, Mahadev Konar <[EMAIL PROTECTED]> > wrote: > > Hi all, > > We have just come to realize that there is an issue that causes data > > loss/inconsistent data. This affects upgrades from 3.3.* to 3.4.0. > > The issue is https://issues.apache.org/jira/browse/ZOOKEEPER-1319. We > > are working on a fix and will be doing a 3.4.1 ASAP. We will be > > pulling back 3.4.0 so that folks do not download and start using it. > > Other downstream projects will have to upgrade to 3.4.1. Sorry for > > inconvenience. > > > > thanks > > mahadev >
+
Adam Rosien 2011-12-07, 20:12
-
Re: ZooKeeper 3.4.0 release.
Ted Dunning 2011-12-07, 20:13
Client side use should be much less problematic. On Wed, Dec 7, 2011 at 12:12 PM, Adam Rosien <[EMAIL PROTECTED]> wrote: > Would you recommend avoiding 3.4.0 on the client-side even if the server > side is 3.3.*? > > .. Adam > > On Wed, Dec 7, 2011 at 10:32 AM, Patrick Hunt <[EMAIL PROTECTED]> wrote: > > > I believe this can effect not just 3.3->3.4 upgrades but also normal > > operation of a 3.4 cluster. I'd suggest holding off on 3.4 until 3.4.1 > > is available. (Mahadev and I are working on it for RC later this week, > > a patch should be available soon). > > > > Patrick > > > > On Wed, Dec 7, 2011 at 10:25 AM, Mahadev Konar <[EMAIL PROTECTED]> > > wrote: > > > Hi all, > > > We have just come to realize that there is an issue that causes data > > > loss/inconsistent data. This affects upgrades from 3.3.* to 3.4.0. > > > The issue is https://issues.apache.org/jira/browse/ZOOKEEPER-1319. We > > > are working on a fix and will be doing a 3.4.1 ASAP. We will be > > > pulling back 3.4.0 so that folks do not download and start using it. > > > Other downstream projects will have to upgrade to 3.4.1. Sorry for > > > inconvenience. > > > > > > thanks > > > mahadev > > >
+
Ted Dunning 2011-12-07, 20:13
-
Re: ZooKeeper 3.4.0 release.
Mahadev Konar 2011-12-07, 21:26
Adam, As Ted mentioned, 3.4 client should be fine with 3.3 server. But again, Ill be removing the 3.4.0 release from download and maven repo's so it might impact you if you depend on the artifacts. mahadev On Wed, Dec 7, 2011 at 12:12 PM, Adam Rosien <[EMAIL PROTECTED]> wrote: > Would you recommend avoiding 3.4.0 on the client-side even if the server > side is 3.3.*? > > .. Adam > > On Wed, Dec 7, 2011 at 10:32 AM, Patrick Hunt <[EMAIL PROTECTED]> wrote: > >> I believe this can effect not just 3.3->3.4 upgrades but also normal >> operation of a 3.4 cluster. I'd suggest holding off on 3.4 until 3.4.1 >> is available. (Mahadev and I are working on it for RC later this week, >> a patch should be available soon). >> >> Patrick >> >> On Wed, Dec 7, 2011 at 10:25 AM, Mahadev Konar <[EMAIL PROTECTED]> >> wrote: >> > Hi all, >> > We have just come to realize that there is an issue that causes data >> > loss/inconsistent data. This affects upgrades from 3.3.* to 3.4.0. >> > The issue is https://issues.apache.org/jira/browse/ZOOKEEPER-1319. We >> > are working on a fix and will be doing a 3.4.1 ASAP. We will be >> > pulling back 3.4.0 so that folks do not download and start using it. >> > Other downstream projects will have to upgrade to 3.4.1. Sorry for >> > inconvenience. >> > >> > thanks >> > mahadev >>
+
Mahadev Konar 2011-12-07, 21:26
-
Re: ZooKeeper 3.4.0 release.
Ivan Kelly 2011-12-07, 21:46
> As Ted mentioned, 3.4 client should be fine with 3.3 server. But > again, Ill be removing the 3.4.0 release from download and maven > repo's so it might impact you if you depend on the artifacts. Since the client should be fine, what is the advantage of removing from maven? Does anyone actually run a server from what is in maven? Hbase maybe?
In any case, could you ensure ZOOKEEPER-1311 has been committed to the 3.4 branch before rolling the new release.
-Ivan
+
Ivan Kelly 2011-12-07, 21:46
-
Re: ZooKeeper 3.4.0 release.
Mahadev Konar 2011-12-07, 21:50
Actually, I think Ill leave the maven artifacts there but just update the downloads page and remove the tarballs. That sounds reasonable?
mahadev
On Wed, Dec 7, 2011 at 1:46 PM, Ivan Kelly <[EMAIL PROTECTED]> wrote: >> As Ted mentioned, 3.4 client should be fine with 3.3 server. But >> again, Ill be removing the 3.4.0 release from download and maven >> repo's so it might impact you if you depend on the artifacts. > Since the client should be fine, what is the advantage of removing > from maven? Does anyone actually run a server from what is in maven? > Hbase maybe? > > In any case, could you ensure ZOOKEEPER-1311 has been committed to the > 3.4 branch before rolling the new release. > > -Ivan
+
Mahadev Konar 2011-12-07, 21:50
-
Re: ZooKeeper 3.4.0 release.
ivank@... 2011-12-07, 21:56
Sounds good to me.
-Ivan
On Wed, Dec 07, 2011 at 01:50:19PM -0800, Mahadev Konar wrote: > Actually, I think Ill leave the maven artifacts there but just update > the downloads page and remove the tarballs. That sounds reasonable?
+
ivank@... 2011-12-07, 21:56
-
Re: ZooKeeper 3.4.0 release.
Patrick Hunt 2011-12-07, 22:07
Good idea Mahadev. Let's just be (more) explicit in our messaging about what's production ready and what's not.
Patrick
On Wed, Dec 7, 2011 at 1:56 PM, <[EMAIL PROTECTED]> wrote: > Sounds good to me. > > -Ivan > > On Wed, Dec 07, 2011 at 01:50:19PM -0800, Mahadev Konar wrote: >> Actually, I think Ill leave the maven artifacts there but just update >> the downloads page and remove the tarballs. That sounds reasonable? >
+
Patrick Hunt 2011-12-07, 22:07
|
|