You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Jacques Nadeau <ja...@apache.org> on 2015/06/26 17:49:58 UTC

Time for a 1.1 vote soon?

Hey Guys,

Looks like a number things are being wrapped up so it is probably about
time for a 1.1 release. Shall we branch in the next day or two and put 1.1
to a vote?

Jacques

Re: Time for a 1.1 vote soon?

Posted by Abdel Hakim Deneche <ad...@maprtech.com>.
I did a fresh git clone on both my macbook and my linux vm and run "mvn
clean install" on both, both builds finished successfully.

On Wed, Jul 1, 2015 at 7:17 AM, Jacques Nadeau <ja...@apache.org> wrote:

> Are people running with standard settings or custom settings?  With clean
> first or without?
>
> I keep running and keep getting failures.  I'll reboot and see if that
> helps.
>
> My last run (mvn clean; mvn install -DskipTests; mvn surefire:test):
>
> Tests in error:
>   TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
> after...
>   TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 »  test
> timed out...
>   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
> afte...
>
>
>
> On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <ji...@gmail.com>
> wrote:
>
> > I just had a clean run on my Mac with the latest master branch.
> >
> >
> >
> > On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <sk...@maprtech.com>
> > wrote:
> >
> > > I had a clean run on my Mac with the latest master this afternoon (and
> > > there are no new commits since then).
> > >
> > > > On Jun 30, 2015, at 9:52 PM, Steven Phillips <sphillips@maprtech.com
> >
> > > wrote:
> > > >
> > > > I just had a clean run on my Linux machine.
> > > >
> > > > On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <
> pchandra@maprtech.com>
> > > > wrote:
> > > >
> > > >> I just completed a clean build and test run (  mvn clean install) on
> > my
> > > >> Mac.
> > > >> Will try on Linux.
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <jacques@apache.org
> >
> > > >> wrote:
> > > >>
> > > >>> I ran twice more.  So here are my three results:
> > > >>>
> > > >>> 1. Errors from previous email.
> > > >>> 2. Tests hung indefinitely (mvn clean install).
> > > >>> 3. I had one test failure, (mvn clean; mvn install),
> > > >>>
> > > >>> Tests in error:
> > > >>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> > timed
> > > >> out
> > > >>> afte...
> > > >>>
> > > >>> Is anybody having consistent completions all the way through to the
> > > >>> distribution module?
> > > >>>
> > > >>>
> > > >>>
> > > >>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com>
> > > wrote:
> > > >>>>
> > > >>>> I re-ran on my mac and don't see the failures your are seeing.  I
> > got
> > > >> one
> > > >>>> error below related to zookeeper but I believe this is
> intermittent.
> > > >>>>
> > > >>>> $mvn install
> > > >>>> ....
> > > >>>>
> > > >>>> Tests in error:
> > > >>>>  TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> > > >> accessing
> > > >>>> Zookeep...
> > > >>>>
> > > >>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> > > >>>>
> > > >>>> $ java -version
> > > >>>> java version "1.7.0_45"
> > > >>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> > > >>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> > > >>>>
> > > >>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <
> jacques@apache.org
> > >
> > > >>>> wrote:
> > > >>>>
> > > >>>>> I'm seeing failures running the build on master on a mac:
> > > >>>>>
> > > >>>>> $ java -version
> > > >>>>> java version "1.7.0_80"
> > > >>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > > >>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> > > >>>>>
> > > >>>>> $mvn install
> > > >>>>>
> > > >>>>> ...
> > > >>>>>
> > > >>>>> Failed tests:
> > > >>>>>  TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are
> leaking
> > > >>> 1812
> > > >>>>> bytes expected:<0> but was:<1812>
> > > >>>>>
> > > >>>>> Tests in error:
> > > >>>
> > >
> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > > >>>>> »  t...
> > > >>>>>  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> > > >> timed
> > > >>>> out
> > > >>>>> after...
> > > >>>>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> > > >> timed
> > > >>>> out
> > > >>>>> afte...
> > > >>>>>
> TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast
> > »
> > > >>>>> UserRemote
> > > >>
> > >
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > > >>>>> »
> > > >>>>>  TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState
> > Attempted
> > > >>> to
> > > >>>>> close a...
> > > >>>>>
> > > >>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <
> > jacques@apache.org>
> > > >>>>> wrote:
> > > >>>>>
> > > >>>>>> Agreed.  I'll spin a release.
> > > >>>>>>
> > > >>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <
> > parthc@apache.org>
> > > >>>>>> wrote:
> > > >>>>>>
> > > >>>>>>> Hey guys,
> > > >>>>>>>
> > > >>>>>>>  Looks like 1.1 is looking fairly good with about 119 issues
> > > >>> fixed. I
> > > >>>>>>> would recommend we start the release process for 1.1.
> > > >>>>>>>
> > > >>>>>>> Parth
> > > >>>>>>>
> > > >>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> > > >> jacques@apache.org
> > > >>>>
> > > >>>>>>> wrote:
> > > >>>>>>>
> > > >>>>>>>> Hey Guys,
> > > >>>>>>>>
> > > >>>>>>>> Looks like a number things are being wrapped up so it is
> > > >> probably
> > > >>>>> about
> > > >>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
> > > >> and
> > > >>>> put
> > > >>>>>>> 1.1
> > > >>>>>>>> to a vote?
> > > >>>>>>>>
> > > >>>>>>>> Jacques
> > > >
> > > >
> > > >
> > > > --
> > > > Steven Phillips
> > > > Software Engineer
> > > >
> > > > mapr.com
> > >
> >
>



-- 

Abdelhakim Deneche

Software Engineer

  <http://www.mapr.com/>


Now Available - Free Hadoop On-Demand Training
<http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available>

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
I got the suite to pass.  I'm going to put it up for vote but I want
everyone to run a clean build on the release artifact and report any
failures.  It is a really bad experience for users to experience these
issues.

On Wed, Jul 1, 2015 at 8:08 AM, Abdel Hakim Deneche <ad...@maprtech.com>
wrote:

