[VOTE] HBase 1.2.0 RC2

2016-02-08 Thread Sean Busbey
Hi Folks! I'm pleased to announce the second release candidate for HBase 1.2.0. Artifacts are available here: https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.0RC2/ As of this vote, the relevant md5 hashes are: 836f8401462b36e021a8b6bd55aff4ec hbase-1.2.0-bin.tar.gz

Successful: hbase.apache.org HTML Checker

2016-02-08 Thread Apache Jenkins Server
Successful If successful, the HTML and link-checking report for http://hbase.apache.org is available at https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/22/artifact/link_report/index.html. If failed, see https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/22/console.

[jira] [Created] (HBASE-15229) Canary Tools should not call System.Exit on error

2016-02-08 Thread Vishal Khandelwal (JIRA)
Vishal Khandelwal created HBASE-15229: - Summary: Canary Tools should not call System.Exit on error Key: HBASE-15229 URL: https://issues.apache.org/jira/browse/HBASE-15229 Project: HBase

[jira] [Created] (HBASE-15237) NumberFormatException in create table if HBase version is of form X.Y.Z-BBB

2016-02-08 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-15237: - Summary: NumberFormatException in create table if HBase version is of form X.Y.Z-BBB Key: HBASE-15237 URL: https://issues.apache.org/jira/browse/HBASE-15237

[jira] [Resolved] (HBASE-15235) Inconsistent cell reads over multiple bulk-loaded HFiles

2016-02-08 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HBASE-15235. - Resolution: Duplicate Dupe of HBASE-15236 > Inconsistent cell reads over multiple bulk-loaded HFiles >

[jira] [Resolved] (HBASE-15230) ReplicationSource is replicating existing WAL data in a newly added peer

2016-02-08 Thread Ashish Singhi (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Singhi resolved HBASE-15230. --- Resolution: Duplicate Assignee: (was: Ashish Singhi) Duplicate of HBASE-9888. >

[jira] [Resolved] (HBASE-15237) NumberFormatException in create table if HBase version is of form X.Y.Z-BBB

2016-02-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15237. --- Resolution: Not A Problem Reading the code, I think the version was 1.1-dal, not 1.1.1-dal.

[jira] [Created] (HBASE-15230) ReplicationSource is replicating existing WAL data in a newly added peer

2016-02-08 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-15230: - Summary: ReplicationSource is replicating existing WAL data in a newly added peer Key: HBASE-15230 URL: https://issues.apache.org/jira/browse/HBASE-15230 Project:

Successful: HBase Generate Website

2016-02-08 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Resolved] (HBASE-14460) [Perf Regression] Merge of MVCC and SequenceId (HBASE-8763) slowed Increments, CheckAndPuts, batch operations

2016-02-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-14460. --- Resolution: Fixed Fix Version/s: 1.0.4 1.1.4 1.2.1

Re: Performance degradation between CDH5.3.1(HBase0.98.6) and CDH5.4.5(HBase1.0.0)

2016-02-08 Thread Stack
Let me close out this thread. Below is the release note from the HBASE-14460 umbrella increments regression issue and then some. Increments, appends, checkAnd* have been slow since hbase-.1.0.0. The unification of mvcc and sequence id done by HBASE-8763 was responsible. A ‘fast-path’ workaround

[jira] [Created] (HBASE-15231) Make TableState.State private

2016-02-08 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-15231: --- Summary: Make TableState.State private Key: HBASE-15231 URL: https://issues.apache.org/jira/browse/HBASE-15231 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-15159) Fix merge of MVCC and SequenceID performance regression in branch-1.0 for checkAnd* and Append

2016-02-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-15159. --- Resolution: Not A Problem Resolving as addressed by HBASE-15213 (good thing we didn't start in on this one

[jira] [Created] (HBASE-15232) Exceptions returned over multi RPC don't trigger region location reloads

2016-02-08 Thread Josh Elser (JIRA)
Josh Elser created HBASE-15232: -- Summary: Exceptions returned over multi RPC don't trigger region location reloads Key: HBASE-15232 URL: https://issues.apache.org/jira/browse/HBASE-15232 Project: HBase

Re: [VOTE] HBase 1.2.0 RC2

2016-02-08 Thread Ted Yu
+1 Checked signature Ran test suite Exercised shell commands [INFO] Apache HBase - Shaded - Server . SUCCESS [ 0.911 s] [INFO] [INFO] BUILD SUCCESS [INFO]

[jira] [Resolved] (HBASE-15046) Perf test doing all mutation steps under row lock

2016-02-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-15046. --- Resolution: Fixed Fix Version/s: 2.0.0 Release Note: In here we perf tested a realignment of the

Re: Performance degradation between CDH5.3.1(HBase0.98.6) and CDH5.4.5(HBase1.0.0)

2016-02-08 Thread Bryan Beaudreault
This is great news! Thanks for all of the hard work here, we're excited to put this issue behind us and are happy to see the lesson around improving perf testing. Cheers, Bryan On Mon, Feb 8, 2016 at 1:55 PM Stack wrote: > Let me close out this thread. > > Below is the

[jira] [Created] (HBASE-15233) Bytes.toBytes() methods should allow arrays to be re-used

2016-02-08 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-15233: --- Summary: Bytes.toBytes() methods should allow arrays to be re-used Key: HBASE-15233 URL: https://issues.apache.org/jira/browse/HBASE-15233 Project:

[jira] [Created] (HBASE-15234) ReplicationLogCleaner can abort due to transient ZK issues

2016-02-08 Thread Gary Helmling (JIRA)
Gary Helmling created HBASE-15234: - Summary: ReplicationLogCleaner can abort due to transient ZK issues Key: HBASE-15234 URL: https://issues.apache.org/jira/browse/HBASE-15234 Project: HBase

[jira] [Created] (HBASE-15235) Inconsistent cell reads over multiple bulk-loaded HFiles

2016-02-08 Thread Appy (JIRA)
Appy created HBASE-15235: Summary: Inconsistent cell reads over multiple bulk-loaded HFiles Key: HBASE-15235 URL: https://issues.apache.org/jira/browse/HBASE-15235 Project: HBase Issue Type: Bug