litao

Results 9 issues of 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....

type/bug

Our cluster has three master nodes, including the `leader`, but all three master nodes are displayed as `follower`. ![image](https://github.com/cubefs/cubefs-dashboard/assets/55134131/4d148cd6-a877-46cb-8617-8bf288d21a54)

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: ![image](https://user-images.githubusercontent.com/55134131/159827737-f4ca4d66-c2f2-4bef-901b-6d2bc7bdda9a.png)

### 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...

enhancement

## What changes are proposed in this pull request? Fix document.

CORE
DOCS