> @Sudheesh, the default value for forkCount is 2 so I don't think setting it
> explicitly in the command line makes a difference, or does it ?
>
> On Wed, Jul 1, 2015 at 8:04 AM, Sudheesh Katkam <sk...@maprtech.com>
> wrote:
>
> > I build using "mvn clean install -DforkCount=2"
> >
> > > On Jul 1, 2015, at 7:17 AM, Jacques Nadeau <ja...@apache.org> wrote:
> > >
> > > Are people running with standard settings or custom settings?  With
> clean
> > > first or without?
> > >
> > > I keep running and keep getting failures.  I'll reboot and see if that
> > > helps.
> > >
> > > My last run (mvn clean; mvn install -DskipTests; mvn surefire:test):
> > >
> > > Tests in error:
> > >  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed
> out
> > > after...
> > >  TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 »  test
> > > timed out...
> > >  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> > out
> > > afte...
> > >
> > >
> > >
> > >> On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <ji...@gmail.com>
> > wrote:
> > >>
> > >> I just had a clean run on my Mac with the latest master branch.
> > >>
> > >>
> > >>
> > >> On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <
> skatkam@maprtech.com
> > >
> > >> wrote:
> > >>
> > >>> I had a clean run on my Mac with the latest master this afternoon
> (and
> > >>> there are no new commits since then).
> > >>>
> > >>>>> On Jun 30, 2015, at 9:52 PM, Steven Phillips <
> sphillips@maprtech.com
> > >
> > >>>> wrote:
> > >>>>
> > >>>> I just had a clean run on my Linux machine.
> > >>>>
> > >>>> On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <
> pchandra@maprtech.com
> > >
> > >>>> wrote:
> > >>>>
> > >>>>> I just completed a clean build and test run (  mvn clean install)
> on
> > >> my
> > >>>>> Mac.
> > >>>>> Will try on Linux.
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <
> jacques@apache.org>
> > >>>>> wrote:
> > >>>>>
> > >>>>>> I ran twice more.  So here are my three results:
> > >>>>>>
> > >>>>>> 1. Errors from previous email.
> > >>>>>> 2. Tests hung indefinitely (mvn clean install).
> > >>>>>> 3. I had one test failure, (mvn clean; mvn install),
> > >>>>>>
> > >>>>>> Tests in error:
> > >>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> > >> timed
> > >>>>> out
> > >>>>>> afte...
> > >>>>>>
> > >>>>>> Is anybody having consistent completions all the way through to
> the
> > >>>>>> distribution module?
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <asinha@maprtech.com
> >
> > >>> wrote:
> > >>>>>>>
> > >>>>>>> I re-ran on my mac and don't see the failures your are seeing.  I
> > >> got
> > >>>>> one
> > >>>>>>> error below related to zookeeper but I believe this is
> > intermittent.
> > >>>>>>>
> > >>>>>>> $mvn install
> > >>>>>>> ....
> > >>>>>>>
> > >>>>>>> Tests in error:
> > >>>>>>> TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> > >>>>> accessing
> > >>>>>>> Zookeep...
> > >>>>>>>
> > >>>>>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> > >>>>>>>
> > >>>>>>> $ java -version
> > >>>>>>> java version "1.7.0_45"
> > >>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> > >>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> > >>>>>>>
> > >>>>>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <
> > jacques@apache.org
> > >>>
> > >>>>>>> wrote:
> > >>>>>>>
> > >>>>>>>> I'm seeing failures running the build on master on a mac:
> > >>>>>>>>
> > >>>>>>>> $ java -version
> > >>>>>>>> java version "1.7.0_80"
> > >>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > >>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> > >>>>>>>>
> > >>>>>>>> $mvn install
> > >>>>>>>>
> > >>>>>>>> ...
> > >>>>>>>>
> > >>>>>>>> Failed tests:
> > >>>>>>>> TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are
> leaking
> > >>>>>> 1812
> > >>>>>>>> bytes expected:<0> but was:<1812>
> > >>>>>>>>
> > >>>>>>>> Tests in error:
> > >>>
> > TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > >>>>>>>> »  t...
> > >>>>>>>> TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> > >>>>> timed
> > >>>>>>> out
> > >>>>>>>> after...
> > >>>>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> > >>>>> timed
> > >>>>>>> out
> > >>>>>>>> afte...
> > >>>>>>>>
> TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast
> > >> »
> > >>>>>>>> UserRemote
> > >>
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > >>>>>>>> »
> > >>>>>>>> TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState
> > >> Attempted
> > >>>>>> to
> > >>>>>>>> close a...
> > >>>>>>>>
> > >>>>>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <
> > >> jacques@apache.org>
> > >>>>>>>> wrote:
> > >>>>>>>>
> > >>>>>>>>> Agreed.  I'll spin a release.
> > >>>>>>>>>
> > >>>>>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <
> > >> parthc@apache.org>
> > >>>>>>>>> wrote:
> > >>>>>>>>>
> > >>>>>>>>>> Hey guys,
> > >>>>>>>>>>
> > >>>>>>>>>> Looks like 1.1 is looking fairly good with about 119 issues
> > >>>>>> fixed. I
> > >>>>>>>>>> would recommend we start the release process for 1.1.
> > >>>>>>>>>>
> > >>>>>>>>>> Parth
> > >>>>>>>>>>
> > >>>>>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> > >>>>> jacques@apache.org
> > >>>>>>>
> > >>>>>>>>>> wrote:
> > >>>>>>>>>>
> > >>>>>>>>>>> Hey Guys,
> > >>>>>>>>>>>
> > >>>>>>>>>>> Looks like a number things are being wrapped up so it is
> > >>>>> probably
> > >>>>>>>> about
> > >>>>>>>>>>> time for a 1.1 release. Shall we branch in the next day or
> two
> > >>>>> and
> > >>>>>>> put
> > >>>>>>>>>> 1.1
> > >>>>>>>>>>> to a vote?
> > >>>>>>>>>>>
> > >>>>>>>>>>> Jacques
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> Steven Phillips
> > >>>> Software Engineer
> > >>>>
> > >>>> mapr.com
> > >>
> >
>
>
>
> --
>
> Abdelhakim Deneche
>
> Software Engineer
>
>   <http://www.mapr.com/>
>
>
> Now Available - Free Hadoop On-Demand Training
> <
> http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available
> >
>

