[jira] [Created] (HBASE-25985) ReplicationSourceWALReader#run - Reset sleepMultiplier in loop once out of any IOE

2021-06-08 Thread Anoop Sam John (Jira)
Anoop Sam John created HBASE-25985: -- Summary: ReplicationSourceWALReader#run - Reset sleepMultiplier in loop once out of any IOE Key: HBASE-25985 URL: https://issues.apache.org/jira/browse/HBASE-25985

[jira] [Resolved] (HBASE-25969) Cleanup netty-all transitive includes

2021-06-08 Thread Michael Stack (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-25969. --- Fix Version/s: 2.4.5 2.5.0 3.0.0-alpha-1 Hadoop Fl

[VOTE] First release candidate for HBase 2.4.4 (RC0) is available

2021-06-08 Thread Andrew Purtell
Please vote on this Apache hbase release candidate, hbase-2.4.4RC0 The VOTE will remain open for at least 72 hours. [ ] +1 Release this package as Apache hbase 2.4.4 [ ] -1 Do not release this package because ... The tag to be voted on is 2.4.4RC0: https://github.com/apache/hbase/tree/2.4.4RC

[jira] [Created] (HBASE-25984) FSHLog WAL lockup with sync future reuse [RS deadlock]

2021-06-08 Thread Bharath Vissapragada (Jira)
Bharath Vissapragada created HBASE-25984: Summary: FSHLog WAL lockup with sync future reuse [RS deadlock] Key: HBASE-25984 URL: https://issues.apache.org/jira/browse/HBASE-25984 Project: HBase

[jira] [Created] (HBASE-25983) javadoc generation fails on openjdk-11.0.11+9

2021-06-08 Thread Bryan Beaudreault (Jira)
Bryan Beaudreault created HBASE-25983: - Summary: javadoc generation fails on openjdk-11.0.11+9 Key: HBASE-25983 URL: https://issues.apache.org/jira/browse/HBASE-25983 Project: HBase Issue

[jira] [Resolved] (HBASE-25982) NettyRpcServerRequestDecoder.exceptionCaught log e instead of e.getCause

2021-06-08 Thread Yulin Niu (Jira)
[ https://issues.apache.org/jira/browse/HBASE-25982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yulin Niu resolved HBASE-25982. --- Resolution: Won't Fix > NettyRpcServerRequestDecoder.exceptionCaught log e instead of e.getCause > -

[jira] [Created] (HBASE-25982) NettyRpcServerRequestDecoder.exceptionCaught log e instead of e.getCause

2021-06-08 Thread Yulin Niu (Jira)
Yulin Niu created HBASE-25982: - Summary: NettyRpcServerRequestDecoder.exceptionCaught log e instead of e.getCause Key: HBASE-25982 URL: https://issues.apache.org/jira/browse/HBASE-25982 Project: HBase

Re: [DISCUSS] Breakout discussion on storefile tracking storage solutions

2021-06-08 Thread Duo Zhang
Can not comment on the google doc so just reply here. Recently I read a bit of Hudi and Iceberg, they both use files on the filesystem for committing changes by default, so you can write to the data directory directly without worrying about mess up the data files. If no big concerns, I could star