+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 <yuzhih...@gmail.com>
To: "dev@hbase.apache.org" <dev@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
>

Reply via email to