[jira] [Created] (HBASE-22614) Master should provide the ability to delete a specified region

2019-06-21 Thread Bo Cui (JIRA)
Bo Cui created HBASE-22614: -- Summary: Master should provide the ability to delete a specified region Key: HBASE-22614 URL: https://issues.apache.org/jira/browse/HBASE-22614 Project: HBase Issue

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-21 Thread OpenInx
Update: The ByteBuffer pread backport is under reviewing now. https://github.com/apache/hadoop/pull/997 As Hadoop team said, the Hadoop 2.8 will be EOL soon, so our HDFS team will backport this patch to branch-2 & branch-2.9, we may need to upgrade the hadoop dependencies from 2.8.5 to 2.9.3

[jira] [Resolved] (HBASE-22583) [hbase-filesystem] Update readme to describe compatible hbase versions

2019-06-21 Thread Wellington Chevreuil (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-22583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wellington Chevreuil resolved HBASE-22583. -- Resolution: Done Pushed to master. Thanks for reviewing it, [~apurtell]! >

RE: Adding a new balancer to HBase

2019-06-21 Thread bhupendra jain
Its good idea for Heterogeneous deployment. Internally, we are also having discussion to develop similar solution. In our approach, We were also thinking of adding "RS Label" Feature similar to Hadoop Node Label feature. Each RS can have a label to denote its capabilities / resources . When

[jira] [Created] (HBASE-22615) Make TestChoreService more robust to timing

2019-06-21 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-22615: --- Summary: Make TestChoreService more robust to timing Key: HBASE-22615 URL: https://issues.apache.org/jira/browse/HBASE-22615 Project: HBase Issue Type: Test

[jira] [Created] (HBASE-22616) responseTooXXX logging for Multi should characterize the component ops

2019-06-21 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-22616: -- Summary: responseTooXXX logging for Multi should characterize the component ops Key: HBASE-22616 URL: https://issues.apache.org/jira/browse/HBASE-22616 Project:

[jira] [Resolved] (HBASE-18583) [hbasecon] Update the hbasecon archive

2019-06-21 Thread Clay B. (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clay B. resolved HBASE-18583. - Resolution: Fixed Assignee: Clay B. I added these around when I submitted the patch that closed

[jira] [Created] (HBASE-22617) Recovered WAL directories not getting cleaned up

2019-06-21 Thread Abhishek Singh Chouhan (JIRA)
Abhishek Singh Chouhan created HBASE-22617: -- Summary: Recovered WAL directories not getting cleaned up Key: HBASE-22617 URL: https://issues.apache.org/jira/browse/HBASE-22617 Project: HBase

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-21 Thread Guanghao Zhang
+1 for merge this to master. OpenInx 于2019年6月21日周五 下午2:56写道: > Update: > > The ByteBuffer pread backport is under reviewing now. > https://github.com/apache/hadoop/pull/997 > > As Hadoop team said, the Hadoop 2.8 will be EOL soon, so our HDFS team > will backport this patch to > branch-2 &

Re: [VOTE] Merge branch HBASE-21879 (Reading HFile's Block to ByteBuffer directly) back to master.

2019-06-21 Thread ramkrishna vasudevan
+1 to merge to master. Great job Zheng On Sat, Jun 22, 2019, 8:41 AM Guanghao Zhang wrote: > +1 for merge this to master. > > OpenInx 于2019年6月21日周五 下午2:56写道: > > > Update: > > > > The ByteBuffer pread backport is under reviewing now. > > https://github.com/apache/hadoop/pull/997 > > > > As