litao
litao
JIRA: HBASE-27026. By default Style/FrozenStringLiteralComment is enabled in rubocop. If we update a ruby file, rubocop prompts `Missing frozen string literal comment` (see [https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt)](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt). To address this warn, we need...
JIRA: [HDFS-16179](https://issues.apache.org/jira/browse/HDFS-16179) ``` private void chooseExcessRedundancyStriped(BlockCollection bc, final Collection nonExcess, BlockInfo storedBlock, DatanodeDescriptor delNodeHint) { ... // cardinality of found indicates the expected number of internal blocks final int numOfTarget...
## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc...
### Steps to reproduce the behavior (Required) 1. Checkout to branch main, and run `sh build.sh -j 4`. 2. We can see `Successfully build StarRocks`, but it's not actually compiled....
Our cluster has three master nodes, including the `leader`, but all three master nodes are displayed as `follower`. 
JIRA: [HDFS-16446](https://issues.apache.org/jira/browse/HDFS-16446). Consider ioutils of disk when choosing volume to avoid busy disks. Document: https://docs.google.com/document/d/1Ko1J7shz8hVLnNACT6PKVQ_leIHf_YaIFA2s3yJMZHQ/edit?usp=sharing Architecture is as follows: 
[improvement] When dropping table, data should be moved to trash instead of being deleted directly
### Purpose Linked issue: close #6511
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation In Paimon, when dropping table, the data is directly removed. We can implement...