jianghuazhu

Results 8 issues of jianghuazhu

### Description of PR When applying RBF, the ip recorded in the log file saved in the NameNode is still the Router. The real client ip should be logged. Details:...

### Description of PR When accessing ClientProtocol#rename2(), we cannot see options in the log. The purpose of this PR is to improve it as much as possible. Details: HDFS-16802 ###...

## What changes were proposed in this pull request? When executing the ldb command, if the data is very large, a very large file will be generated, which is not...

pending

## What changes were proposed in this pull request? There is some identical processing logic in OMFileCreateRequest, OMKeyCommitRequest, OMKeyCreateRequest, and OMKeyRenameRequest, and the purpose of this PR is to simplify...

## What changes were proposed in this pull request? When DN is running, the RunningDatanodeState is created every time the heartbeat is sent to the SCM. This operation is very...

## What changes were proposed in this pull request? There are some redundant codes in DatanodeStateMachine, and the purpose of this PR is to optimize them. ## What is the...

## What changes were proposed in this pull request? Update some metrics for container scanner. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11593 ## How was this patch...

## What changes were proposed in this pull request? Added transferredBytes and queuedTime metrics for replication tasks, including ec reconstruction and container replication. ## What is the link to the...