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

2019-03-25 Thread OpenInx
I see the guide in https://cwiki.apache.org/confluence/display/INFRA/GitHub+Pull+Request+Builder, I think we need create some webhook in our apache/hbase github repository. Oh, maybe I can have a try in my own forked github repo, if work, then I can put it in apache/hbase repo. On Tue, Mar 26, 2

Re: [GitHub] [hbase] Apache9 closed pull request #108: HBASE-22042 add missing @Override annotation for RawAsyncTableImpl.scan

2019-03-25 Thread Duo Zhang
Oh, an email to the dev list... It will be better to send this to commits@hbase I think? GitBox 于2019年3月26日周二 上午10:27写道: > Apache9 closed pull request #108: HBASE-22042 add missing @Override > annotation for RawAsyncTableImpl.scan > URL: https://github.com/apache/hbase/pull/108 > > > > > --

[GitHub] [hbase] Apache9 closed pull request #108: HBASE-22042 add missing @Override annotation for RawAsyncTableImpl.scan

2019-03-25 Thread GitBox
Apache9 closed pull request #108: HBASE-22042 add missing @Override annotation for RawAsyncTableImpl.scan URL: https://github.com/apache/hbase/pull/108 This is an automated message from the Apache Git Service. To respond to

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

2019-03-25 Thread Sean Busbey
Access to Jenkins is granted by the PMC chair. When I'm back at a laptop tomorrow I can post the guide for access. You shouldn't need access to the setting of the GitHub repos to do this; I'm not even sure what gitbox integration gives us. I'll confirm by checking how the two projects I know to h

[jira] [Created] (HBASE-22108) Avoid passing null in Admin methods

2019-03-25 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22108: - Summary: Avoid passing null in Admin methods Key: HBASE-22108 URL: https://issues.apache.org/jira/browse/HBASE-22108 Project: HBase Issue Type: Task Re

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

2019-03-25 Thread OpenInx
@stack boss, Can you see the settings also the jenkins config ? If so, mind you grant those permissions? On Tue, Mar 26, 2019 at 10:17 AM 张铎(Duo Zhang) wrote: > I can not see the settings tab on github either... > > OpenInx 于2019年3月26日周二 上午10:11写道: > >> So the current problem is: github PR

Re: GetAndPut

2019-03-25 Thread Nick Dimiduk
Hi JM, I wonder if your usecase is supported by the multi operation. If you enable multiple cell versions on the store, you should be able to send a single multi RPC containing first the CAX, then the multi-version get. The get portion of the returned result would contain all the cell values you r

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

2019-03-25 Thread Duo Zhang
I can not see the settings tab on github either... OpenInx 于2019年3月26日周二 上午10:11写道: > So the current problem is: github PR can not trigger hadoop QA ? I will > take some time to let this work, but > seems I've no setting permissions in github repo, also no permission to > view the jenkins conf

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

2019-03-25 Thread OpenInx
So the current problem is: github PR can not trigger hadoop QA ? I will take some time to let this work, but seems I've no setting permissions in github repo, also no permission to view the jenkins config. @Sean Busby, @Josh Elser @张铎(Duo Zhang) Could you help to grant those permission to me ?

Re: [REOPENED][VOTE] The second HBase 2.1.4 Release Candidate is available for download

2019-03-25 Thread Duo Zhang
Anyway let me try the UT at least to add a VOTE... And where is the compatibility report sir? Stack 于2019年3月25日周一 下午10:30写道: > I reopened the vote. I'd called it prematurely. We need at least one more > PMCer to vote (Thanks Duo). > > S > > On Mon, Mar 25, 2019 at 9:46 AM Stack wrote: > > > Wi

[jira] [Created] (HBASE-22107) make dead server metric work for HBase in a compute fabric (e.g. YARN) use case

2019-03-25 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-22107: Summary: make dead server metric work for HBase in a compute fabric (e.g. YARN) use case Key: HBASE-22107 URL: https://issues.apache.org/jira/browse/HBASE-22107

[jira] [Created] (HBASE-22106) Log cause of the failure when coprocessor specification parsing fails.

2019-03-25 Thread Ankit Singhal (JIRA)
Ankit Singhal created HBASE-22106: - Summary: Log cause of the failure when coprocessor specification parsing fails. Key: HBASE-22106 URL: https://issues.apache.org/jira/browse/HBASE-22106 Project: HBa

[jira] [Created] (HBASE-22105) Snapshot of the table fails when region is transitioning

2019-03-25 Thread Ankit Singhal (JIRA)
Ankit Singhal created HBASE-22105: - Summary: Snapshot of the table fails when region is transitioning Key: HBASE-22105 URL: https://issues.apache.org/jira/browse/HBASE-22105 Project: HBase I

