[jira] [Created] (HBASE-27143) Add hbase-unsafe as a dependency for a MR job triggered by hbase shell

2022-06-20 Thread Tak-Lon (Stephen) Wu (Jira)
Tak-Lon (Stephen) Wu created HBASE-27143: Summary: Add hbase-unsafe as a dependency for a MR job triggered by hbase shell Key: HBASE-27143 URL: https://issues.apache.org/jira/browse/HBASE-27143

Re: [VOTE] First release candidate for hbase-thirdparty 4.1.1 is available for download

2022-06-20 Thread Guanghao Zhang
+1 (binding) * Signature: ok * Checksum : ok * Rat check (1.8.0_301): ok - mvn clean apache-rat:check * Built from source (1.8.0_301): ok - mvn clean install -DskipTests 张铎(Duo Zhang) 于2022年6月20日周一 23:40写道: > See https://github.com/apache/hbase

[jira] [Resolved] (HBASE-27028) Add a shell command for flushing master local region

2022-06-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27028. --- Hadoop Flags: Reviewed Resolution: Fixed Pushed to branch-2.5+. Thanks [~heliangjun] for cont

Re: [DISCUSS] Move replication queue storage from zookeeper to a separated HBase table

2022-06-20 Thread Duo Zhang
Liangjun He replied on jira that he wants to join the work. We plan to schedule an online meeting recently to discuss it. Will post the meeting schedule here when we find a suitable time. Feel free to join if you are interested. Thanks. 张铎(Duo Zhang) 于2022年6月16日周四 22:07写道: > Thanks Andrew fo

[jira] [Resolved] (HBASE-26956) ExportSnapshot tool supports removing TTL

2022-06-20 Thread Sun Xin (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sun Xin resolved HBASE-26956. - Fix Version/s: 2.5.0 2.6.0 Resolution: Done Pushed to branch-2 and branch-2.5

Re: Separately configurable client meta rpc timeout

2022-06-20 Thread Bryan Beaudreault
Actually, it looks like hbase.rpc.timeout currently applies to the openScanner call (which is all that's necessary for most meta scans, since they are small). So I think we do also need an hbase.client.meta.rpc.timeout config after all. On Mon, Jun 20, 2022 at 4:17 PM Bryan Beaudreault wrote: >

Re: Separately configurable client meta rpc timeout

2022-06-20 Thread Bryan Beaudreault
Thank you both for the input. I will get a PR up for that shortly. Related, I also filed https://issues.apache.org/jira/browse/HBASE-27142 for branch-2 blocking client -- "Scanner timeout should take precedence over rpc timeout". I noticed that you changed this behavior for the async client a few

[jira] [Created] (HBASE-27142) Scanner timeout should take precedence over rpc timeout

2022-06-20 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-27142: - Summary: Scanner timeout should take precedence over rpc timeout Key: HBASE-27142 URL: https://issues.apache.org/jira/browse/HBASE-27142 Project: HBase

Re: Separately configurable client meta rpc timeout

2022-06-20 Thread Andrew Purtell
Our default position should be to resist adding new configuration variables, but in this case, I think it makes sense. +1 for adding a distinct timeout setting for meta. Definitely a valid special case. On Mon, Jun 20, 2022 at 9:09 AM 张铎(Duo Zhang) wrote: > You can see the comments at the top of

[jira] [Resolved] (HBASE-27099) In the HFileBlock class, the log printing fspread/fsread cost time unit should be milliseconds

2022-06-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27099. --- Fix Version/s: 2.5.0 2.4.13 3.0.0-alpha-4 Hadoop Flags: Re

Re: Separately configurable client meta rpc timeout

2022-06-20 Thread Duo Zhang
You can see the comments at the top of the method, on why we do not honor the rpc timeout, and also not the operation timeout. So here maybe we should introduce a special scan timeout for the meta table? Bryan Beaudreault 于2022年6月20日周一 23:45写道: > Hi Duo, just getting back to this. Thanks for yo

[jira] [Resolved] (HBASE-27128) when open archiveRetries totalLogSize calculation mistake

2022-06-20 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-27128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-27128. --- Fix Version/s: 2.5.0 2.4.13 3.0.0-alpha-4 Hadoop Flags: Re

Re: Separately configurable client meta rpc timeout

2022-06-20 Thread Bryan Beaudreault
Hi Duo, just getting back to this. Thanks for your response. Actually I'm pretty sure there is a simple retry for all scanner next calls. In master branch this occurs in AsyncScanSingleRegionRpcRetryingCaller#call(), which is called from #next(). The stub.scan() call in call() passes a callback on

Re: [VOTE] First release candidate for hbase 3.0.0-alpha-3 is available for download

2022-06-20 Thread Duo Zhang
Remind. We need some votes here to make progress on the 3.0.0 release~ 张铎(Duo Zhang) 于2022年6月16日周四 00:05写道: > Please vote on this Apache hbase release candidate, > hbase-3.0.0-alpha-3RC0 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache hbase 3.0.0-a

Re: [VOTE] First release candidate for hbase-thirdparty 4.1.1 is available for download

2022-06-20 Thread Duo Zhang
See https://github.com/apache/hbase/pull/4552 After modifying some code in HBase, mainly because of a behavior change in jetty, we can pass all the UTs when depending on hbase-thirdparty-4.1.1. 张铎(Duo Zhang) 于2022年6月18日周六 23:04写道: > Please vote on this Apache hbase thirdparty release candidate,

Re: [NOTICE] ci-hbase is broken

2022-06-20 Thread Duo Zhang
Back to normal now. 张铎(Duo Zhang) 于2022年6月19日周日 21:19写道: > https://lists.apache.org/thread/55sr0mpsfxo2rq3d6rc7jp201xoygr7b > > It is broken due to an upgrade... > > 张铎(Duo Zhang) 于2022年6月19日周日 21:07写道: > >> Got 503 when visiting. >> >> Filed https://issues.apache.org/jira/browse/INFRA-23399 fo