Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Ernest Burghardt
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-7763: git cherry-pick -x b4c3e9413f0008635b0a0c9116c96147d1e4ceec GEODE-7763 has been marked as 'resolved in' 1.12. Regards EB On Wed, Mar 18, 2020

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Bruce Schuchardt
+1 On 3/18/20, 11:41 AM, "Jason Huynh" wrote: Hello Dev list, I'd like to include a fix for GEODE-7763 in release 1.12.0. The change removes the call to exportValue, preventing a serialization, when no clients are waiting for the specific event. The reason why I think

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Donal Evans
+1 On Wed, Mar 18, 2020 at 12:32 PM John Blum wrote: > +1 > > On Wed, Mar 18, 2020 at 11:52 AM Owen Nichols wrote: > > > +1 > > > > > On Mar 18, 2020, at 11:49 AM, Dick Cavender > > wrote: > > > > > > +1 > > > > > > On Wed, Mar 18, 2020 at 11:43 AM Nabarun Nag wrote: > > > > > >> +1 > > >> >

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread John Blum
+1 On Wed, Mar 18, 2020 at 11:52 AM Owen Nichols wrote: > +1 > > > On Mar 18, 2020, at 11:49 AM, Dick Cavender > wrote: > > > > +1 > > > > On Wed, Mar 18, 2020 at 11:43 AM Nabarun Nag wrote: > > > >> +1 > >> > >> On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: > >> > >>> Hello Dev list,

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Owen Nichols
+1 > On Mar 18, 2020, at 11:49 AM, Dick Cavender wrote: > > +1 > > On Wed, Mar 18, 2020 at 11:43 AM Nabarun Nag wrote: > >> +1 >> >> On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: >> >>> Hello Dev list, >>> >>> I'd like to include a fix for GEODE-7763 in release 1.12.0. >>> The

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Patrick Johnson
+1 On 3/18/20, 11:50 AM, "Dan Smith" wrote: +1 On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: > Hello Dev list, > > I'd like to include a fix for GEODE-7763 in release 1.12.0. > The change removes the call to exportValue, preventing a serialization,

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Dan Smith
+1 On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: > Hello Dev list, > > I'd like to include a fix for GEODE-7763 in release 1.12.0. > The change removes the call to exportValue, preventing a serialization, > when no clients are waiting for the specific event. > The reason why I think it

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Dick Cavender
+1 On Wed, Mar 18, 2020 at 11:43 AM Nabarun Nag wrote: > +1 > > On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: > > > Hello Dev list, > > > > I'd like to include a fix for GEODE-7763 in release 1.12.0. > > The change removes the call to exportValue, preventing a serialization, > > when no

Re: [PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Nabarun Nag
+1 On Wed, Mar 18, 2020 at 11:41 AM Jason Huynh wrote: > Hello Dev list, > > I'd like to include a fix for GEODE-7763 in release 1.12.0. > The change removes the call to exportValue, preventing a serialization, > when no clients are waiting for the specific event. > The reason why I think it

[PROPOSAL] Include fix for GEODE-7763 into release 1.12.0

2020-03-18 Thread Jason Huynh
Hello Dev list, I'd like to include a fix for GEODE-7763 in release 1.12.0. The change removes the call to exportValue, preventing a serialization, when no clients are waiting for the specific event. The reason why I think it should be in the release is that we noticed a negative effect on