Re: [DISCUSS] Introducing OpenTelemerty into our public API

2021-11-15 Thread Andrew Purtell
If the exposure is for/within coprocessors, I think that usage falls under the same exception we make for LimitedPrivate and other things that are necessary for server internal extension but are not public API either. On Tue, Nov 9, 2021 at 4:04 PM Nick Dimiduk wrote: > Let me find some

[jira] [Created] (HBASE-26458) Value of hbase.master.snapshot.ttl is not used

2021-11-15 Thread Joel Swiatek (Jira)
Joel Swiatek created HBASE-26458: Summary: Value of hbase.master.snapshot.ttl is not used Key: HBASE-26458 URL: https://issues.apache.org/jira/browse/HBASE-26458 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-26448) Make sure we do not flush a region too frequently

2021-11-15 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-26448. --- Fix Version/s: HBASE-26233 Hadoop Flags: Reviewed Resolution: Fixed Merged to branch

[jira] [Created] (HBASE-26457) Should not always clear all the failed replicas when getting a flush all request

2021-11-15 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-26457: - Summary: Should not always clear all the failed replicas when getting a flush all request Key: HBASE-26457 URL: https://issues.apache.org/jira/browse/HBASE-26457 Project:

Re: Using HFileLink files in split as default

2021-11-15 Thread Duo Zhang
I think this is an optimization so we should try to always use HFileLink if possible. Shout if you have different scenarios where we'd better still keep the old behavior. Thanks. Xiaolin Ha 于2021年11月15日周一 下午4:41写道: > > Sorry, there were spelling mistakes. > > By using HFileLink files, there

Re: Using HFileLink files in split as default

2021-11-15 Thread Xiaolin Ha
Sorry, there were spelling mistakes. By using HFileLink files, there is no need to use HalfStoreFileReader to read the HFile. Regards, Xiaolin Ha Xiaolin Ha 于2021年11月15日周一 下午4:37写道: > Hi, > I proposed an issue to use HFileLink file when splitting in > HBASE-26421 Use HFileLink file to

Using HFileLink files in split as default

2021-11-15 Thread Xiaolin Ha
Hi, I proposed an issue to use HFileLink file when splitting in HBASE-26421 Use HFileLink file to replace entire file‘s reference when splitting . Because the HFileLink files can be used when the Reference file refers to the entire HFile. Now I