[jira] [Created] (HBASE-22180) Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable

2019-04-06 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22180: - Summary: Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable Key: HBASE-22180 URL: https://issues.apache.org/jira/browse/HBASE-22180 Project: HBase

[jira] [Created] (HBASE-22179) Fix RawAsyncHBaseAdmin.getCompactionState

2019-04-06 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22179: - Summary: Fix RawAsyncHBaseAdmin.getCompactionState Key: HBASE-22179 URL: https://issues.apache.org/jira/browse/HBASE-22179 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-22178) Introduce a createTableAsync with TableDescriptor method in Admin

2019-04-06 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22178: - Summary: Introduce a createTableAsync with TableDescriptor method in Admin Key: HBASE-22178 URL: https://issues.apache.org/jira/browse/HBASE-22178 Project: HBase

[jira] [Created] (HBASE-22177) Do not recreate IOException in RawAsyncHBaseAdmin.adminCall

2019-04-06 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22177: - Summary: Do not recreate IOException in RawAsyncHBaseAdmin.adminCall Key: HBASE-22177 URL: https://issues.apache.org/jira/browse/HBASE-22177 Project: HBase Issue

Re: [DISCUSS] EOL for branch-1.2

2019-04-06 Thread Peter Somogyi
+1 on EOL 1.2. I believe the notices in the announcement emails were adequate and by retiring branch-1.2 we are also moving forward to achieve our goal to reduce the number of active branches. Thanks for your work Sean on HBase 1.2! On Sat, Apr 6, 2019 at 3:35 AM Sean Busbey wrote: > Hi

Re: [DISCUSS] move to gitbox

2019-04-06 Thread Duo Zhang
OK, now we have the yetus set up for GitHub PR, and I've tried to use GitHub PR to process several issues. For example HBASE-22174, Sean Busbey approved on the PR, and I used the GitHub PR to commit to master, and then cherry-picked the commit to other branches, and committed them using command

[jira] [Created] (HBASE-22176) Document how to make use of GitHub PR in HBase

2019-04-06 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22176: - Summary: Document how to make use of GitHub PR in HBase Key: HBASE-22176 URL: https://issues.apache.org/jira/browse/HBASE-22176 Project: HBase Issue Type: Task

Re: The GitHub PR integration basically works

2019-04-06 Thread Duo Zhang
Oh shit, the default operation for merging is create a merge commit... Sorry about that, I should select the rebase and merge. And is it possible to disable the 'create a merge commit' option, just like the 'squash and merge'? Thanks. 张铎(Duo Zhang) 于2019年4月6日周六 下午7:33写道: > Seems GitHub will

Re: The GitHub PR integration basically works

2019-04-06 Thread Duo Zhang
Seems GitHub will add a merge commit when clicking the merge button on the PR... Let me check... Misty Linville 于2019年4月6日周六 下午1:30写道: > Ah, I see. Thanks for explaining. That makes more sense! > > On Fri, Apr 5, 2019 at 10:29 PM 张铎(Duo Zhang) > wrote: > > > Oh, Zheng Hu is a committer so he