Re: Time for a 1.1 vote soon?

Posted by Abdel Hakim Deneche <ad...@maprtech.com>.
@Sudheesh, the default value for forkCount is 2 so I don't think setting it
explicitly in the command line makes a difference, or does it ?

On Wed, Jul 1, 2015 at 8:04 AM, Sudheesh Katkam <sk...@maprtech.com>
wrote:

> I build using "mvn clean install -DforkCount=2"
>
> > On Jul 1, 2015, at 7:17 AM, Jacques Nadeau <ja...@apache.org> wrote:
> >
> > Are people running with standard settings or custom settings?  With clean
> > first or without?
> >
> > I keep running and keep getting failures.  I'll reboot and see if that
> > helps.
> >
> > My last run (mvn clean; mvn install -DskipTests; mvn surefire:test):
> >
> > Tests in error:
> >  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
> > after...
> >  TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 »  test
> > timed out...
> >  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> out
> > afte...
> >
> >
> >
> >> On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <ji...@gmail.com>
> wrote:
> >>
> >> I just had a clean run on my Mac with the latest master branch.
> >>
> >>
> >>
> >> On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <skatkam@maprtech.com
> >
> >> wrote:
> >>
> >>> I had a clean run on my Mac with the latest master this afternoon (and
> >>> there are no new commits since then).
> >>>
> >>>>> On Jun 30, 2015, at 9:52 PM, Steven Phillips <sphillips@maprtech.com
> >
> >>>> wrote:
> >>>>
> >>>> I just had a clean run on my Linux machine.
> >>>>
> >>>> On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pchandra@maprtech.com
> >
> >>>> wrote:
> >>>>
> >>>>> I just completed a clean build and test run (  mvn clean install) on
> >> my
> >>>>> Mac.
> >>>>> Will try on Linux.
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
> >>>>> wrote:
> >>>>>
> >>>>>> I ran twice more.  So here are my three results:
> >>>>>>
> >>>>>> 1. Errors from previous email.
> >>>>>> 2. Tests hung indefinitely (mvn clean install).
> >>>>>> 3. I had one test failure, (mvn clean; mvn install),
> >>>>>>
> >>>>>> Tests in error:
> >>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> >> timed
> >>>>> out
> >>>>>> afte...
> >>>>>>
> >>>>>> Is anybody having consistent completions all the way through to the
> >>>>>> distribution module?
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com>
> >>> wrote:
> >>>>>>>
> >>>>>>> I re-ran on my mac and don't see the failures your are seeing.  I
> >> got
> >>>>> one
> >>>>>>> error below related to zookeeper but I believe this is
> intermittent.
> >>>>>>>
> >>>>>>> $mvn install
> >>>>>>> ....
> >>>>>>>
> >>>>>>> Tests in error:
> >>>>>>> TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> >>>>> accessing
> >>>>>>> Zookeep...
> >>>>>>>
> >>>>>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> >>>>>>>
> >>>>>>> $ java -version
> >>>>>>> java version "1.7.0_45"
> >>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> >>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> >>>>>>>
> >>>>>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <
> jacques@apache.org
> >>>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> I'm seeing failures running the build on master on a mac:
> >>>>>>>>
> >>>>>>>> $ java -version
> >>>>>>>> java version "1.7.0_80"
> >>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> >>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> >>>>>>>>
> >>>>>>>> $mvn install
> >>>>>>>>
> >>>>>>>> ...
> >>>>>>>>
> >>>>>>>> Failed tests:
> >>>>>>>> TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
> >>>>>> 1812
> >>>>>>>> bytes expected:<0> but was:<1812>
> >>>>>>>>
> >>>>>>>> Tests in error:
> >>>
> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> >>>>>>>> »  t...
> >>>>>>>> TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> >>>>> timed
> >>>>>>> out
> >>>>>>>> after...
> >>>>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> >>>>> timed
> >>>>>>> out
> >>>>>>>> afte...
> >>>>>>>> TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast
> >> »
> >>>>>>>> UserRemote
> >>
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> >>>>>>>> »
> >>>>>>>> TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState
> >> Attempted
> >>>>>> to
> >>>>>>>> close a...
> >>>>>>>>
> >>>>>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <
> >> jacques@apache.org>
> >>>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> Agreed.  I'll spin a release.
> >>>>>>>>>
> >>>>>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <
> >> parthc@apache.org>
> >>>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>>> Hey guys,
> >>>>>>>>>>
> >>>>>>>>>> Looks like 1.1 is looking fairly good with about 119 issues
> >>>>>> fixed. I
> >>>>>>>>>> would recommend we start the release process for 1.1.
> >>>>>>>>>>
> >>>>>>>>>> Parth
> >>>>>>>>>>
> >>>>>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> >>>>> jacques@apache.org
> >>>>>>>
> >>>>>>>>>> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Hey Guys,
> >>>>>>>>>>>
> >>>>>>>>>>> Looks like a number things are being wrapped up so it is
> >>>>> probably
> >>>>>>>> about
> >>>>>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
> >>>>> and
> >>>>>>> put
> >>>>>>>>>> 1.1
> >>>>>>>>>>> to a vote?
> >>>>>>>>>>>
> >>>>>>>>>>> Jacques
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Steven Phillips
> >>>> Software Engineer
> >>>>
> >>>> mapr.com
> >>
>



-- 

Abdelhakim Deneche

Software Engineer

  <http://www.mapr.com/>


Now Available - Free Hadoop On-Demand Training
<http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available>

Re: Time for a 1.1 vote soon?

Posted by Sudheesh Katkam <sk...@maprtech.com>.
I build using "mvn clean install -DforkCount=2"

