Re: Are we ready to accept PR commit from github?

2019-03-14 Thread Yu Li
I'm afraid not for driving this but yes to offer a hand (smile). Is there already some planned steps ongoing? Infra setup is something I'm not familiar but required for pre-commit and daily check on Travis, other than that just count me in and let me know what I could do to help. Best Regards,

[jira] [Resolved] (HBASE-21805) Extend per table metrics with some RPC layer measures

2019-03-14 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-21805. Resolution: Won't Fix > Extend per table metrics with some RPC layer measures >

[GitHub] [hbase] willshen commented on issue #108: HBASE-22042 add missing @Override annotation for RawAsyncTableImpl.scan

2019-03-14 Thread GitBox
willshen commented on issue #108: HBASE-22042 add missing @Override annotation for RawAsyncTableImpl.scan URL: https://github.com/apache/hbase/pull/108#issuecomment-473060314 @jainrish I dont think we use PR to accept changes for HBase yet. Please see

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Jean-Marc Spaggiari
Updated logs are there: https://pastebin.com/1UrTA8JS They really look like exactly the same as the previous version :-/ There is no warning, no error, nothing :( JMS Le jeu. 14 mars 2019 à 13:38, Sean Busbey a écrit : > We still need to find out why hbase:namespace is not online. Did the >

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Sean Busbey
We still need to find out why hbase:namespace is not online. Did the logs complaining about being unable to assign regions not include any thing about the region(s) for the namespace table? Can you upload updated logs? If there's no mention of it then that sounds like we need an hbck2 command to

[jira] [Created] (HBASE-22052) pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications

2019-03-14 Thread stack (JIRA)
stack created HBASE-22052: - Summary: pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications Key: HBASE-22052 URL: https://issues.apache.org/jira/browse/HBASE-22052

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Jean-Marc Spaggiari
I stopped all the region servers, started the master. It was complaining about not being able to assign regions. Then started region servers, but after 5 minutes got the same error :-/ 2019-03-14 12:46:38,586 ERROR [master/node2:6:becomeActiveMaster] master.HMaster: Failed to become active

Re: [DISCUSS] HBASE-14850 C++ client implementation

2019-03-14 Thread Sean Busbey
I'd also like to see the native client in its own repo. Dealing with a new build system for C++ will be some overhead, but I suspect less overhead than if we have to stitch that build to work with maven in the same repo. Also I think the hbase-connectors repo is overdue for a release and I'd

Re: [DISCUSS] HBASE-14850 C++ client implementation

2019-03-14 Thread Duo Zhang
For hbase-connectors, it is still a maven project, but the native client is a C++ project, so maybe we could just give it a separated repo... Stack 于2019年3月14日周四 下午1:54写道: > On Wed, Mar 13, 2019 at 12:54 AM Guanghao Zhang > wrote: > ... > > > As we have hbase-connectors project now and Sean

Re: Are we ready to accept PR commit from github?

2019-03-14 Thread Duo Zhang
I think PR will be good. Do you have any cycle to drive this Yu Li? Thanks. Yu Li 于2019年3月14日周四 下午8:53写道: > I see, thanks for the quick response Peter. > > Best Regards, > Yu > > > On Thu, 14 Mar 2019 at 17:38, Peter Somogyi wrote: > > > For hbase repository we do not yet have the integration

[jira] [Created] (HBASE-22051) Prohibit HMaster#getClusterSchema from return null

2019-03-14 Thread Xiang Li (JIRA)
Xiang Li created HBASE-22051: Summary: Prohibit HMaster#getClusterSchema from return null Key: HBASE-22051 URL: https://issues.apache.org/jira/browse/HBASE-22051 Project: HBase Issue Type: Bug

Re: Are we ready to accept PR commit from github?

2019-03-14 Thread Yu Li
I see, thanks for the quick response Peter. Best Regards, Yu On Thu, 14 Mar 2019 at 17:38, Peter Somogyi wrote: > For hbase repository we do not yet have the integration to accept pull > requests but hbase-connectors and hbase-operator-tools repositories moved > to GitHub PR workflow instead

Re: 2.0.4 to 2.2.0 testing

2019-03-14 Thread Wellington Chevreuil
Yeah, as I suspected in my previous comment, for this type of timeouts, the maintenance mode wouldn't give any help. It's weird that AM starts but apparently does nothing until the namespace 5 mins timeout is reached: ... 2019-03-12 20:53:45,942 INFO [master/node2:6:becomeActiveMaster]

Re: Are we ready to accept PR commit from github?

2019-03-14 Thread Peter Somogyi
For hbase repository we do not yet have the integration to accept pull requests but hbase-connectors and hbase-operator-tools repositories moved to GitHub PR workflow instead of accepting patch files. Peter On Thu, Mar 14, 2019 at 9:42 AM Yu Li wrote: > Hi All, > > Please forgive me if this is

Are we ready to accept PR commit from github?

2019-03-14 Thread Yu Li
Hi All, Please forgive me if this is already clearly clarified in other mail threads, but last time when I saw discussion about this we were still lacking some INFRA support to accept PR from github, so I'd like to double check here. Many thanks. Best Regards, Yu