[jira] [Created] (HBASE-18523) FilterList should break if the filter succeeds (row passes) in case of MUST_PASS_ONE and if the filter fails (row is skipped) for MUST_PASS_ALL

2017-08-04 Thread Akshita Malhotra (JIRA)
Akshita Malhotra created HBASE-18523: Summary: FilterList should break if the filter succeeds (row passes) in case of MUST_PASS_ONE and if the filter fails (row is skipped) for MUST_PASS_ALL Key: HBASE-18523

[jira] [Created] (HBASE-18522) Add RowMutations support to Batch

2017-08-04 Thread Jerry He (JIRA)
Jerry He created HBASE-18522: Summary: Add RowMutations support to Batch Key: HBASE-18522 URL: https://issues.apache.org/jira/browse/HBASE-18522 Project: HBase Issue Type: Improvement Affects

Re: Bug in FIFOCompactionPolicy pre-checks?

2017-08-04 Thread Vladimir Rodionov
Yes, file a JIRA, Lars I will take a look -Vlad On Thu, Aug 3, 2017 at 11:41 PM, Lars George wrote: > Hi, > > See https://issues.apache.org/jira/browse/HBASE-14468 > > It adds this check to {{HMaster.checkCompactionPolicy()}}: > > {code} > // 1. Check TTL > if (hcd.getTimeToLive() == HColumnD

[jira] [Created] (HBASE-18521) Nightly job should check branches for API breakage

2017-08-04 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18521: --- Summary: Nightly job should check branches for API breakage Key: HBASE-18521 URL: https://issues.apache.org/jira/browse/HBASE-18521 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-18020) Update API Compliance Checker to Incorporate Improvements Done in Hadoop

2017-08-04 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-18020. - Resolution: Fixed Fix Version/s: 1.1.12 1.2.7 1.5.0

Re: [DISCUSS] hbase-2.0.0 compatibility expectations

2017-08-04 Thread Andrew Purtell
This is a really good question. I think many operators will give a lot of leeway to data format changes as long as data can be copied from A to B (perhaps with batch rewrite to upgrade (ideally, not required)) and replication can be enabled to sync up to the current moment for cut over. > On

[jira] [Created] (HBASE-18520) Add jmx value to determine true Master Start time

2017-08-04 Thread Zach York (JIRA)
Zach York created HBASE-18520: - Summary: Add jmx value to determine true Master Start time Key: HBASE-18520 URL: https://issues.apache.org/jira/browse/HBASE-18520 Project: HBase Issue Type: Bug

Re: [DISCUSS] hbase-2.0.0 compatibility expectations

2017-08-04 Thread Esteban Gutierrez
Should we add additional details around replication as well? for instance, shall we consider a hbase-1.x cluster as a client for a hbase-2.x cluster? Thanks for starting this discussion Stack, esteban. -- Cloudera, Inc. On Fri, Aug 4, 2017 at 1:05 AM, stack wrote: > Thanks Zach for clarifica

[jira] [Created] (HBASE-18519) Use zero-copy strategy to optimize CellUtil.createCell

2017-08-04 Thread Chia-Ping Tsai (JIRA)
Chia-Ping Tsai created HBASE-18519: -- Summary: Use zero-copy strategy to optimize CellUtil.createCell Key: HBASE-18519 URL: https://issues.apache.org/jira/browse/HBASE-18519 Project: HBase Is

Re: [ANNOUNCE] Asynchronous client is available in HBase 2.0

2017-08-04 Thread Guanghao Zhang
@stack, sorry for reply late, sir. As HBASE-16388 said, the client threads may be blocked by only one slow region server. But a better solution for this problem is to use async hbase client. And there are many reasons to make a region server slow,

[jira] [Created] (HBASE-18518) Remove jersey1* dependencies form project and jersey1* jars from lib dir

2017-08-04 Thread Samir Ahmic (JIRA)
Samir Ahmic created HBASE-18518: --- Summary: Remove jersey1* dependencies form project and jersey1* jars from lib dir Key: HBASE-18518 URL: https://issues.apache.org/jira/browse/HBASE-18518 Project: HBase

Re: [DISCUSS] Removing jersey1* dependencies from project and jersey1*jars form lib dir

2017-08-04 Thread Samir Ahmic
Ted, stack thanks, Then let me turn on my cleaning equipment...:). I will make appropriate JIRAs. Cheers Samir On Fri, Aug 4, 2017 at 8:08 AM, stack wrote: > This sort of cleanup would be.much appreciated. > Thanks, > S > > On Aug 4, 2017 05:04, "Samir Ahmic" wrote: > > > Hi all, > > > > Rece