> On Jul 1, 2015, at 7:17 AM, Jacques Nadeau <ja...@apache.org> wrote:
> 
> Are people running with standard settings or custom settings?  With clean
> first or without?
> 
> I keep running and keep getting failures.  I'll reboot and see if that
> helps.
> 
> My last run (mvn clean; mvn install -DskipTests; mvn surefire:test):
> 
> Tests in error:
>  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
> after...
>  TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 »  test
> timed out...
>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
> afte...
> 
> 
> 
>> On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <ji...@gmail.com> wrote:
>> 
>> I just had a clean run on my Mac with the latest master branch.
>> 
>> 
>> 
>> On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <sk...@maprtech.com>
>> wrote:
>> 
>>> I had a clean run on my Mac with the latest master this afternoon (and
>>> there are no new commits since then).
>>> 
>>>>> On Jun 30, 2015, at 9:52 PM, Steven Phillips <sp...@maprtech.com>
>>>> wrote:
>>>> 
>>>> I just had a clean run on my Linux machine.
>>>> 
>>>> On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pc...@maprtech.com>
>>>> wrote:
>>>> 
>>>>> I just completed a clean build and test run (  mvn clean install) on
>> my
>>>>> Mac.
>>>>> Will try on Linux.
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
>>>>> wrote:
>>>>> 
>>>>>> I ran twice more.  So here are my three results:
>>>>>> 
>>>>>> 1. Errors from previous email.
>>>>>> 2. Tests hung indefinitely (mvn clean install).
>>>>>> 3. I had one test failure, (mvn clean; mvn install),
>>>>>> 
>>>>>> Tests in error:
>>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
>> timed
>>>>> out
>>>>>> afte...
>>>>>> 
>>>>>> Is anybody having consistent completions all the way through to the
>>>>>> distribution module?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com>
>>> wrote:
>>>>>>> 
>>>>>>> I re-ran on my mac and don't see the failures your are seeing.  I
>> got
>>>>> one
>>>>>>> error below related to zookeeper but I believe this is intermittent.
>>>>>>> 
>>>>>>> $mvn install
>>>>>>> ....
>>>>>>> 
>>>>>>> Tests in error:
>>>>>>> TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
>>>>> accessing
>>>>>>> Zookeep...
>>>>>>> 
>>>>>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
>>>>>>> 
>>>>>>> $ java -version
>>>>>>> java version "1.7.0_45"
>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
>>>>>>> 
>>>>>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <jacques@apache.org
>>> 
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> I'm seeing failures running the build on master on a mac:
>>>>>>>> 
>>>>>>>> $ java -version
>>>>>>>> java version "1.7.0_80"
>>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
>>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
>>>>>>>> 
>>>>>>>> $mvn install
>>>>>>>> 
>>>>>>>> ...
>>>>>>>> 
>>>>>>>> Failed tests:
>>>>>>>> TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
>>>>>> 1812
>>>>>>>> bytes expected:<0> but was:<1812>
>>>>>>>> 
>>>>>>>> Tests in error:
>>> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
>>>>>>>> »  t...
>>>>>>>> TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
>>>>> timed
>>>>>>> out
>>>>>>>> after...
>>>>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
>>>>> timed
>>>>>>> out
>>>>>>>> afte...
>>>>>>>> TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast
>> »
>>>>>>>> UserRemote
>> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
>>>>>>>> »
>>>>>>>> TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState
>> Attempted
>>>>>> to
>>>>>>>> close a...
>>>>>>>> 
>>>>>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <
>> jacques@apache.org>
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Agreed.  I'll spin a release.
>>>>>>>>> 
>>>>>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <
>> parthc@apache.org>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Hey guys,
>>>>>>>>>> 
>>>>>>>>>> Looks like 1.1 is looking fairly good with about 119 issues
>>>>>> fixed. I
>>>>>>>>>> would recommend we start the release process for 1.1.
>>>>>>>>>> 
>>>>>>>>>> Parth
>>>>>>>>>> 
>>>>>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
>>>>> jacques@apache.org
>>>>>>> 
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Hey Guys,
>>>>>>>>>>> 
>>>>>>>>>>> Looks like a number things are being wrapped up so it is
>>>>> probably
>>>>>>>> about
>>>>>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
>>>>> and
>>>>>>> put
>>>>>>>>>> 1.1
>>>>>>>>>>> to a vote?
>>>>>>>>>>> 
>>>>>>>>>>> Jacques
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Steven Phillips
>>>> Software Engineer
>>>> 
>>>> mapr.com
>> 

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
Are people running with standard settings or custom settings?  With clean
first or without?

I keep running and keep getting failures.  I'll reboot and see if that
helps.

My last run (mvn clean; mvn install -DskipTests; mvn surefire:test):

Tests in error:
  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
after...
  TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 »  test
timed out...
  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
afte...



On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <ji...@gmail.com> wrote:

