Re: [DISCUSS] Punt the Coprocessor TableWrapper and CoprocessorHConnection?

2017-10-18 Thread Stack
HBASE-19043 S On Wed, Oct 18, 2017 at 3:29 PM, Andrew Purtell wrote: > > I remember Andrew saying same thing about CoprocessorEnvironment# > getTable > functions during the review of HBASE-17732, that we should get rid of them > and let CP do their own table resource

[jira] [Created] (HBASE-19043) Purge TableWrapper and CoprocessorHConnnection

2017-10-18 Thread stack (JIRA)
stack created HBASE-19043: - Summary: Purge TableWrapper and CoprocessorHConnnection Key: HBASE-19043 URL: https://issues.apache.org/jira/browse/HBASE-19043 Project: HBase Issue Type: Task

Re: [DISCUSS] Help adding a check for localization edge cases in our current test suites?

2017-10-18 Thread Duo Zhang
File an issue and post what to do there? I think there are plenty of Chinese contributors in our community, although some of them may also use English locale :) 2017-10-18 22:57 GMT+08:00 Sean Busbey : > Hi folks! > > This comment from Chia-Ping on HBASE-19020 has me thinking:

Re: [INFO] Failing Precommit Builds - HBASE-19042

2017-10-18 Thread Sean Busbey
Thanks for the heads up and thanks to the folks digging in on this. Great find Peter! On Oct 18, 2017 8:52 PM, "Mike Drob" wrote: > Hi devs, > > Wanted to send a quick note, since some of you have noticed our precommit > failing with mysterious docker errors. > > Our Peter

[INFO] Failing Precommit Builds - HBASE-19042

2017-10-18 Thread Mike Drob
Hi devs, Wanted to send a quick note, since some of you have noticed our precommit failing with mysterious docker errors. Our Peter has diagnosed this as Oracle changing their download URL when releasing the latest update of Java 8. There's a few different proposed solutions here, the final fix

Re: [DISCUSS] Punt the Coprocessor TableWrapper and CoprocessorHConnection?

2017-10-18 Thread Andrew Purtell
> I remember Andrew saying same thing about CoprocessorEnvironment#getTable functions during the review of HBASE-17732, that we should get rid of them and let CP do their own table resource management like all other things. Yes > The above 'trick' is now commonplace in servers as the Master and

Re: [DISCUSS] Punt the Coprocessor TableWrapper and CoprocessorHConnection?

2017-10-18 Thread Apekshit Sharma
+1 I remember Andrew saying same thing about CoprocessorEnvironment#getTable functions during the review of HBASE-17732, that we should get rid of them and let CP do their own table resource management like all other things. On Wed, Oct 18, 2017 at 2:45 PM, Stack wrote: >

[DISCUSS] Punt the Coprocessor TableWrapper and CoprocessorHConnection?

2017-10-18 Thread Stack
tl;dr I believe the original intent for TableWrapper and CoprocessorHConnection can now be gotten elsewhere so we should purge these classes. In base CoprocessorEnvironment, there are methods to return a Table instance. There are none to return an Admin. In our code base, the only user is the

[jira] [Created] (HBASE-19042) Change Oracle JDK8 version to 8u151

2017-10-18 Thread Peter Somogyi (JIRA)
Peter Somogyi created HBASE-19042: - Summary: Change Oracle JDK8 version to 8u151 Key: HBASE-19042 URL: https://issues.apache.org/jira/browse/HBASE-19042 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-19040) CP service exec broken for older clients after PB namespace addition

2017-10-18 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved HBASE-19040. Resolution: Duplicate HBASE-15741 > CP service exec broken for older clients after PB namespace

[jira] [Resolved] (HBASE-19037) BLOCKCACHE not work in console

2017-10-18 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-19037. - Resolution: Invalid Please take these kinds of questions to the [user@hbase mailing

[jira] [Created] (HBASE-19041) Precommit job that lets contributors know if their patch can be cleanly backported to targetted branches

2017-10-18 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-19041: --- Summary: Precommit job that lets contributors know if their patch can be cleanly backported to targetted branches Key: HBASE-19041 URL:

[jira] [Created] (HBASE-19040) CP service exec broken for older clients after PB namespace addition

2017-10-18 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19040: -- Summary: CP service exec broken for older clients after PB namespace addition Key: HBASE-19040 URL: https://issues.apache.org/jira/browse/HBASE-19040 Project: HBase

[jira] [Created] (HBASE-19039) remove shadejars clean precommit check

2017-10-18 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19039: - Summary: remove shadejars clean precommit check Key: HBASE-19039 URL: https://issues.apache.org/jira/browse/HBASE-19039 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-19038) precommit mvn install should run from root on patch

2017-10-18 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19038: - Summary: precommit mvn install should run from root on patch Key: HBASE-19038 URL: https://issues.apache.org/jira/browse/HBASE-19038 Project: HBase Issue Type:

[jira] [Created] (HBASE-19037) BLOCKCACHE not work in console

2017-10-18 Thread JIRA
Александр created HBASE-19037: - Summary: BLOCKCACHE not work in console Key: HBASE-19037 URL: https://issues.apache.org/jira/browse/HBASE-19037 Project: HBase Issue Type: Bug

Re: Delaying 1.1.13 for another month

2017-10-18 Thread Mike Drob
Maybe we do a final release on it and then EOL the branch? On Fri, Oct 13, 2017 at 5:25 PM, Nick Dimiduk wrote: > Our beloved branch-1.1 is still showing only the most minor product > changes. Almost everything since 1.1.12 is build, test related. Once again, > I'll let it

[DISCUSS] Help adding a check for localization edge cases in our current test suites?

2017-10-18 Thread Sean Busbey
Hi folks! This comment from Chia-Ping on HBASE-19020 has me thinking: > The TestXmlParsing is a flaky test in my jenkins, because the error message > from my machine is in Chinese. I wonder how many more of our tests rely incorrectly on the localization settings being set to American English.

[jira] [Created] (HBASE-19036) Add action in Chaos Monkey to restart Active Namenode

2017-10-18 Thread Monani Mihir (JIRA)
Monani Mihir created HBASE-19036: Summary: Add action in Chaos Monkey to restart Active Namenode Key: HBASE-19036 URL: https://issues.apache.org/jira/browse/HBASE-19036 Project: HBase Issue

[jira] [Created] (HBASE-19035) Miss metrics when coprocessor use region scanner to read data

2017-10-18 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-19035: -- Summary: Miss metrics when coprocessor use region scanner to read data Key: HBASE-19035 URL: https://issues.apache.org/jira/browse/HBASE-19035 Project: HBase

[jira] [Created] (HBASE-19034) Implement "optimize SEEK to SKIP" in storefile scanner

2017-10-18 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-19034: -- Summary: Implement "optimize SEEK to SKIP" in storefile scanner Key: HBASE-19034 URL: https://issues.apache.org/jira/browse/HBASE-19034 Project: HBase