You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by lars hofhansl <la...@apache.org> on 2014/01/11 01:43:10 UTC

[VOTE] The 1st hbase 0.94.16 release candidate is available for download

The 1st 0.94.16 RC is available for download at http://people.apache.org/~larsh/hbase-0.94.16-rc0/
Signed with my code signing key: C7CFE328

HBase 0.94.16 is a bug fix release:
    [HBASE-10257] - [0.94] Master aborts due to assignment race
    [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison result for <, <=, > and >=
    [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
    [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException from PENDING_OPEN to OFFLINE
    [HBASE-9346] - HBCK should provide an option to check if regions boundaries are the same in META and in stores.
    [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when using FilterList
    [HBASE-10193] - Cleanup HRegion if one of the store fails to open at region initialization
    [HBASE-10214] - Regionserver shutdown improperly and leaves the dir in .old not deleted
    [HBASE-10215] - TableNotFoundException should be thrown after removing stale znode in ETH
    [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
    [HBASE-10250] - [0.94] TestHLog fails occasionally
    [HBASE-10268] - TestSplitLogWorker occasionally fails
    [HBASE-10272] - Cluster becomes nonoperational if the node hosting the active Master AND ROOT/META table goes offline
    [HBASE-10273] - AssignmentManager.regions and AssignmentManager.servers are not always updated in tandem
    [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
    [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails frequently in 0.94
    [HBASE-10284] - Build broken with svn 1.8
    [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
    [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()
    [HBASE-10285] - All for configurable policies in ChaosMonkey
    [HBASE-10259] - [0.94] Upgrade JUnit to 4.11

Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue with aborting HMasters,
as well as HBASE-10259, which allows passing Jenkins builds with JDK7.

The list of changes is also available here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656

Here're the jenkins runs for this RC: https://builds.apache.org/job/HBase-0.94.16/4/ and https://builds.apache.org/job/HBase-0.94.16-security/2/

Please try out the RC, check out the doc, take it for a spin, etc, and vote +1/-1 by EOD Januart 17th on whether we should release this as 0.94.16.

Thanks.

-- Lars

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by James Taylor <jt...@salesforce.com>.
Thanks, Ted, for compiling against Phoenix.


On Sat, Jan 11, 2014 at 3:15 PM, Ted Yu <yu...@gmail.com> wrote:

> +1 based on the following:
>
> 1. Ran test suite using JDK 1.7 for security profile - pass
>   See bottom of email.
> 2. compiled Phoenix with locally built 0.94.16 - pass
> 3. checked the documentation
>
> Cheers
>
>
> Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:09:37.793s
> [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> [INFO] Final Memory: 23M/697M
>
>
> On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:
>
> > The 1st 0.94.16 RC is available for download at
> > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > Signed with my code signing key: C7CFE328
> >
> > HBase 0.94.16 is a bug fix release:
> >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> result
> > for <, <=, > and >=
> >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> >     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> > from PENDING_OPEN to OFFLINE
> >     [HBASE-9346] - HBCK should provide an option to check if regions
> > boundaries are the same in META and in stores.
> >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> > using FilterList
> >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> > region initialization
> >     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir
> in
> > .old not deleted
> >     [HBASE-10215] - TableNotFoundException should be thrown after
> removing
> > stale znode in ETH
> >     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
> >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> >     [HBASE-10272] - Cluster becomes nonoperational if the node hosting
> the
> > active Master AND ROOT/META table goes offline
> >     [HBASE-10273] - AssignmentManager.regions and
> > AssignmentManager.servers are not always updated in tandem
> >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > frequently in 0.94
> >     [HBASE-10284] - Build broken with svn 1.8
> >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > should ensure that ZKDatabase is closed upon shutdown()
> >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> >
> > Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> > with aborting HMasters,
> > as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
> >
> > The list of changes is also available here:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> >
> > Here're the jenkins runs for this RC:
> > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > https://builds.apache.org/job/HBase-0.94.16-security/2/
> >
> > Please try out the RC, check out the doc, take it for a spin, etc, and
> > vote +1/-1 by EOD Januart 17th on whether we should release this as
> 0.94.16.
> >
> > Thanks.
> >
> > -- Lars
> >
>

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by Ted Yu <yu...@gmail.com>.
Jean-Marc:
I created HBASE-10365 mentioning this thread for your credit.

Cheers


On Thu, Jan 16, 2014 at 1:18 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Yes, each time I do HBCK I see the exception in the logs. I agree that it's
> most probably only because of HBCK not disconnecting properly.
>
>
>
> 2014/1/16 lars hofhansl <la...@apache.org>
>
> > Thanks, JM.
> >
> >
> > What's that exception in the master. Does this always happen?
> > Probably just HBCK uncleanly disconnecting.
> >
> >
> > -- Lars
> >
> > ----- Original Message -----
> > From: Jean-Marc Spaggiari <je...@spaggiari.org>
> > To: dev <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
> > Cc:
> > Sent: Thursday, January 16, 2014 1:08 PM
> > Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> > for download
> >
> > Ran in standalone in 2 different servers.
> > Check signature, doc, change.txt, etc. all correct.
> >
> > Ran all the tests:
> > Tests run: 1405, Failures: 0, Errors: 0, Skipped: 13
> >
> > [INFO] ------------------------------
> > [INFO] BUILD SUCCESS
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1:17:05.368s
> > [INFO] Finished at: Sun Jan 12 08:59:07 EST 2014
> > [INFO] Final Memory: 26M/464M
> > [INFO]
> -------------------------------------------------------------------
> >
> >
> > Running HBCK thows:
> >
> > 2014-01-12 07:44:00,140 WARN org.apache.zookeeper.server.
> > NIOServerCnxn: caught end of stream exception
> > EndOfStreamException: Unable to read additional data from client
> sessionid
> > 0x1438678eec20005, likely client has closed socket
> >     at
> > org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
> >     at
> >
> >
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
> >     at java.lang.Thread.run(Thread.java:724)
> >
> > in the master logs
> >
> >
> > Tried create table, put, scan, alter, compact, drop, etc. Ok.
> >
> > IntegrationTestLoadAndVerify still fail in standalone:
> > REFERENCES_CHECKED=9855766 (in both servers)
> > IntegrationTestBigLinkedList$Verify passed in standalone:
> > REFERENCED=6000000
> >
> > +1
> >
> > JM
> >
> >
> >
> >
> > 2014/1/16 lars hofhansl <la...@apache.org>
> >
> > > +1
> > >
> > > - Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
> > > - Loaded 100m rows, scanned, flushed, compacted, split', scanned again
> > > - Did performance regressions tests
> > >
> > > - Tested "bouncing region". For example when the RSs do not have Snappy
> > > compression, and the AM bounces region between the RS hundreds of
> times a
> > > second
> > > - Checked internal Phoenix build against 0.94 tip
> > >
> > > If one more (binding) person could have look, that would be a
> > appreciated.
> > >
> > > Thanks.
> > >
> > > -- Lars
> > >
> > >
> > > ----- Original Message -----
> > > From: Ted Yu <yu...@gmail.com>
> > > To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <
> > > larsh@apache.org>
> > > Cc:
> > > Sent: Saturday, January 11, 2014 3:15 PM
> > > Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is
> available
> > > for download
> > >
> > > +1 based on the following:
> > >
> > > 1. Ran test suite using JDK 1.7 for security profile - pass
> > >   See bottom of email.
> > > 2. compiled Phoenix with locally built 0.94.16 - pass
> > > 3. checked the documentation
> > >
> > > Cheers
> > >
> > >
> > > Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] BUILD SUCCESS
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time: 1:09:37.793s
> > > [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> > > [INFO] Final Memory: 23M/697M
> > >
> > >
> > >
> > > On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org>
> wrote:
> > >
> > > > The 1st 0.94.16 RC is available for download at
> > > > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > > > Signed with my code signing key: C7CFE328
> > > >
> > > > HBase 0.94.16 is a bug fix release:
> > > >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> > > >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> > > result
> > > > for <, <=, > and >=
> > > >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> > > >     [HBASE-8912] - [0.94] AssignmentManager throws
> > IllegalStateException
> > > > from PENDING_OPEN to OFFLINE
> > > >     [HBASE-9346] - HBCK should provide an option to check if regions
> > > > boundaries are the same in META and in stores.
> > > >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader
> when
> > > > using FilterList
> > > >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open
> > at
> > > > region initialization
> > > >     [HBASE-10214] - Regionserver shutdown improperly and leaves the
> dir
> > > in
> > > > .old not deleted
> > > >     [HBASE-10215] - TableNotFoundException should be thrown after
> > > removing
> > > > stale znode in ETH
> > > >     [HBASE-10225] - Bug in calls to
> RegionObsever.postScannerFilterRow
> > > >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> > > >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> > > >     [HBASE-10272] - Cluster becomes nonoperational if the node
> hosting
> > > the
> > > > active Master AND ROOT/META table goes offline
> > > >     [HBASE-10273] - AssignmentManager.regions and
> > > > AssignmentManager.servers are not always updated in tandem
> > > >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> > > >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > > > frequently in 0.94
> > > >     [HBASE-10284] - Build broken with svn 1.8
> > > >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> > > >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > > > should ensure that ZKDatabase is closed upon shutdown()
> > > >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> > > >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> > > >
> > > > Notable are HBASE-8912 and HBASE-10257, which fix a long standing
> issue
> > > > with aborting HMasters,
> > > > as well as HBASE-10259, which allows passing Jenkins builds with
> JDK7.
> > > >
> > > > The list of changes is also available here:
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> > > >
> > > > Here're the jenkins runs for this RC:
> > > > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > > > https://builds.apache.org/job/HBase-0.94.16-security/2/
> > > >
> > > > Please try out the RC, check out the doc, take it for a spin, etc,
> and
> > > > vote +1/-1 by EOD Januart 17th on whether we should release this as
> > > 0.94.16.
> > > >
> > > > Thanks.
> > > >
> > > > -- Lars
> > > >
> > >
> > >
> >
> >
>

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by lars hofhansl <la...@apache.org>.
Thanks.

Will release 0.94.16 today.

-- Lars



----- Original Message -----
From: Jean-Marc Spaggiari <je...@spaggiari.org>
To: dev <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
Cc: 
Sent: Thursday, January 16, 2014 1:18 PM
Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Yes, each time I do HBCK I see the exception in the logs. I agree that it's
most probably only because of HBCK not disconnecting properly.




2014/1/16 lars hofhansl <la...@apache.org>

> Thanks, JM.
>
>
> What's that exception in the master. Does this always happen?
> Probably just HBCK uncleanly disconnecting.
>
>
> -- Lars
>
> ----- Original Message -----
> From: Jean-Marc Spaggiari <je...@spaggiari.org>
> To: dev <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
> Cc:
> Sent: Thursday, January 16, 2014 1:08 PM
> Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> for download
>
> Ran in standalone in 2 different servers.
> Check signature, doc, change.txt, etc. all correct.
>
> Ran all the tests:
> Tests run: 1405, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO] ------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:17:05.368s
> [INFO] Finished at: Sun Jan 12 08:59:07 EST 2014
> [INFO] Final Memory: 26M/464M
> [INFO] -------------------------------------------------------------------
>
>
> Running HBCK thows:
>
> 2014-01-12 07:44:00,140 WARN org.apache.zookeeper.server.
> NIOServerCnxn: caught end of stream exception
> EndOfStreamException: Unable to read additional data from client sessionid
> 0x1438678eec20005, likely client has closed socket
>     at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
>     at
>
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>     at java.lang.Thread.run(Thread.java:724)
>
> in the master logs
>
>
> Tried create table, put, scan, alter, compact, drop, etc. Ok.
>
> IntegrationTestLoadAndVerify still fail in standalone:
> REFERENCES_CHECKED=9855766 (in both servers)
> IntegrationTestBigLinkedList$Verify passed in standalone:
> REFERENCED=6000000
>
> +1
>
> JM
>
>
>
>
> 2014/1/16 lars hofhansl <la...@apache.org>
>
> > +1
> >
> > - Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
> > - Loaded 100m rows, scanned, flushed, compacted, split', scanned again
> > - Did performance regressions tests
> >
> > - Tested "bouncing region". For example when the RSs do not have Snappy
> > compression, and the AM bounces region between the RS hundreds of times a
> > second
> > - Checked internal Phoenix build against 0.94 tip
> >
> > If one more (binding) person could have look, that would be a
> appreciated.
> >
> > Thanks.
> >
> > -- Lars
> >
> >
> > ----- Original Message -----
> > From: Ted Yu <yu...@gmail.com>
> > To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <
> > larsh@apache.org>
> > Cc:
> > Sent: Saturday, January 11, 2014 3:15 PM
> > Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> > for download
> >
> > +1 based on the following:
> >
> > 1. Ran test suite using JDK 1.7 for security profile - pass
> >   See bottom of email.
> > 2. compiled Phoenix with locally built 0.94.16 - pass
> > 3. checked the documentation
> >
> > Cheers
> >
> >
> > Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESS
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1:09:37.793s
> > [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> > [INFO] Final Memory: 23M/697M
> >
> >
> >
> > On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:
> >
> > > The 1st 0.94.16 RC is available for download at
> > > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > > Signed with my code signing key: C7CFE328
> > >
> > > HBase 0.94.16 is a bug fix release:
> > >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> > >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> > result
> > > for <, <=, > and >=
> > >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> > >     [HBASE-8912] - [0.94] AssignmentManager throws
> IllegalStateException
> > > from PENDING_OPEN to OFFLINE
> > >     [HBASE-9346] - HBCK should provide an option to check if regions
> > > boundaries are the same in META and in stores.
> > >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> > > using FilterList
> > >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open
> at
> > > region initialization
> > >     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir
> > in
> > > .old not deleted
> > >     [HBASE-10215] - TableNotFoundException should be thrown after
> > removing
> > > stale znode in ETH
> > >     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
> > >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> > >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> > >     [HBASE-10272] - Cluster becomes nonoperational if the node hosting
> > the
> > > active Master AND ROOT/META table goes offline
> > >     [HBASE-10273] - AssignmentManager.regions and
> > > AssignmentManager.servers are not always updated in tandem
> > >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> > >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > > frequently in 0.94
> > >     [HBASE-10284] - Build broken with svn 1.8
> > >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> > >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > > should ensure that ZKDatabase is closed upon shutdown()
> > >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> > >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> > >
> > > Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> > > with aborting HMasters,
> > > as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
> > >
> > > The list of changes is also available here:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> > >
> > > Here're the jenkins runs for this RC:
> > > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > > https://builds.apache.org/job/HBase-0.94.16-security/2/
> > >
> > > Please try out the RC, check out the doc, take it for a spin, etc, and
> > > vote +1/-1 by EOD Januart 17th on whether we should release this as
> > 0.94.16.
> > >
> > > Thanks.
> > >
> > > -- Lars
> > >
> >
> >
>
>


Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Yes, each time I do HBCK I see the exception in the logs. I agree that it's
most probably only because of HBCK not disconnecting properly.



2014/1/16 lars hofhansl <la...@apache.org>

> Thanks, JM.
>
>
> What's that exception in the master. Does this always happen?
> Probably just HBCK uncleanly disconnecting.
>
>
> -- Lars
>
> ----- Original Message -----
> From: Jean-Marc Spaggiari <je...@spaggiari.org>
> To: dev <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
> Cc:
> Sent: Thursday, January 16, 2014 1:08 PM
> Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> for download
>
> Ran in standalone in 2 different servers.
> Check signature, doc, change.txt, etc. all correct.
>
> Ran all the tests:
> Tests run: 1405, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO] ------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:17:05.368s
> [INFO] Finished at: Sun Jan 12 08:59:07 EST 2014
> [INFO] Final Memory: 26M/464M
> [INFO] -------------------------------------------------------------------
>
>
> Running HBCK thows:
>
> 2014-01-12 07:44:00,140 WARN org.apache.zookeeper.server.
> NIOServerCnxn: caught end of stream exception
> EndOfStreamException: Unable to read additional data from client sessionid
> 0x1438678eec20005, likely client has closed socket
>     at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
>     at
>
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>     at java.lang.Thread.run(Thread.java:724)
>
> in the master logs
>
>
> Tried create table, put, scan, alter, compact, drop, etc. Ok.
>
> IntegrationTestLoadAndVerify still fail in standalone:
> REFERENCES_CHECKED=9855766 (in both servers)
> IntegrationTestBigLinkedList$Verify passed in standalone:
> REFERENCED=6000000
>
> +1
>
> JM
>
>
>
>
> 2014/1/16 lars hofhansl <la...@apache.org>
>
> > +1
> >
> > - Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
> > - Loaded 100m rows, scanned, flushed, compacted, split', scanned again
> > - Did performance regressions tests
> >
> > - Tested "bouncing region". For example when the RSs do not have Snappy
> > compression, and the AM bounces region between the RS hundreds of times a
> > second
> > - Checked internal Phoenix build against 0.94 tip
> >
> > If one more (binding) person could have look, that would be a
> appreciated.
> >
> > Thanks.
> >
> > -- Lars
> >
> >
> > ----- Original Message -----
> > From: Ted Yu <yu...@gmail.com>
> > To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <
> > larsh@apache.org>
> > Cc:
> > Sent: Saturday, January 11, 2014 3:15 PM
> > Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> > for download
> >
> > +1 based on the following:
> >
> > 1. Ran test suite using JDK 1.7 for security profile - pass
> >   See bottom of email.
> > 2. compiled Phoenix with locally built 0.94.16 - pass
> > 3. checked the documentation
> >
> > Cheers
> >
> >
> > Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESS
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1:09:37.793s
> > [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> > [INFO] Final Memory: 23M/697M
> >
> >
> >
> > On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:
> >
> > > The 1st 0.94.16 RC is available for download at
> > > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > > Signed with my code signing key: C7CFE328
> > >
> > > HBase 0.94.16 is a bug fix release:
> > >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> > >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> > result
> > > for <, <=, > and >=
> > >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> > >     [HBASE-8912] - [0.94] AssignmentManager throws
> IllegalStateException
> > > from PENDING_OPEN to OFFLINE
> > >     [HBASE-9346] - HBCK should provide an option to check if regions
> > > boundaries are the same in META and in stores.
> > >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> > > using FilterList
> > >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open
> at
> > > region initialization
> > >     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir
> > in
> > > .old not deleted
> > >     [HBASE-10215] - TableNotFoundException should be thrown after
> > removing
> > > stale znode in ETH
> > >     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
> > >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> > >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> > >     [HBASE-10272] - Cluster becomes nonoperational if the node hosting
> > the
> > > active Master AND ROOT/META table goes offline
> > >     [HBASE-10273] - AssignmentManager.regions and
> > > AssignmentManager.servers are not always updated in tandem
> > >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> > >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > > frequently in 0.94
> > >     [HBASE-10284] - Build broken with svn 1.8
> > >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> > >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > > should ensure that ZKDatabase is closed upon shutdown()
> > >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> > >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> > >
> > > Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> > > with aborting HMasters,
> > > as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
> > >
> > > The list of changes is also available here:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> > >
> > > Here're the jenkins runs for this RC:
> > > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > > https://builds.apache.org/job/HBase-0.94.16-security/2/
> > >
> > > Please try out the RC, check out the doc, take it for a spin, etc, and
> > > vote +1/-1 by EOD Januart 17th on whether we should release this as
> > 0.94.16.
> > >
> > > Thanks.
> > >
> > > -- Lars
> > >
> >
> >
>
>

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by lars hofhansl <la...@apache.org>.
Thanks, JM.


What's that exception in the master. Does this always happen?
Probably just HBCK uncleanly disconnecting.


-- Lars

----- Original Message -----
From: Jean-Marc Spaggiari <je...@spaggiari.org>
To: dev <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
Cc: 
Sent: Thursday, January 16, 2014 1:08 PM
Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Ran in standalone in 2 different servers.
Check signature, doc, change.txt, etc. all correct.

Ran all the tests:
Tests run: 1405, Failures: 0, Errors: 0, Skipped: 13

[INFO] ------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:17:05.368s
[INFO] Finished at: Sun Jan 12 08:59:07 EST 2014
[INFO] Final Memory: 26M/464M
[INFO] -------------------------------------------------------------------


Running HBCK thows:

2014-01-12 07:44:00,140 WARN org.apache.zookeeper.server.
NIOServerCnxn: caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid
0x1438678eec20005, likely client has closed socket
    at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
    at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
    at java.lang.Thread.run(Thread.java:724)

in the master logs


Tried create table, put, scan, alter, compact, drop, etc. Ok.

IntegrationTestLoadAndVerify still fail in standalone:
REFERENCES_CHECKED=9855766 (in both servers)
IntegrationTestBigLinkedList$Verify passed in standalone: REFERENCED=6000000

+1

JM




2014/1/16 lars hofhansl <la...@apache.org>

> +1
>
> - Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
> - Loaded 100m rows, scanned, flushed, compacted, split', scanned again
> - Did performance regressions tests
>
> - Tested "bouncing region". For example when the RSs do not have Snappy
> compression, and the AM bounces region between the RS hundreds of times a
> second
> - Checked internal Phoenix build against 0.94 tip
>
> If one more (binding) person could have look, that would be a appreciated.
>
> Thanks.
>
> -- Lars
>
>
> ----- Original Message -----
> From: Ted Yu <yu...@gmail.com>
> To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <
> larsh@apache.org>
> Cc:
> Sent: Saturday, January 11, 2014 3:15 PM
> Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> for download
>
> +1 based on the following:
>
> 1. Ran test suite using JDK 1.7 for security profile - pass
>   See bottom of email.
> 2. compiled Phoenix with locally built 0.94.16 - pass
> 3. checked the documentation
>
> Cheers
>
>
> Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:09:37.793s
> [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> [INFO] Final Memory: 23M/697M
>
>
>
> On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:
>
> > The 1st 0.94.16 RC is available for download at
> > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > Signed with my code signing key: C7CFE328
> >
> > HBase 0.94.16 is a bug fix release:
> >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> result
> > for <, <=, > and >=
> >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> >     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> > from PENDING_OPEN to OFFLINE
> >     [HBASE-9346] - HBCK should provide an option to check if regions
> > boundaries are the same in META and in stores.
> >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> > using FilterList
> >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> > region initialization
> >     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir
> in
> > .old not deleted
> >     [HBASE-10215] - TableNotFoundException should be thrown after
> removing
> > stale znode in ETH
> >     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
> >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> >     [HBASE-10272] - Cluster becomes nonoperational if the node hosting
> the
> > active Master AND ROOT/META table goes offline
> >     [HBASE-10273] - AssignmentManager.regions and
> > AssignmentManager.servers are not always updated in tandem
> >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > frequently in 0.94
> >     [HBASE-10284] - Build broken with svn 1.8
> >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > should ensure that ZKDatabase is closed upon shutdown()
> >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> >
> > Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> > with aborting HMasters,
> > as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
> >
> > The list of changes is also available here:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> >
> > Here're the jenkins runs for this RC:
> > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > https://builds.apache.org/job/HBase-0.94.16-security/2/
> >
> > Please try out the RC, check out the doc, take it for a spin, etc, and
> > vote +1/-1 by EOD Januart 17th on whether we should release this as
> 0.94.16.
> >
> > Thanks.
> >
> > -- Lars
> >
>
>


Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Ran in standalone in 2 different servers.
Check signature, doc, change.txt, etc. all correct.

Ran all the tests:
Tests run: 1405, Failures: 0, Errors: 0, Skipped: 13

[INFO] ------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:17:05.368s
[INFO] Finished at: Sun Jan 12 08:59:07 EST 2014
[INFO] Final Memory: 26M/464M
[INFO] -------------------------------------------------------------------


Running HBCK thows:

2014-01-12 07:44:00,140 WARN org.apache.zookeeper.server.
NIOServerCnxn: caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid
0x1438678eec20005, likely client has closed socket
    at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
    at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
    at java.lang.Thread.run(Thread.java:724)

in the master logs


Tried create table, put, scan, alter, compact, drop, etc. Ok.

IntegrationTestLoadAndVerify still fail in standalone:
REFERENCES_CHECKED=9855766 (in both servers)
IntegrationTestBigLinkedList$Verify passed in standalone: REFERENCED=6000000

+1

JM



2014/1/16 lars hofhansl <la...@apache.org>

> +1
>
> - Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
> - Loaded 100m rows, scanned, flushed, compacted, split', scanned again
> - Did performance regressions tests
>
> - Tested "bouncing region". For example when the RSs do not have Snappy
> compression, and the AM bounces region between the RS hundreds of times a
> second
> - Checked internal Phoenix build against 0.94 tip
>
> If one more (binding) person could have look, that would be a appreciated.
>
> Thanks.
>
> -- Lars
>
>
> ----- Original Message -----
> From: Ted Yu <yu...@gmail.com>
> To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <
> larsh@apache.org>
> Cc:
> Sent: Saturday, January 11, 2014 3:15 PM
> Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available
> for download
>
> +1 based on the following:
>
> 1. Ran test suite using JDK 1.7 for security profile - pass
>   See bottom of email.
> 2. compiled Phoenix with locally built 0.94.16 - pass
> 3. checked the documentation
>
> Cheers
>
>
> Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:09:37.793s
> [INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
> [INFO] Final Memory: 23M/697M
>
>
>
> On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:
>
> > The 1st 0.94.16 RC is available for download at
> > http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> > Signed with my code signing key: C7CFE328
> >
> > HBase 0.94.16 is a bug fix release:
> >     [HBASE-10257] - [0.94] Master aborts due to assignment race
> >     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison
> result
> > for <, <=, > and >=
> >     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
> >     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> > from PENDING_OPEN to OFFLINE
> >     [HBASE-9346] - HBCK should provide an option to check if regions
> > boundaries are the same in META and in stores.
> >     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> > using FilterList
> >     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> > region initialization
> >     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir
> in
> > .old not deleted
> >     [HBASE-10215] - TableNotFoundException should be thrown after
> removing
> > stale znode in ETH
> >     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
> >     [HBASE-10250] - [0.94] TestHLog fails occasionally
> >     [HBASE-10268] - TestSplitLogWorker occasionally fails
> >     [HBASE-10272] - Cluster becomes nonoperational if the node hosting
> the
> > active Master AND ROOT/META table goes offline
> >     [HBASE-10273] - AssignmentManager.regions and
> > AssignmentManager.servers are not always updated in tandem
> >     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
> >     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> > frequently in 0.94
> >     [HBASE-10284] - Build broken with svn 1.8
> >     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
> >     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> > should ensure that ZKDatabase is closed upon shutdown()
> >     [HBASE-10285] - All for configurable policies in ChaosMonkey
> >     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
> >
> > Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> > with aborting HMasters,
> > as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
> >
> > The list of changes is also available here:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
> >
> > Here're the jenkins runs for this RC:
> > https://builds.apache.org/job/HBase-0.94.16/4/ and
> > https://builds.apache.org/job/HBase-0.94.16-security/2/
> >
> > Please try out the RC, check out the doc, take it for a spin, etc, and
> > vote +1/-1 by EOD Januart 17th on whether we should release this as
> 0.94.16.
> >
> > Thanks.
> >
> > -- Lars
> >
>
>

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by lars hofhansl <la...@apache.org>.
+1

- Compiled and ran with JDK6/Hadoop 2.0.x and JDK7/Hadoop 1.0.4
- Loaded 100m rows, scanned, flushed, compacted, split', scanned again
- Did performance regressions tests

- Tested "bouncing region". For example when the RSs do not have Snappy compression, and the AM bounces region between the RS hundreds of times a second
- Checked internal Phoenix build against 0.94 tip

If one more (binding) person could have look, that would be a appreciated.

Thanks.

-- Lars


----- Original Message -----
From: Ted Yu <yu...@gmail.com>
To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <la...@apache.org>
Cc: 
Sent: Saturday, January 11, 2014 3:15 PM
Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

+1 based on the following:

1. Ran test suite using JDK 1.7 for security profile - pass
  See bottom of email.
2. compiled Phoenix with locally built 0.94.16 - pass
3. checked the documentation

Cheers


Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:09:37.793s
[INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
[INFO] Final Memory: 23M/697M



On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:

> The 1st 0.94.16 RC is available for download at
> http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> Signed with my code signing key: C7CFE328
>
> HBase 0.94.16 is a bug fix release:
>     [HBASE-10257] - [0.94] Master aborts due to assignment race
>     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison result
> for <, <=, > and >=
>     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
>     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> from PENDING_OPEN to OFFLINE
>     [HBASE-9346] - HBCK should provide an option to check if regions
> boundaries are the same in META and in stores.
>     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> using FilterList
>     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> region initialization
>     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir in
> .old not deleted
>     [HBASE-10215] - TableNotFoundException should be thrown after removing
> stale znode in ETH
>     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
>     [HBASE-10250] - [0.94] TestHLog fails occasionally
>     [HBASE-10268] - TestSplitLogWorker occasionally fails
>     [HBASE-10272] - Cluster becomes nonoperational if the node hosting the
> active Master AND ROOT/META table goes offline
>     [HBASE-10273] - AssignmentManager.regions and
> AssignmentManager.servers are not always updated in tandem
>     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
>     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> frequently in 0.94
>     [HBASE-10284] - Build broken with svn 1.8
>     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
>     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> should ensure that ZKDatabase is closed upon shutdown()
>     [HBASE-10285] - All for configurable policies in ChaosMonkey
>     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
>
> Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> with aborting HMasters,
> as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
>
> The list of changes is also available here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
>
> Here're the jenkins runs for this RC:
> https://builds.apache.org/job/HBase-0.94.16/4/ and
> https://builds.apache.org/job/HBase-0.94.16-security/2/
>
> Please try out the RC, check out the doc, take it for a spin, etc, and
> vote +1/-1 by EOD Januart 17th on whether we should release this as 0.94.16.
>
> Thanks.
>
> -- Lars
>


Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by lars hofhansl <la...@apache.org>.
Thanks for taking a look, Ted!

-- Lars



________________________________
 From: Ted Yu <yu...@gmail.com>
To: "dev@hbase.apache.org" <de...@hbase.apache.org>; lars hofhansl <la...@apache.org> 
Sent: Saturday, January 11, 2014 3:15 PM
Subject: Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download
 

+1 based on the following:

1. Ran test suite using JDK 1.7 for security profile - pass
  See bottom of email.
2. compiled Phoenix with locally built 0.94.16 - pass
3. checked the documentation

Cheers


Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:09:37.793s
[INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
[INFO] Final Memory: 23M/697M



On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:

> The 1st 0.94.16 RC is available for download at
> http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> Signed with my code signing key: C7CFE328
>
> HBase 0.94.16 is a bug fix release:
>     [HBASE-10257] - [0.94] Master aborts due to assignment race
>     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison result
> for <, <=, > and >=
>     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
>     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> from PENDING_OPEN to OFFLINE
>     [HBASE-9346] - HBCK should provide an option to check if regions
> boundaries are the same in META and in stores.
>     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> using FilterList
>     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> region initialization
>     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir in
> .old not deleted
>     [HBASE-10215] - TableNotFoundException should be thrown after removing
> stale znode in ETH
>     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
>     [HBASE-10250] - [0.94] TestHLog fails occasionally
>     [HBASE-10268] - TestSplitLogWorker occasionally fails
>     [HBASE-10272] - Cluster becomes nonoperational if the node hosting the
> active Master AND ROOT/META table goes offline
>     [HBASE-10273] - AssignmentManager.regions and
> AssignmentManager.servers are not always updated in tandem
>     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
>     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> frequently in 0.94
>     [HBASE-10284] - Build broken with svn 1.8
>     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
>     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> should ensure that ZKDatabase is closed upon shutdown()
>     [HBASE-10285] - All for configurable policies in ChaosMonkey
>     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
>
> Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> with aborting HMasters,
> as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
>
> The list of changes is also available here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
>
> Here're the jenkins runs for this RC:
> https://builds.apache.org/job/HBase-0.94.16/4/ and
> https://builds.apache.org/job/HBase-0.94.16-security/2/
>
> Please try out the RC, check out the doc, take it for a spin, etc, and
> vote +1/-1 by EOD Januart 17th on whether we should release this as 0.94.16.
>
> Thanks.
>
> -- Lars
>

Re: [VOTE] The 1st hbase 0.94.16 release candidate is available for download

Posted by Ted Yu <yu...@gmail.com>.
+1 based on the following:

1. Ran test suite using JDK 1.7 for security profile - pass
  See bottom of email.
2. compiled Phoenix with locally built 0.94.16 - pass
3. checked the documentation

Cheers


Tests run: 1464, Failures: 0, Errors: 0, Skipped: 13

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:09:37.793s
[INFO] Finished at: Sat Jan 11 17:39:50 UTC 2014
[INFO] Final Memory: 23M/697M


On Fri, Jan 10, 2014 at 4:43 PM, lars hofhansl <la...@apache.org> wrote:

> The 1st 0.94.16 RC is available for download at
> http://people.apache.org/~larsh/hbase-0.94.16-rc0/
> Signed with my code signing key: C7CFE328
>
> HBase 0.94.16 is a bug fix release:
>     [HBASE-10257] - [0.94] Master aborts due to assignment race
>     [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison result
> for <, <=, > and >=
>     [HBASE-8558] - Add timeout limit for HBaseClient dataOutputStream
>     [HBASE-8912] - [0.94] AssignmentManager throws IllegalStateException
> from PENDING_OPEN to OFFLINE
>     [HBASE-9346] - HBCK should provide an option to check if regions
> boundaries are the same in META and in stores.
>     [HBASE-10078] - Dynamic Filter - Not using DynamicClassLoader when
> using FilterList
>     [HBASE-10193] - Cleanup HRegion if one of the store fails to open at
> region initialization
>     [HBASE-10214] - Regionserver shutdown improperly and leaves the dir in
> .old not deleted
>     [HBASE-10215] - TableNotFoundException should be thrown after removing
> stale znode in ETH
>     [HBASE-10225] - Bug in calls to RegionObsever.postScannerFilterRow
>     [HBASE-10250] - [0.94] TestHLog fails occasionally
>     [HBASE-10268] - TestSplitLogWorker occasionally fails
>     [HBASE-10272] - Cluster becomes nonoperational if the node hosting the
> active Master AND ROOT/META table goes offline
>     [HBASE-10273] - AssignmentManager.regions and
> AssignmentManager.servers are not always updated in tandem
>     [HBASE-10279] - TestStore.testDeleteExpiredStoreFiles is flaky
>     [HBASE-10281] - TestMultiParallel.testFlushCommitsNoAbort fails
> frequently in 0.94
>     [HBASE-10284] - Build broken with svn 1.8
>     [HBASE-10286] - Revert HBASE-9593, breaks RS wildcard addresses
>     [HBASE-10306] - Backport HBASE-6820 to 0.94, MiniZookeeperCluster
> should ensure that ZKDatabase is closed upon shutdown()
>     [HBASE-10285] - All for configurable policies in ChaosMonkey
>     [HBASE-10259] - [0.94] Upgrade JUnit to 4.11
>
> Notable are HBASE-8912 and HBASE-10257, which fix a long standing issue
> with aborting HMasters,
> as well as HBASE-10259, which allows passing Jenkins builds with JDK7.
>
> The list of changes is also available here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12325656
>
> Here're the jenkins runs for this RC:
> https://builds.apache.org/job/HBase-0.94.16/4/ and
> https://builds.apache.org/job/HBase-0.94.16-security/2/
>
> Please try out the RC, check out the doc, take it for a spin, etc, and
> vote +1/-1 by EOD Januart 17th on whether we should release this as 0.94.16.
>
> Thanks.
>
> -- Lars
>