> I just had a clean run on my Mac with the latest master branch.
>
>
>
> On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <sk...@maprtech.com>
> wrote:
>
> > I had a clean run on my Mac with the latest master this afternoon (and
> > there are no new commits since then).
> >
> > > On Jun 30, 2015, at 9:52 PM, Steven Phillips <sp...@maprtech.com>
> > wrote:
> > >
> > > I just had a clean run on my Linux machine.
> > >
> > > On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pc...@maprtech.com>
> > > wrote:
> > >
> > >> I just completed a clean build and test run (  mvn clean install) on
> my
> > >> Mac.
> > >> Will try on Linux.
> > >>
> > >>
> > >>
> > >>
> > >> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
> > >> wrote:
> > >>
> > >>> I ran twice more.  So here are my three results:
> > >>>
> > >>> 1. Errors from previous email.
> > >>> 2. Tests hung indefinitely (mvn clean install).
> > >>> 3. I had one test failure, (mvn clean; mvn install),
> > >>>
> > >>> Tests in error:
> > >>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> timed
> > >> out
> > >>> afte...
> > >>>
> > >>> Is anybody having consistent completions all the way through to the
> > >>> distribution module?
> > >>>
> > >>>
> > >>>
> > >>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com>
> > wrote:
> > >>>>
> > >>>> I re-ran on my mac and don't see the failures your are seeing.  I
> got
> > >> one
> > >>>> error below related to zookeeper but I believe this is intermittent.
> > >>>>
> > >>>> $mvn install
> > >>>> ....
> > >>>>
> > >>>> Tests in error:
> > >>>>  TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> > >> accessing
> > >>>> Zookeep...
> > >>>>
> > >>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> > >>>>
> > >>>> $ java -version
> > >>>> java version "1.7.0_45"
> > >>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> > >>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> > >>>>
> > >>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <jacques@apache.org
> >
> > >>>> wrote:
> > >>>>
> > >>>>> I'm seeing failures running the build on master on a mac:
> > >>>>>
> > >>>>> $ java -version
> > >>>>> java version "1.7.0_80"
> > >>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > >>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> > >>>>>
> > >>>>> $mvn install
> > >>>>>
> > >>>>> ...
> > >>>>>
> > >>>>> Failed tests:
> > >>>>>  TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
> > >>> 1812
> > >>>>> bytes expected:<0> but was:<1812>
> > >>>>>
> > >>>>> Tests in error:
> > >>>
> > TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > >>>>> »  t...
> > >>>>>  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> > >> timed
> > >>>> out
> > >>>>> after...
> > >>>>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> > >> timed
> > >>>> out
> > >>>>> afte...
> > >>>>>  TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast
> »
> > >>>>> UserRemote
> > >>
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > >>>>> »
> > >>>>>  TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState
> Attempted
> > >>> to
> > >>>>> close a...
> > >>>>>
> > >>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <
> jacques@apache.org>
> > >>>>> wrote:
> > >>>>>
> > >>>>>> Agreed.  I'll spin a release.
> > >>>>>>
> > >>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <
> parthc@apache.org>
> > >>>>>> wrote:
> > >>>>>>
> > >>>>>>> Hey guys,
> > >>>>>>>
> > >>>>>>>  Looks like 1.1 is looking fairly good with about 119 issues
> > >>> fixed. I
> > >>>>>>> would recommend we start the release process for 1.1.
> > >>>>>>>
> > >>>>>>> Parth
> > >>>>>>>
> > >>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> > >> jacques@apache.org
> > >>>>
> > >>>>>>> wrote:
> > >>>>>>>
> > >>>>>>>> Hey Guys,
> > >>>>>>>>
> > >>>>>>>> Looks like a number things are being wrapped up so it is
> > >> probably
> > >>>>> about
> > >>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
> > >> and
> > >>>> put
> > >>>>>>> 1.1
> > >>>>>>>> to a vote?
> > >>>>>>>>
> > >>>>>>>> Jacques
> > >
> > >
> > >
> > > --
> > > Steven Phillips
> > > Software Engineer
> > >
> > > mapr.com
> >
>

Re: Time for a 1.1 vote soon?

Posted by Jinfeng Ni <ji...@gmail.com>.
I just had a clean run on my Mac with the latest master branch.



On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <sk...@maprtech.com>
wrote:

> I had a clean run on my Mac with the latest master this afternoon (and
> there are no new commits since then).
>
> > On Jun 30, 2015, at 9:52 PM, Steven Phillips <sp...@maprtech.com>
> wrote:
> >
> > I just had a clean run on my Linux machine.
> >
> > On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pc...@maprtech.com>
> > wrote:
> >
> >> I just completed a clean build and test run (  mvn clean install) on my
> >> Mac.
> >> Will try on Linux.
> >>
> >>
> >>
> >>
> >> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
> >> wrote:
> >>
> >>> I ran twice more.  So here are my three results:
> >>>
> >>> 1. Errors from previous email.
> >>> 2. Tests hung indefinitely (mvn clean install).
> >>> 3. I had one test failure, (mvn clean; mvn install),
> >>>
> >>> Tests in error:
> >>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> >> out
> >>> afte...
> >>>
> >>> Is anybody having consistent completions all the way through to the
> >>> distribution module?
> >>>
> >>>
> >>>
> >>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com>
> wrote:
> >>>>
> >>>> I re-ran on my mac and don't see the failures your are seeing.  I got
> >> one
> >>>> error below related to zookeeper but I believe this is intermittent.
> >>>>
> >>>> $mvn install
> >>>> ....
> >>>>
> >>>> Tests in error:
> >>>>  TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> >> accessing
> >>>> Zookeep...
> >>>>
> >>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> >>>>
> >>>> $ java -version
> >>>> java version "1.7.0_45"
> >>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> >>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> >>>>
> >>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org>
> >>>> wrote:
> >>>>
> >>>>> I'm seeing failures running the build on master on a mac:
> >>>>>
> >>>>> $ java -version
> >>>>> java version "1.7.0_80"
> >>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> >>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> >>>>>
> >>>>> $mvn install
> >>>>>
> >>>>> ...
> >>>>>
> >>>>> Failed tests:
> >>>>>  TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
> >>> 1812
> >>>>> bytes expected:<0> but was:<1812>
> >>>>>
> >>>>> Tests in error:
> >>>
> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> >>>>> »  t...
> >>>>>  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> >> timed
> >>>> out
> >>>>> after...
> >>>>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> >> timed
> >>>> out
> >>>>> afte...
> >>>>>  TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
> >>>>> UserRemote
> >>
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> >>>>> »
> >>>>>  TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted
> >>> to
> >>>>> close a...
> >>>>>
> >>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
> >>>>> wrote:
> >>>>>
> >>>>>> Agreed.  I'll spin a release.
> >>>>>>
> >>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
> >>>>>> wrote:
> >>>>>>
> >>>>>>> Hey guys,
> >>>>>>>
> >>>>>>>  Looks like 1.1 is looking fairly good with about 119 issues
> >>> fixed. I
> >>>>>>> would recommend we start the release process for 1.1.
> >>>>>>>
> >>>>>>> Parth
> >>>>>>>
> >>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> >> jacques@apache.org
> >>>>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> Hey Guys,
> >>>>>>>>
> >>>>>>>> Looks like a number things are being wrapped up so it is
> >> probably
> >>>>> about
> >>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
> >> and
> >>>> put
> >>>>>>> 1.1
> >>>>>>>> to a vote?
> >>>>>>>>
> >>>>>>>> Jacques
> >
> >
> >
> > --
> > Steven Phillips
> > Software Engineer
> >
> > mapr.com
>

Re: Time for a 1.1 vote soon?

Posted by Sudheesh Katkam <sk...@maprtech.com>.
I had a clean run on my Mac with the latest master this afternoon (and there are no new commits since then). 

