Re: [VOTE] Inclusion of GEODE-7159 into 1.11

2019-12-17 Thread John Blum
+1 On Tue, Dec 17, 2019 at 3:25 PM Dick Cavender wrote: > +1 > > On Tue, Dec 17, 2019 at 3:01 PM Patrick Johnson > wrote: > > > +1 > > > > > On Dec 17, 2019, at 2:59 PM, Owen Nichols wrote: > > > > > > +1 > > > > > >> On Dec 17, 2019, at 2:58 PM, Udo Kohlmeyer wrote: > > >> > > >> Hi there Ap

Re: [VOTE] Inclusion of GEODE-7159 into 1.11

2019-12-17 Thread Dick Cavender
+1 On Tue, Dec 17, 2019 at 3:01 PM Patrick Johnson wrote: > +1 > > > On Dec 17, 2019, at 2:59 PM, Owen Nichols wrote: > > > > +1 > > > >> On Dec 17, 2019, at 2:58 PM, Udo Kohlmeyer wrote: > >> > >> Hi there Apache Devs. > >> > >> I can we please vote on the inclusion of GEODE-7159. This issue

Re: [VOTE] Inclusion of GEODE-7159 into 1.11

2019-12-17 Thread Patrick Johnson
+1 > On Dec 17, 2019, at 2:59 PM, Owen Nichols wrote: > > +1 > >> On Dec 17, 2019, at 2:58 PM, Udo Kohlmeyer wrote: >> >> Hi there Apache Devs. >> >> I can we please vote on the inclusion of GEODE-7159. This issue is to fix an >> bug which assumes that all `Pool` objects are of type `PoolIm

Re: [VOTE] Inclusion of GEODE-7159 into 1.11

2019-12-17 Thread Owen Nichols
+1 > On Dec 17, 2019, at 2:58 PM, Udo Kohlmeyer wrote: > > Hi there Apache Devs. > > I can we please vote on the inclusion of GEODE-7159. This issue is to fix an > bug which assumes that all `Pool` objects are of type `PoolImpl` and > immediately casts Pool -> PoolImpl. This issue is related

[VOTE] Inclusion of GEODE-7159 into 1.11

2019-12-17 Thread Udo Kohlmeyer
Hi there Apache Devs. I can we please vote on the inclusion of GEODE-7159. This issue is to fix an bug which assumes that all `Pool` objects are of type `PoolImpl` and immediately casts Pool -> PoolImpl. This issue is related to GEODE-7531, and is specific to the emergencyClose method. In th