|
|
Jordan Zimmerman 2012-10-14, 20:49
I running in to what looks like a regression in ZOOKEEPER-1437. What I don't understand is why SASL is being used at all. Is it always on? I'm connecting a 3.4.4 client to a 3.3.5 ensemble. The only wrinkle is that my connection string is "localhost:2181".
-Jordan
Hanno Schlichting 2012-10-14, 20:58
On Sun, Oct 14, 2012 at 10:49 PM, Jordan Zimmerman <[EMAIL PROTECTED]> wrote: > I running in to what looks like a regression in ZOOKEEPER-1437. What I don't understand is why SASL is being used at all. Is it always on? I'm connecting a 3.4.4 client to a 3.3.5 ensemble. The only wrinkle is that my connection string is "localhost:2181".
Did you try the 3.4.5 candidate?
>From what I understood some versions of the JDK have a default SASL configuration and some don't. So even if you don't use SASL yourself, you could still run into a problem with 3.4.4. Thus the 3.4.5 emergency fix release.
Hanno
Jordan Zimmerman 2012-10-14, 21:03
No - I haven't. I can't find that release on the mirrors. Do I have it build it myself?
On Oct 14, 2012, at 1:58 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 14, 2012 at 10:49 PM, Jordan Zimmerman > <[EMAIL PROTECTED]> wrote: >> I running in to what looks like a regression in ZOOKEEPER-1437. What I don't understand is why SASL is being used at all. Is it always on? I'm connecting a 3.4.4 client to a 3.3.5 ensemble. The only wrinkle is that my connection string is "localhost:2181". > > Did you try the 3.4.5 candidate? > > From what I understood some versions of the JDK have a default SASL > configuration and some don't. So even if you don't use SASL yourself, > you could still run into a problem with 3.4.4. Thus the 3.4.5 > emergency fix release. > > Hanno
Hanno Schlichting 2012-10-14, 21:05
On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman <[EMAIL PROTECTED]> wrote: > No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? It's still being "voted on", thus only lives at https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/Hanno
Jordan Zimmerman 2012-10-14, 21:11
I'll wait for release. -JZ On Oct 14, 2012, at 2:05 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: > On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman > <[EMAIL PROTECTED]> wrote: >> No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? > > It's still being "voted on", thus only lives at > https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/> > Hanno
Mahadev Konar 2012-10-14, 23:43
Thanks Jordan/Hanno, The release is on hold give a couple of more bugs that were found in 3.4.4/3.4.5-rc0. If you want to go ahead and try 3.4.5 to verify if the issue that you reported is fixed that would be great Jordan, else we can wait for the new RC/release. thanks mahadev On Sun, Oct 14, 2012 at 2:11 PM, Jordan Zimmerman <[EMAIL PROTECTED]> wrote: > I'll wait for release. > > -JZ > > On Oct 14, 2012, at 2:05 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: > >> On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman >> <[EMAIL PROTECTED]> wrote: >>> No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? >> >> It's still being "voted on", thus only lives at >> https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/>> >> Hanno >
Jordan Zimmerman 2012-10-14, 23:46
It's a bit of work to get a "naked" JAR into our build system. It would be a lot easier for me to wait for a release. -JZ On Oct 14, 2012, at 4:43 PM, Mahadev Konar <[EMAIL PROTECTED]> wrote: > Thanks Jordan/Hanno, > The release is on hold give a couple of more bugs that were found in > 3.4.4/3.4.5-rc0. If you want to go ahead and try 3.4.5 to verify if > the issue that you reported is fixed that would be great Jordan, else > we can wait for the new RC/release. > > thanks > mahadev > > On Sun, Oct 14, 2012 at 2:11 PM, Jordan Zimmerman > <[EMAIL PROTECTED]> wrote: >> I'll wait for release. >> >> -JZ >> >> On Oct 14, 2012, at 2:05 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: >> >>> On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman >>> <[EMAIL PROTECTED]> wrote: >>>> No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? >>> >>> It's still being "voted on", thus only lives at >>> https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/>>> >>> Hanno >>
Jordan Zimmerman 2012-10-14, 23:53
Scratch that - I just did a quickie test by overwriting the JAR directly with Mahadev's RC on one of my instances. It fixes my problem. So, hopefully that can help in the voting process. -JZ On Oct 14, 2012, at 2:05 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: > On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman > <[EMAIL PROTECTED]> wrote: >> No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? > > It's still being "voted on", thus only lives at > https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/> > Hanno
Mahadev Konar 2012-10-15, 02:27
Thanks Jordan! That helps a lot :). mahadev On Sun, Oct 14, 2012 at 4:53 PM, Jordan Zimmerman <[EMAIL PROTECTED]> wrote: > Scratch that - I just did a quickie test by overwriting the JAR directly with Mahadev's RC on one of my instances. It fixes my problem. So, hopefully that can help in the voting process. > > -JZ > > On Oct 14, 2012, at 2:05 PM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: > >> On Sun, Oct 14, 2012 at 11:03 PM, Jordan Zimmerman >> <[EMAIL PROTECTED]> wrote: >>> No - I haven't. I can't find that release on the mirrors. Do I have it build it myself? >> >> It's still being "voted on", thus only lives at >> https://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-0/>> >> Hanno >
|
|