> On Jun 30, 2015, at 9:52 PM, Steven Phillips <sp...@maprtech.com> wrote:
> 
> I just had a clean run on my Linux machine.
> 
> On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pc...@maprtech.com>
> wrote:
> 
>> I just completed a clean build and test run (  mvn clean install) on my
>> Mac.
>> Will try on Linux.
>> 
>> 
>> 
>> 
>> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
>> wrote:
>> 
>>> I ran twice more.  So here are my three results:
>>> 
>>> 1. Errors from previous email.
>>> 2. Tests hung indefinitely (mvn clean install).
>>> 3. I had one test failure, (mvn clean; mvn install),
>>> 
>>> Tests in error:
>>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
>> out
>>> afte...
>>> 
>>> Is anybody having consistent completions all the way through to the
>>> distribution module?
>>> 
>>> 
>>> 
>>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com> wrote:
>>>> 
>>>> I re-ran on my mac and don't see the failures your are seeing.  I got
>> one
>>>> error below related to zookeeper but I believe this is intermittent.
>>>> 
>>>> $mvn install
>>>> ....
>>>> 
>>>> Tests in error:
>>>>  TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
>> accessing
>>>> Zookeep...
>>>> 
>>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
>>>> 
>>>> $ java -version
>>>> java version "1.7.0_45"
>>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
>>>> 
>>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org>
>>>> wrote:
>>>> 
>>>>> I'm seeing failures running the build on master on a mac:
>>>>> 
>>>>> $ java -version
>>>>> java version "1.7.0_80"
>>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
>>>>> 
>>>>> $mvn install
>>>>> 
>>>>> ...
>>>>> 
>>>>> Failed tests:
>>>>>  TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
>>> 1812
>>>>> bytes expected:<0> but was:<1812>
>>>>> 
>>>>> Tests in error:
>>> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
>>>>> »  t...
>>>>>  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
>> timed
>>>> out
>>>>> after...
>>>>>  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
>> timed
>>>> out
>>>>> afte...
>>>>>  TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
>>>>> UserRemote
>> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
>>>>> »
>>>>>  TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted
>>> to
>>>>> close a...
>>>>> 
>>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
>>>>> wrote:
>>>>> 
>>>>>> Agreed.  I'll spin a release.
>>>>>> 
>>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
>>>>>> wrote:
>>>>>> 
>>>>>>> Hey guys,
>>>>>>> 
>>>>>>>  Looks like 1.1 is looking fairly good with about 119 issues
>>> fixed. I
>>>>>>> would recommend we start the release process for 1.1.
>>>>>>> 
>>>>>>> Parth
>>>>>>> 
>>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
>> jacques@apache.org
>>>> 
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Hey Guys,
>>>>>>>> 
>>>>>>>> Looks like a number things are being wrapped up so it is
>> probably
>>>>> about
>>>>>>>> time for a 1.1 release. Shall we branch in the next day or two
>> and
>>>> put
>>>>>>> 1.1
>>>>>>>> to a vote?
>>>>>>>> 
>>>>>>>> Jacques
> 
> 
> 
> -- 
> Steven Phillips
> Software Engineer
> 
> mapr.com

Re: Time for a 1.1 vote soon?

Posted by Steven Phillips <sp...@maprtech.com>.
I just had a clean run on my Linux machine.

On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <pc...@maprtech.com>
wrote:

> I just completed a clean build and test run (  mvn clean install) on my
> Mac.
> Will try on Linux.
>
>
>
>
> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org>
> wrote:
>
> > I ran twice more.  So here are my three results:
> >
> > 1. Errors from previous email.
> > 2. Tests hung indefinitely (mvn clean install).
> > 3. I had one test failure, (mvn clean; mvn install),
> >
> > Tests in error:
> >   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> out
> > afte...
> >
> > Is anybody having consistent completions all the way through to the
> > distribution module?
> >
> >
> >
> > On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com> wrote:
> >
> > > I re-ran on my mac and don't see the failures your are seeing.  I got
> one
> > > error below related to zookeeper but I believe this is intermittent.
> > >
> > > $mvn install
> > > ....
> > >
> > > Tests in error:
> > >   TestPStoreProviders.verifyZkStore:55 » Runtime Failure while
> accessing
> > > Zookeep...
> > >
> > > Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> > >
> > > $ java -version
> > > java version "1.7.0_45"
> > > Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> > > Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> > >
> > > On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org>
> > > wrote:
> > >
> > > > I'm seeing failures running the build on master on a mac:
> > > >
> > > > $ java -version
> > > > java version "1.7.0_80"
> > > > Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > > > Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> > > >
> > > > $mvn install
> > > >
> > > > ...
> > > >
> > > > Failed tests:
> > > >   TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
> > 1812
> > > > bytes expected:<0> but was:<1812>
> > > >
> > > > Tests in error:
> > > >
> > >
> > TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > > > »  t...
> > > >   TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test
> timed
> > > out
> > > > after...
> > > >   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test
> timed
> > > out
> > > > afte...
> > > >   TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
> > > > UserRemote
> > > >
> > > >
> > > >
> > >
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > > > »
> > > >   TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted
> > to
> > > > close a...
> > > >
> > > > On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
> > > > wrote:
> > > >
> > > > > Agreed.  I'll spin a release.
> > > > >
> > > > > On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
> > > > wrote:
> > > > >
> > > > >> Hey guys,
> > > > >>
> > > > >>   Looks like 1.1 is looking fairly good with about 119 issues
> > fixed. I
> > > > >> would recommend we start the release process for 1.1.
> > > > >>
> > > > >> Parth
> > > > >>
> > > > >> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <
> jacques@apache.org
> > >
> > > > >> wrote:
> > > > >>
> > > > >> > Hey Guys,
> > > > >> >
> > > > >> > Looks like a number things are being wrapped up so it is
> probably
> > > > about
> > > > >> > time for a 1.1 release. Shall we branch in the next day or two
> and
> > > put
> > > > >> 1.1
> > > > >> > to a vote?
> > > > >> >
> > > > >> > Jacques
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>



-- 
 Steven Phillips
 Software Engineer

 mapr.com

Re: Time for a 1.1 vote soon?

Posted by Parth Chandra <pc...@maprtech.com>.
I just completed a clean build and test run (  mvn clean install) on my
Mac.
Will try on Linux.




On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <ja...@apache.org> wrote:

