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 2015/03/19 20:33:06 UTC

[VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

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

HBase 0.94.27 is a bug fix release with 12 fixes:
[HBASE-12776] - SpliTransaction: Log number of files to be split
[HBASE-10528] - DefaultBalancer selects plans to move regions onto draining nodes
[HBASE-12792] - [backport] HBASE-5835: Catch and handle NotServingRegionException when close region attempt fails
[HBASE-12801] - Failed to truncate a table while maintaing binary region boundaries
[HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
[HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of branches
[HBASE-13131] - ReplicationAdmin leaks connections if there's an error in the constructor
[HBASE-13229] - Specify bash for local-regionservers.sh and local-master-backup.sh
[HBASE-11195] - Potentially improve block locality during major compaction for old regions
[HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
[HBASE-12720] - Make InternalScan LimitedPrivate
[HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
Here's the test run for this RC: https://builds.apache.org/job/HBase-0.94.27/55

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

The 0.94 line is in maintenance mode with only occasional releases. This could well be the last 0.94 release.

Thanks.

-- Lars

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by Andrew Purtell <ap...@apache.org>.
+1

Checked sums and signature
Unpacked tarball, layout looks good. Checked change log.
Built from source
Ran RAT check while building from source and the only issues were in
directories found only in the binary convenience artifact: docs,
hbase-webapps, logs
Unit tests pass
Launched minicluster in tree
Ran load test tool and wrote 1M keys, no unexpected messages in the log




On Thu, Mar 19, 2015 at 12:33 PM, lars hofhansl <la...@apache.org> wrote:

> The 1st 0.94.27 RC is available for download at
> http://people.apache.org/~larsh/hbase-0.94.27-rc0/
> Signed with my code signing key: C7CFE328
>
> HBase 0.94.27 is a bug fix release with 12 fixes:
> [HBASE-12776] - SpliTransaction: Log number of files to be split
> [HBASE-10528] - DefaultBalancer selects plans to move regions onto
> draining nodes
> [HBASE-12792] - [backport] HBASE-5835: Catch and handle
> NotServingRegionException when close region attempt fails
> [HBASE-12801] - Failed to truncate a table while maintaing binary region
> boundaries
> [HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
> [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of branches
> [HBASE-13131] - ReplicationAdmin leaks connections if there's an error in
> the constructor
> [HBASE-13229] - Specify bash for local-regionservers.sh and
> local-master-backup.sh
> [HBASE-11195] - Potentially improve block locality during major compaction
> for old regions
> [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
> [HBASE-12720] - Make InternalScan LimitedPrivate
> [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
> Here's the test run for this RC:
> https://builds.apache.org/job/HBase-0.94.27/55
>
> Please try out the RC, check out the doc, take it for a spin, etc, and
> vote +1/-1 by EOD March 26th on whether we should release this as 0.94.27.
>
> The 0.94 line is in maintenance mode with only occasional releases. This
> could well be the last 0.94 release.
>
> Thanks.
>
> -- Lars
>



-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by lars hofhansl <la...@apache.org>.
Thanks for the detailed test Nick.
/conf is only supported when org.apache.hadoop.conf.ConfServlet is found in the classpath.For the region key one has to enter the trailing SHA of a region name or a table name. The help-text next that field is wrong (I think that is wrong in all versions of HBase, checked 0.98 as well). We should fix that.

I'll release 0.94.27 today.

-- Lars

      From: Nick Dimiduk <nd...@apache.org>
 To: hbase-dev <de...@hbase.apache.org> 
Cc: lars hofhansl <la...@apache.org> 
 Sent: Wednesday, March 25, 2015 11:16 AM
 Subject: Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.
   
+1
verify signaturesstarted local-mode cluster with default configs: - ran LTT for 45 mins with 1 table, GZ 10mm rows. skimmed logs, looks good. - meanwhile, poked around in the webUI
   - noticed master/conf is 404 (not sink-worthy)   - issued split, compaction requests, all good.   - table.jsp couldn't work out what input split and compact fields accept, kept getting TableNotFoundException [0] (not sink-worthy)mvn apache-rat:check -- failed, but offending files were in dirs docs,hbase-webapps,logs

[0]: "cluster_test,66666666,1427306812319" is what I put in the "Region Key (optional)" field. Same stack for values like "77777777" and "42".
org.apache.hadoop.hbase.TableNotFoundException: cluster_test,66666666,1427306812319 at org.apache.hadoop.hbase.client.HBaseAdmin.tableNameString(HBaseAdmin.java:1769) at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1663) at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1633) at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1620) at org.apache.hadoop.hbase.generated.master.table_jsp._jspService(table_jsp.java:89)...


On Wed, Mar 25, 2015 at 6:43 AM, Ted Yu <yu...@gmail.com> wrote:

+1

Ran unit test suite
Verified signature
Did basic testing using hbase shell

Cheers

On Wed, Mar 25, 2015 at 2:45 AM, Samir Ahmic <ah...@gmail.com> wrote:

> Checked signature and md5.
> Build as it is.
> Started pseudo-distributed, loaded data with LoadTestTool, verified data.
> Did some random snapshot testing(create, clone, restore)
> Nothing unusual in logs.
>
> Additional tests: build agains hadoop-2.5.2, deployed on fully distributed
> cluster.
> Load and verify data with LoadTestTool.
> Run export, import mr jobs.
> Snapshot testing (create, delete, clone)
> Nothing strange in logs
>
> +1
>
> Samir
> Regards
>
> On Tue, Mar 24, 2015 at 8:02 AM, lars hofhansl <la...@apache.org> wrote:
>
> > Please take a look. We're not doing many of these any more. Partly
> because
> > it is very stable, partly because the developers have moved on.In any
> > case... Take a look and vote on it.
> > Thanks.
> > -- Lars
> >      From: lars hofhansl <la...@apache.org>
> >  To: hbase-dev <de...@hbase.apache.org>
> >  Sent: Thursday, March 19, 2015 12:33 PM
> >  Subject: [VOTE] The 1st hbase 0.94.27 release candidate is available for
> > download, vote closes March 26.
> >
> > The 1st 0.94.27 RC is available for download at
> > http://people.apache.org/~larsh/hbase-0.94.27-rc0/
> > Signed with my code signing key: C7CFE328
> >
> > HBase 0.94.27 is a bug fix release with 12 fixes:
> > [HBASE-12776] - SpliTransaction: Log number of files to be split
> > [HBASE-10528] - DefaultBalancer selects plans to move regions onto
> > draining nodes
> > [HBASE-12792] - [backport] HBASE-5835: Catch and handle
> > NotServingRegionException when close region attempt fails
> > [HBASE-12801] - Failed to truncate a table while maintaing binary region
> > boundaries
> > [HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
> > [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of
> branches
> > [HBASE-13131] - ReplicationAdmin leaks connections if there's an error in
> > the constructor
> > [HBASE-13229] - Specify bash for local-regionservers.sh and
> > local-master-backup.sh
> > [HBASE-11195] - Potentially improve block locality during major
> compaction
> > for old regions
> > [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
> > [HBASE-12720] - Make InternalScan LimitedPrivate
> > [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
> > Here's the test run for this RC:
> > https://builds.apache.org/job/HBase-0.94.27/55
> >
> > Please try out the RC, check out the doc, take it for a spin, etc, and
> > vote +1/-1 by EOD March 26th on whether we should release this as
> 0.94.27.
> >
> > The 0.94 line is in maintenance mode with only occasional releases. This
> > could well be the last 0.94 release.
> >
> > Thanks.
> >
> > -- Lars
> >
> >
> >
> >
>




  

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by Nick Dimiduk <nd...@apache.org>.
+1

verify signatures
started local-mode cluster with default configs:
 - ran LTT for 45 mins with 1 table, GZ 10mm rows. skimmed logs, looks good.
 - meanwhile, poked around in the webUI
   - noticed master/conf is 404 (not sink-worthy)
   - issued split, compaction requests, all good.
   - table.jsp couldn't work out what input split and compact fields
accept, kept getting TableNotFoundException [0] (not sink-worthy)
mvn apache-rat:check -- failed, but offending files were in dirs
docs,hbase-webapps,logs

[0]: "cluster_test,66666666,1427306812319" is what I put in the "Region Key
(optional)" field. Same stack for values like "77777777" and "42".

org.apache.hadoop.hbase.TableNotFoundException:
cluster_test,66666666,1427306812319
at
org.apache.hadoop.hbase.client.HBaseAdmin.tableNameString(HBaseAdmin.java:1769)
at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1663)
at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1633)
at org.apache.hadoop.hbase.client.HBaseAdmin.split(HBaseAdmin.java:1620)
at
org.apache.hadoop.hbase.generated.master.table_jsp._jspService(table_jsp.java:89)
...

On Wed, Mar 25, 2015 at 6:43 AM, Ted Yu <yu...@gmail.com> wrote:

> +1
>
> Ran unit test suite
> Verified signature
> Did basic testing using hbase shell
>
> Cheers
>
> On Wed, Mar 25, 2015 at 2:45 AM, Samir Ahmic <ah...@gmail.com>
> wrote:
>
> > Checked signature and md5.
> > Build as it is.
> > Started pseudo-distributed, loaded data with LoadTestTool, verified data.
> > Did some random snapshot testing(create, clone, restore)
> > Nothing unusual in logs.
> >
> > Additional tests: build agains hadoop-2.5.2, deployed on fully
> distributed
> > cluster.
> > Load and verify data with LoadTestTool.
> > Run export, import mr jobs.
> > Snapshot testing (create, delete, clone)
> > Nothing strange in logs
> >
> > +1
> >
> > Samir
> > Regards
> >
> > On Tue, Mar 24, 2015 at 8:02 AM, lars hofhansl <la...@apache.org> wrote:
> >
> > > Please take a look. We're not doing many of these any more. Partly
> > because
> > > it is very stable, partly because the developers have moved on.In any
> > > case... Take a look and vote on it.
> > > Thanks.
> > > -- Lars
> > >      From: lars hofhansl <la...@apache.org>
> > >  To: hbase-dev <de...@hbase.apache.org>
> > >  Sent: Thursday, March 19, 2015 12:33 PM
> > >  Subject: [VOTE] The 1st hbase 0.94.27 release candidate is available
> for
> > > download, vote closes March 26.
> > >
> > > The 1st 0.94.27 RC is available for download at
> > > http://people.apache.org/~larsh/hbase-0.94.27-rc0/
> > > Signed with my code signing key: C7CFE328
> > >
> > > HBase 0.94.27 is a bug fix release with 12 fixes:
> > > [HBASE-12776] - SpliTransaction: Log number of files to be split
> > > [HBASE-10528] - DefaultBalancer selects plans to move regions onto
> > > draining nodes
> > > [HBASE-12792] - [backport] HBASE-5835: Catch and handle
> > > NotServingRegionException when close region attempt fails
> > > [HBASE-12801] - Failed to truncate a table while maintaing binary
> region
> > > boundaries
> > > [HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
> > > [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of
> > branches
> > > [HBASE-13131] - ReplicationAdmin leaks connections if there's an error
> in
> > > the constructor
> > > [HBASE-13229] - Specify bash for local-regionservers.sh and
> > > local-master-backup.sh
> > > [HBASE-11195] - Potentially improve block locality during major
> > compaction
> > > for old regions
> > > [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
> > > [HBASE-12720] - Make InternalScan LimitedPrivate
> > > [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
> > > Here's the test run for this RC:
> > > https://builds.apache.org/job/HBase-0.94.27/55
> > >
> > > Please try out the RC, check out the doc, take it for a spin, etc, and
> > > vote +1/-1 by EOD March 26th on whether we should release this as
> > 0.94.27.
> > >
> > > The 0.94 line is in maintenance mode with only occasional releases.
> This
> > > could well be the last 0.94 release.
> > >
> > > Thanks.
> > >
> > > -- Lars
> > >
> > >
> > >
> > >
> >
>

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by Ted Yu <yu...@gmail.com>.
+1

Ran unit test suite
Verified signature
Did basic testing using hbase shell

Cheers

On Wed, Mar 25, 2015 at 2:45 AM, Samir Ahmic <ah...@gmail.com> wrote:

> Checked signature and md5.
> Build as it is.
> Started pseudo-distributed, loaded data with LoadTestTool, verified data.
> Did some random snapshot testing(create, clone, restore)
> Nothing unusual in logs.
>
> Additional tests: build agains hadoop-2.5.2, deployed on fully distributed
> cluster.
> Load and verify data with LoadTestTool.
> Run export, import mr jobs.
> Snapshot testing (create, delete, clone)
> Nothing strange in logs
>
> +1
>
> Samir
> Regards
>
> On Tue, Mar 24, 2015 at 8:02 AM, lars hofhansl <la...@apache.org> wrote:
>
> > Please take a look. We're not doing many of these any more. Partly
> because
> > it is very stable, partly because the developers have moved on.In any
> > case... Take a look and vote on it.
> > Thanks.
> > -- Lars
> >      From: lars hofhansl <la...@apache.org>
> >  To: hbase-dev <de...@hbase.apache.org>
> >  Sent: Thursday, March 19, 2015 12:33 PM
> >  Subject: [VOTE] The 1st hbase 0.94.27 release candidate is available for
> > download, vote closes March 26.
> >
> > The 1st 0.94.27 RC is available for download at
> > http://people.apache.org/~larsh/hbase-0.94.27-rc0/
> > Signed with my code signing key: C7CFE328
> >
> > HBase 0.94.27 is a bug fix release with 12 fixes:
> > [HBASE-12776] - SpliTransaction: Log number of files to be split
> > [HBASE-10528] - DefaultBalancer selects plans to move regions onto
> > draining nodes
> > [HBASE-12792] - [backport] HBASE-5835: Catch and handle
> > NotServingRegionException when close region attempt fails
> > [HBASE-12801] - Failed to truncate a table while maintaing binary region
> > boundaries
> > [HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
> > [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of
> branches
> > [HBASE-13131] - ReplicationAdmin leaks connections if there's an error in
> > the constructor
> > [HBASE-13229] - Specify bash for local-regionservers.sh and
> > local-master-backup.sh
> > [HBASE-11195] - Potentially improve block locality during major
> compaction
> > for old regions
> > [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
> > [HBASE-12720] - Make InternalScan LimitedPrivate
> > [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
> > Here's the test run for this RC:
> > https://builds.apache.org/job/HBase-0.94.27/55
> >
> > Please try out the RC, check out the doc, take it for a spin, etc, and
> > vote +1/-1 by EOD March 26th on whether we should release this as
> 0.94.27.
> >
> > The 0.94 line is in maintenance mode with only occasional releases. This
> > could well be the last 0.94 release.
> >
> > Thanks.
> >
> > -- Lars
> >
> >
> >
> >
>

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by Samir Ahmic <ah...@gmail.com>.
Checked signature and md5.
Build as it is.
Started pseudo-distributed, loaded data with LoadTestTool, verified data.
Did some random snapshot testing(create, clone, restore)
Nothing unusual in logs.

Additional tests: build agains hadoop-2.5.2, deployed on fully distributed
cluster.
Load and verify data with LoadTestTool.
Run export, import mr jobs.
Snapshot testing (create, delete, clone)
Nothing strange in logs

+1

Samir
Regards

On Tue, Mar 24, 2015 at 8:02 AM, lars hofhansl <la...@apache.org> wrote:

> Please take a look. We're not doing many of these any more. Partly because
> it is very stable, partly because the developers have moved on.In any
> case... Take a look and vote on it.
> Thanks.
> -- Lars
>      From: lars hofhansl <la...@apache.org>
>  To: hbase-dev <de...@hbase.apache.org>
>  Sent: Thursday, March 19, 2015 12:33 PM
>  Subject: [VOTE] The 1st hbase 0.94.27 release candidate is available for
> download, vote closes March 26.
>
> The 1st 0.94.27 RC is available for download at
> http://people.apache.org/~larsh/hbase-0.94.27-rc0/
> Signed with my code signing key: C7CFE328
>
> HBase 0.94.27 is a bug fix release with 12 fixes:
> [HBASE-12776] - SpliTransaction: Log number of files to be split
> [HBASE-10528] - DefaultBalancer selects plans to move regions onto
> draining nodes
> [HBASE-12792] - [backport] HBASE-5835: Catch and handle
> NotServingRegionException when close region attempt fails
> [HBASE-12801] - Failed to truncate a table while maintaing binary region
> boundaries
> [HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
> [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of branches
> [HBASE-13131] - ReplicationAdmin leaks connections if there's an error in
> the constructor
> [HBASE-13229] - Specify bash for local-regionservers.sh and
> local-master-backup.sh
> [HBASE-11195] - Potentially improve block locality during major compaction
> for old regions
> [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
> [HBASE-12720] - Make InternalScan LimitedPrivate
> [HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
> Here's the test run for this RC:
> https://builds.apache.org/job/HBase-0.94.27/55
>
> Please try out the RC, check out the doc, take it for a spin, etc, and
> vote +1/-1 by EOD March 26th on whether we should release this as 0.94.27.
>
> The 0.94 line is in maintenance mode with only occasional releases. This
> could well be the last 0.94 release.
>
> Thanks.
>
> -- Lars
>
>
>
>

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

Posted by lars hofhansl <la...@apache.org>.
Please take a look. We're not doing many of these any more. Partly because it is very stable, partly because the developers have moved on.In any case... Take a look and vote on it.
Thanks.
-- Lars
     From: lars hofhansl <la...@apache.org>
 To: hbase-dev <de...@hbase.apache.org> 
 Sent: Thursday, March 19, 2015 12:33 PM
 Subject: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.
   
The 1st 0.94.27 RC is available for download at http://people.apache.org/~larsh/hbase-0.94.27-rc0/
Signed with my code signing key: C7CFE328

HBase 0.94.27 is a bug fix release with 12 fixes:
[HBASE-12776] - SpliTransaction: Log number of files to be split
[HBASE-10528] - DefaultBalancer selects plans to move regions onto draining nodes
[HBASE-12792] - [backport] HBASE-5835: Catch and handle NotServingRegionException when close region attempt fails
[HBASE-12801] - Failed to truncate a table while maintaing binary region boundaries
[HBASE-12968] - [0.94]SecureServer should not ignore CallQueueSize
[HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of branches
[HBASE-13131] - ReplicationAdmin leaks connections if there's an error in the constructor
[HBASE-13229] - Specify bash for local-regionservers.sh and local-master-backup.sh
[HBASE-11195] - Potentially improve block locality during major compaction for old regions
[HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow
[HBASE-12720] - Make InternalScan LimitedPrivate
[HBASE-13020] - Add 'patchprocess/*' to RAT excludes on all branches

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329056
Here's the test run for this RC: https://builds.apache.org/job/HBase-0.94.27/55

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

The 0.94 line is in maintenance mode with only occasional releases. This could well be the last 0.94 release.

Thanks.

-- Lars