You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Bruce Schuchardt <bs...@pivotal.io> on 2020/02/07 16:57:42 UTC

please include the fix for geode-7750 and geode-7760 in 1.12

af8307 fixes a number of problems with auto-reconnect that have been reported recently.  Owen and Darrel did a lot of work in analyzing failures and this revision addresses the problems they encountered, plus a couple of others exposed by stress-testing.

 

Problem statement: When a locator is forced out of the cluster it goes into auto-reconnect mode.  If there are problems during recreation of the locator or cache the auto-reconnect code was hitting NPEs and other issues.

 


Re: please include the fix for geode-7750 and geode-7760 in 1.12

Posted by Ernest Burghardt <eb...@pivotal.io>.
errata

On Fri, Feb 7, 2020 at 10:36 AM Ernest Burghardt <eb...@pivotal.io>
wrote:

> There appears to be consensus that this is a critical fix.
>
> The following commit has been brought into release/1.12 as the critical fix for GEODE-7760:
>
> git cherry-pick -x af8307
>
> GEODE-7760 has been marked as 'resolved in' 1.12.
>
> Regards
> EB
>
>
> On Fri, Feb 7, 2020 at 9:07 AM Jinmei Liao <ji...@pivotal.io> wrote:
>
>> +1
>>
>> On Fri, Feb 7, 2020 at 9:06 AM Owen Nichols <on...@pivotal.io> wrote:
>>
>> > +1
>> >
>> > On Fri, Feb 7, 2020 at 9:04 AM Udo Kohlmeyer <ud...@apache.com> wrote:
>> >
>> > > +1
>> > >
>> > > On 2/7/20 8:57 AM, Bruce Schuchardt wrote:
>> > > > af8307 fixes a number of problems with auto-reconnect that have been
>> > > reported recently.  Owen and Darrel did a lot of work in analyzing
>> > failures
>> > > and this revision addresses the problems they encountered, plus a
>> couple
>> > of
>> > > others exposed by stress-testing.
>> > > >
>> > > >
>> > > >
>> > > > Problem statement: When a locator is forced out of the cluster it
>> goes
>> > > into auto-reconnect mode.  If there are problems during recreation of
>> the
>> > > locator or cache the auto-reconnect code was hitting NPEs and other
>> > issues.
>> > > >
>> > > >
>> > > >
>> > > >
>> > >
>> >
>>
>>
>> --
>> Cheers
>>
>> Jinmei
>>
>

Re: please include the fix for geode-7750 and geode-7760 in 1.12

Posted by Ernest Burghardt <eb...@pivotal.io>.
There appears to be consensus that this is a critical fix.

The following commit has been brought into release/1.12 as the
critical fix for GEODE-7760:

git cherry-pick -x af8307

GEODE-XXXX has been marked as 'resolved in' 1.12.

Regards
EB


On Fri, Feb 7, 2020 at 9:07 AM Jinmei Liao <ji...@pivotal.io> wrote:

> +1
>
> On Fri, Feb 7, 2020 at 9:06 AM Owen Nichols <on...@pivotal.io> wrote:
>
> > +1
> >
> > On Fri, Feb 7, 2020 at 9:04 AM Udo Kohlmeyer <ud...@apache.com> wrote:
> >
> > > +1
> > >
> > > On 2/7/20 8:57 AM, Bruce Schuchardt wrote:
> > > > af8307 fixes a number of problems with auto-reconnect that have been
> > > reported recently.  Owen and Darrel did a lot of work in analyzing
> > failures
> > > and this revision addresses the problems they encountered, plus a
> couple
> > of
> > > others exposed by stress-testing.
> > > >
> > > >
> > > >
> > > > Problem statement: When a locator is forced out of the cluster it
> goes
> > > into auto-reconnect mode.  If there are problems during recreation of
> the
> > > locator or cache the auto-reconnect code was hitting NPEs and other
> > issues.
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
>
> --
> Cheers
>
> Jinmei
>

Re: please include the fix for geode-7750 and geode-7760 in 1.12

Posted by Jinmei Liao <ji...@pivotal.io>.
+1

On Fri, Feb 7, 2020 at 9:06 AM Owen Nichols <on...@pivotal.io> wrote:

> +1
>
> On Fri, Feb 7, 2020 at 9:04 AM Udo Kohlmeyer <ud...@apache.com> wrote:
>
> > +1
> >
> > On 2/7/20 8:57 AM, Bruce Schuchardt wrote:
> > > af8307 fixes a number of problems with auto-reconnect that have been
> > reported recently.  Owen and Darrel did a lot of work in analyzing
> failures
> > and this revision addresses the problems they encountered, plus a couple
> of
> > others exposed by stress-testing.
> > >
> > >
> > >
> > > Problem statement: When a locator is forced out of the cluster it goes
> > into auto-reconnect mode.  If there are problems during recreation of the
> > locator or cache the auto-reconnect code was hitting NPEs and other
> issues.
> > >
> > >
> > >
> > >
> >
>


-- 
Cheers

Jinmei

Re: please include the fix for geode-7750 and geode-7760 in 1.12

Posted by Owen Nichols <on...@pivotal.io>.
+1

On Fri, Feb 7, 2020 at 9:04 AM Udo Kohlmeyer <ud...@apache.com> wrote:

> +1
>
> On 2/7/20 8:57 AM, Bruce Schuchardt wrote:
> > af8307 fixes a number of problems with auto-reconnect that have been
> reported recently.  Owen and Darrel did a lot of work in analyzing failures
> and this revision addresses the problems they encountered, plus a couple of
> others exposed by stress-testing.
> >
> >
> >
> > Problem statement: When a locator is forced out of the cluster it goes
> into auto-reconnect mode.  If there are problems during recreation of the
> locator or cache the auto-reconnect code was hitting NPEs and other issues.
> >
> >
> >
> >
>

Re: please include the fix for geode-7750 and geode-7760 in 1.12

Posted by Udo Kohlmeyer <ud...@apache.com>.
+1

On 2/7/20 8:57 AM, Bruce Schuchardt wrote:
> af8307 fixes a number of problems with auto-reconnect that have been reported recently.  Owen and Darrel did a lot of work in analyzing failures and this revision addresses the problems they encountered, plus a couple of others exposed by stress-testing.
>
>   
>
> Problem statement: When a locator is forced out of the cluster it goes into auto-reconnect mode.  If there are problems during recreation of the locator or cache the auto-reconnect code was hitting NPEs and other issues.
>
>   
>
>