> I ran twice more.  So here are my three results:
>
> 1. Errors from previous email.
> 2. Tests hung indefinitely (mvn clean install).
> 3. I had one test failure, (mvn clean; mvn install),
>
> Tests in error:
>   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
> afte...
>
> Is anybody having consistent completions all the way through to the
> distribution module?
>
>
>
> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com> wrote:
>
> > I re-ran on my mac and don't see the failures your are seeing.  I got one
> > error below related to zookeeper but I believe this is intermittent.
> >
> > $mvn install
> > ....
> >
> > Tests in error:
> >   TestPStoreProviders.verifyZkStore:55 » Runtime Failure while accessing
> > Zookeep...
> >
> > Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
> >
> > $ java -version
> > java version "1.7.0_45"
> > Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> > Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
> >
> > On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org>
> > wrote:
> >
> > > I'm seeing failures running the build on master on a mac:
> > >
> > > $ java -version
> > > java version "1.7.0_80"
> > > Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > > Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> > >
> > > $mvn install
> > >
> > > ...
> > >
> > > Failed tests:
> > >   TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking
> 1812
> > > bytes expected:<0> but was:<1812>
> > >
> > > Tests in error:
> > >
> >
> TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > > »  t...
> > >   TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed
> > out
> > > after...
> > >   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> > out
> > > afte...
> > >   TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
> > > UserRemote
> > >
> > >
> > >
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > > »
> > >   TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted
> to
> > > close a...
> > >
> > > On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
> > > wrote:
> > >
> > > > Agreed.  I'll spin a release.
> > > >
> > > > On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
> > > wrote:
> > > >
> > > >> Hey guys,
> > > >>
> > > >>   Looks like 1.1 is looking fairly good with about 119 issues
> fixed. I
> > > >> would recommend we start the release process for 1.1.
> > > >>
> > > >> Parth
> > > >>
> > > >> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <jacques@apache.org
> >
> > > >> wrote:
> > > >>
> > > >> > Hey Guys,
> > > >> >
> > > >> > Looks like a number things are being wrapped up so it is probably
> > > about
> > > >> > time for a 1.1 release. Shall we branch in the next day or two and
> > put
> > > >> 1.1
> > > >> > to a vote?
> > > >> >
> > > >> > Jacques
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
I ran twice more.  So here are my three results:

1. Errors from previous email.
2. Tests hung indefinitely (mvn clean install).
3. I had one test failure, (mvn clean; mvn install),

Tests in error:
  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
afte...

Is anybody having consistent completions all the way through to the
distribution module?



On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <as...@maprtech.com> wrote:

> I re-ran on my mac and don't see the failures your are seeing.  I got one
> error below related to zookeeper but I believe this is intermittent.
>
> $mvn install
> ....
>
> Tests in error:
>   TestPStoreProviders.verifyZkStore:55 » Runtime Failure while accessing
> Zookeep...
>
> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114
>
> $ java -version
> java version "1.7.0_45"
> Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
>
> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org>
> wrote:
>
> > I'm seeing failures running the build on master on a mac:
> >
> > $ java -version
> > java version "1.7.0_80"
> > Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> > Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
> >
> > $mvn install
> >
> > ...
> >
> > Failed tests:
> >   TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking 1812
> > bytes expected:<0> but was:<1812>
> >
> > Tests in error:
> >
>  TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> > »  t...
> >   TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed
> out
> > after...
> >   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed
> out
> > afte...
> >   TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
> > UserRemote
> >
> >
> >
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> > »
> >   TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted to
> > close a...
> >
> > On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
> > wrote:
> >
> > > Agreed.  I'll spin a release.
> > >
> > > On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
> > wrote:
> > >
> > >> Hey guys,
> > >>
> > >>   Looks like 1.1 is looking fairly good with about 119 issues fixed. I
> > >> would recommend we start the release process for 1.1.
> > >>
> > >> Parth
> > >>
> > >> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <ja...@apache.org>
> > >> wrote:
> > >>
> > >> > Hey Guys,
> > >> >
> > >> > Looks like a number things are being wrapped up so it is probably
> > about
> > >> > time for a 1.1 release. Shall we branch in the next day or two and
> put
> > >> 1.1
> > >> > to a vote?
> > >> >
> > >> > Jacques
> > >> >
> > >>
> > >
> > >
> >
>

Re: Time for a 1.1 vote soon?

Posted by Aman Sinha <as...@maprtech.com>.
I re-ran on my mac and don't see the failures your are seeing.  I got one
error below related to zookeeper but I believe this is intermittent.

$mvn install
....

Tests in error:
  TestPStoreProviders.verifyZkStore:55 » Runtime Failure while accessing
Zookeep...

Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114

$ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau <ja...@apache.org> wrote:

> I'm seeing failures running the build on master on a mac:
>
> $ java -version
> java version "1.7.0_80"
> Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
>
> $mvn install
>
> ...
>
> Failed tests:
>   TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking 1812
> bytes expected:<0> but was:<1812>
>
> Tests in error:
>   TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
> »  t...
>   TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
> after...
>   TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
> afte...
>   TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
> UserRemote
>
>
> TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
> »
>   TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted to
> close a...
>
> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org>
> wrote:
>
> > Agreed.  I'll spin a release.
> >
> > On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org>
> wrote:
> >
> >> Hey guys,
> >>
> >>   Looks like 1.1 is looking fairly good with about 119 issues fixed. I
> >> would recommend we start the release process for 1.1.
> >>
> >> Parth
> >>
> >> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <ja...@apache.org>
> >> wrote:
> >>
> >> > Hey Guys,
> >> >
> >> > Looks like a number things are being wrapped up so it is probably
> about
> >> > time for a 1.1 release. Shall we branch in the next day or two and put
> >> 1.1
> >> > to a vote?
> >> >
> >> > Jacques
> >> >
> >>
> >
> >
>

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
I'm seeing failures running the build on master on a mac:

$ java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

$mvn install

...

Failed tests:
  TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking 1812
bytes expected:<0> but was:<1812>

Tests in error:
  TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2
»  t...
  TestMergingReceiver.testMultipleProvidersMixedSizes:98 »  test timed out
after...
  TestSpoolingBuffer.testMultipleExchangesSingleThread:50 »  test timed out
afte...
  TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast »
UserRemote

TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278
»
  TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState Attempted to
close a...

On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau <ja...@apache.org> wrote:

> Agreed.  I'll spin a release.
>
> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org> wrote:
>
>> Hey guys,
>>
>>   Looks like 1.1 is looking fairly good with about 119 issues fixed. I
>> would recommend we start the release process for 1.1.
>>
>> Parth
>>
>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <ja...@apache.org>
>> wrote:
>>
>> > Hey Guys,
>> >
>> > Looks like a number things are being wrapped up so it is probably about
>> > time for a 1.1 release. Shall we branch in the next day or two and put
>> 1.1
>> > to a vote?
>> >
>> > Jacques
>> >
>>
>
>

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
Agreed.  I'll spin a release.

On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra <pa...@apache.org> wrote:

> Hey guys,
>
>   Looks like 1.1 is looking fairly good with about 119 issues fixed. I
> would recommend we start the release process for 1.1.
>
> Parth
>
> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <ja...@apache.org>
> wrote:
>
> > Hey Guys,
> >
> > Looks like a number things are being wrapped up so it is probably about
> > time for a 1.1 release. Shall we branch in the next day or two and put
> 1.1
> > to a vote?
> >
> > Jacques
> >
>

Re: Time for a 1.1 vote soon?

Posted by Parth Chandra <pa...@apache.org>.
Hey guys,

  Looks like 1.1 is looking fairly good with about 119 issues fixed. I
would recommend we start the release process for 1.1.

Parth

On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau <ja...@apache.org> wrote:

> Hey Guys,
>
> Looks like a number things are being wrapped up so it is probably about
> time for a 1.1 release. Shall we branch in the next day or two and put 1.1
> to a vote?
>
> Jacques
>

Re: Time for a 1.1 vote soon?

Posted by Matthew Burgess <ma...@gmail.com>.
Thanks much!

From:  Parth Chandra <pc...@maprtech.com>
Reply-To:  <de...@drill.apache.org>
Date:  Friday, June 26, 2015 at 4:15 PM
To:  <de...@drill.apache.org>
Subject:  Re: Time for a 1.1 vote soon?

Let me run some tests and I'll get this merged in.

+1 on putting 1.1 out for vote in the next couple of days.

On Fri, Jun 26, 2015 at 11:59 AM, Jacques Nadeau <ja...@apache.org> wrote:

>  I think it got lost without a version on it.  I've added 1.1.  Let's try to
>  get it merged.
> 
>  On Fri, Jun 26, 2015 at 11:56 AM, Matthew Burgess <ma...@gmail.com>
>  wrote:
> 
>>  > Is https://issues.apache.org/jira/browse/DRILL-3199 on the table for
>  1.1?
>>  >
>>  > From:  Jacques Nadeau <ja...@apache.org>
>>  > Reply-To:  <de...@drill.apache.org>
>>  > Date:  Friday, June 26, 2015 at 11:49 AM
>>  > To:  "dev@drill.apache.org" <de...@drill.apache.org>
>>  > Subject:  Time for a 1.1 vote soon?
>>  >
>>  > Hey Guys,
>>  >
>>  > Looks like a number things are being wrapped up so it is probably about
>>  > time for a 1.1 release. Shall we branch in the next day or two and put
>  1.1
>>  > to a vote?
>>  >
>>  > Jacques
>>  >
>>  >
>>  >
>>  >
> 




Re: Time for a 1.1 vote soon?

Posted by Parth Chandra <pc...@maprtech.com>.
Let me run some tests and I'll get this merged in.

+1 on putting 1.1 out for vote in the next couple of days.

On Fri, Jun 26, 2015 at 11:59 AM, Jacques Nadeau <ja...@apache.org> wrote:

> I think it got lost without a version on it.  I've added 1.1.  Let's try to
> get it merged.
>
> On Fri, Jun 26, 2015 at 11:56 AM, Matthew Burgess <ma...@gmail.com>
> wrote:
>
> > Is https://issues.apache.org/jira/browse/DRILL-3199 on the table for
> 1.1?
> >
> > From:  Jacques Nadeau <ja...@apache.org>
> > Reply-To:  <de...@drill.apache.org>
> > Date:  Friday, June 26, 2015 at 11:49 AM
> > To:  "dev@drill.apache.org" <de...@drill.apache.org>
> > Subject:  Time for a 1.1 vote soon?
> >
> > Hey Guys,
> >
> > Looks like a number things are being wrapped up so it is probably about
> > time for a 1.1 release. Shall we branch in the next day or two and put
> 1.1
> > to a vote?
> >
> > Jacques
> >
> >
> >
> >
>

Re: Time for a 1.1 vote soon?

Posted by Jacques Nadeau <ja...@apache.org>.
I think it got lost without a version on it.  I've added 1.1.  Let's try to
get it merged.

On Fri, Jun 26, 2015 at 11:56 AM, Matthew Burgess <ma...@gmail.com>
wrote:

> Is https://issues.apache.org/jira/browse/DRILL-3199 on the table for 1.1?
>
> From:  Jacques Nadeau <ja...@apache.org>
> Reply-To:  <de...@drill.apache.org>
> Date:  Friday, June 26, 2015 at 11:49 AM
> To:  "dev@drill.apache.org" <de...@drill.apache.org>
> Subject:  Time for a 1.1 vote soon?
>
> Hey Guys,
>
> Looks like a number things are being wrapped up so it is probably about
> time for a 1.1 release. Shall we branch in the next day or two and put 1.1
> to a vote?
>
> Jacques
>
>
>
>

Re: Time for a 1.1 vote soon?

Posted by Matthew Burgess <ma...@gmail.com>.
Is https://issues.apache.org/jira/browse/DRILL-3199 on the table for 1.1?

From:  Jacques Nadeau <ja...@apache.org>
Reply-To:  <de...@drill.apache.org>
Date:  Friday, June 26, 2015 at 11:49 AM
To:  "dev@drill.apache.org" <de...@drill.apache.org>
Subject:  Time for a 1.1 vote soon?

Hey Guys,

Looks like a number things are being wrapped up so it is probably about
time for a 1.1 release. Shall we branch in the next day or two and put 1.1
to a vote?

Jacques