[jira] [Resolved] (HBASE-24359) Optionally ignore edits for deleted CFs for replication.

2020-06-07 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guanghao Zhang resolved HBASE-24359. Resolution: Fixed Pushed to branch-2.3+. Thanks [~Ddupg] for contributing. > Optionally

[jira] [Resolved] (HBASE-24515) batch Increment/Append fails when retrying the RPC

2020-06-07 Thread Toshihiro Suzuki (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toshihiro Suzuki resolved HBASE-24515. -- Hadoop Flags: Reviewed Resolution: Fixed > batch Increment/Append fails when

[jira] [Resolved] (HBASE-24506) async client deadlock

2020-06-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24506. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2.2+. Thanks all for reviewing.

Re: On org.apache.hadoop.hbase.constraint

2020-06-07 Thread Duo Zhang
Let's open an issue for this feature? Let's wait for a week, if still no use cases from users, I think we can do some breaking changes on 3.0.0 to open the feature to end users. On 2.x, let's still keep the old classes. Thanks. Sean Busbey 于2020年6月8日周一 上午9:39写道: > I think it being labeled

Re: On org.apache.hadoop.hbase.constraint

2020-06-07 Thread Sean Busbey
I think it being labeled IA.Private is incorrect. The red guide talks about the feature and directly points folks to the javadoc of one of the IA.Private classes. http://hbase.apache.org/book.html#_constraints I'm all for us figuring out what the public surface should be and correcting this

Re: On org.apache.hadoop.hbase.constraint

2020-06-07 Thread Stack
If IA.Private, it was for internal use only? Doesn't need a deprecation to change it? Please speak up if you are using the Constraint feature! Thanks, S On Sat, Jun 6, 2020 at 12:40 AM 张铎(Duo Zhang) wrote: > The related classes are marked as IA.Private which means it is not part of > our

[DISCUSS]HBase2.1.0 is slower than HBase1.2.0

2020-06-07 Thread zheng wang
Hi guys: I did some test on my pc to find the reason as Jan Van Besien mentioned in user channel. #test env OS : win10 JDK: 1.8 MEM: 8GB #test data: 1 million rows with only one columnfamily and one qualifier. rowkey: rowkey-#index# value: value-#index# #test method: just use client api

[jira] [Resolved] (HBASE-24513) The default readRpcTimeout and writeRpcTimeout is incorrectly calculated in AsyncConnectionConfiguration

2020-06-07 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-24513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-24513. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2.2+. Thanks [~janh] for