Re: GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Well, I just don't want it to fail. I want to put a value that will replace the previous one and just return it (the previous one). It can be something like: repeat until success { Get previous value CheckAndPut(new value, previous value) } Then I know what I replaced by what. The usecase is

Re: GetAndPut

2019-03-25 Thread Vladimir Rodionov
Interesting. If CheckAndPut succeeds, then you know the value and no need for Get, right? Only if it fail, you want to know current value if CheckAndPut fails? Can you elaborate on your use case, Jean-Marc? -Vlad On Mon, Mar 25, 2019 at 11:54 AM Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrot

GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Hi all, We have all CheckAndxxx operations, where we verify something and if the condition is true we perform the operatoin (Put, Delete, Mutation, etc.). I'm looking for a GetAndPut operation. Where in a single atomic call, I can get the actual value of a cell (if any), and perform the put. Work

[jira] [Created] (HBASE-22104) Remove Hadoop 2.7 from next minor releases

2019-03-25 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-22104: --- Summary: Remove Hadoop 2.7 from next minor releases Key: HBASE-22104 URL: https://issues.apache.org/jira/browse/HBASE-22104 Project: HBase Issue Type: Task

Re: [RESULT][VOTE] The second HBase 2.1.4 Release Candidate is available for download

2019-03-25 Thread Duo Zhang
Sorry for not having enough cycles to test the RC, but I think we need 3 binding +1s? Stack 于2019年3月25日周一 下午9:53写道: > With 5 +1s, this RC passes. Thanks to all who voted! Let me push out this > RC as 2.1.4. > > FYI, I think this 2.1.4 may have an issue when you use the shaded client -- > see HBA

[REOPENED][VOTE] The second HBase 2.1.4 Release Candidate is available for download

2019-03-25 Thread Stack
I reopened the vote. I'd called it prematurely. We need at least one more PMCer to vote (Thanks Duo). S On Mon, Mar 25, 2019 at 9:46 AM Stack wrote: > With 5 +1s, this RC passes. Thanks to all who voted! Let me push out this > RC as 2.1.4. > > FYI, I think this 2.1.4 may have an issue when you

Re: [RESULT][VOTE] The second HBase 2.1.4 Release Candidate is available for download

2019-03-25 Thread Stack
You are right. Only two PMCers in here Let me reopen the VOTE. We need one more PMC vote. S On Mon, Mar 25, 2019 at 10:02 AM 张铎(Duo Zhang) wrote: > Sorry for not having enough cycles to test the RC, but I think we need 3 > binding +1s? > > Stack 于2019年3月25日周一 下午9:53写道: > > > With 5 +1s, thi

[RESULT][VOTE] The second HBase 2.1.4 Release Candidate is available for download

2019-03-25 Thread Stack
With 5 +1s, this RC passes. Thanks to all who voted! Let me push out this RC as 2.1.4. FYI, I think this 2.1.4 may have an issue when you use the shaded client -- see HBASE-22052 release notes. Will push out a 2.1.5 with a fix inside the next few weeks. S On Wed, Mar 20, 2019 at 10:36 AM Stack

Re: [RESULT][VOTE] Second release candidate for HBase 2.0.5 is available

2019-03-25 Thread Stack
On Mon, Mar 25, 2019 at 9:34 AM Stack wrote: > With 6 +1s (one non-binding), this VOTE passes. > > Should have said out loud that I +1'd this RC too... (that makes the 6 in the above). S > Thank you to all who voted. > > Let me push this RC out as 2.0.5. > > Thanks, > S > > On Mon, Mar 18, 201

[RESULT][VOTE] Second release candidate for HBase 2.0.5 is available

2019-03-25 Thread Stack
With 6 +1s (one non-binding), this VOTE passes. Thank you to all who voted. Let me push this RC out as 2.0.5. Thanks, S On Mon, Mar 18, 2019 at 2:18 PM Stack wrote: > Please vote on this Apache HBase release candidate (RC), 2.0.5. > > The VOTE will remain open for at least 72 hours. > > [ ] +

[jira] [Resolved] (HBASE-22088) Jenkins post-build step times out after HBASE-20522

2019-03-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-22088. --- Resolution: Invalid Resolving as invalid. The actual issue was HBASE-22059 fixed by addendums in HBASE-2205

[jira] [Created] (HBASE-22103) HDFS-13209 in Hadoop 3.3.0 breaks asyncwal

2019-03-25 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HBASE-22103: --- Summary: HDFS-13209 in Hadoop 3.3.0 breaks asyncwal Key: HBASE-22103 URL: https://issues.apache.org/jira/browse/HBASE-22103 Project: HBase Issue Type: