[
https://issues.apache.org/jira/browse/HDFS-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746210#comment-17746210
]
ASF GitHub Bot commented on HDFS-17118:
---------------------------------------
xinglin opened a new pull request, #5880:
URL: https://github.com/apache/hadoop/pull/5880
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
We noticed a few checkstyle warnings when backporting
[HDFS-17030](https://issues.apache.org/jira/browse/HDFS-17030) from trunk to
branch-3.3. The yetus build was not stable at that time and we did not notice
the newly added checkstyle warnings. Fix them now.
### How was this patch tested?
```
xinglin@xinglin-mn1 ~/p/h/t/hadoop-hdfs-project (HDFS-17118)> mvn test
-Dtest=TestObserverReadProxyProvider
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running
org.apache.hadoop.hdfs.server.namenode.ha.TestObserverReadProxyProvider
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.99
s - in org.apache.hadoop.hdfs.server.namenode.ha.TestObserverReadProxyProvider
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
```
> Fix minor checkstyle warnings in TestObserverReadProxyProvider
> --------------------------------------------------------------
>
> Key: HDFS-17118
> URL: https://issues.apache.org/jira/browse/HDFS-17118
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs
> Affects Versions: 3.4.0
> Reporter: Xing Lin
> Assignee: Xing Lin
> Priority: Trivial
>
> We noticed a few checkstyle warnings when backporting HDFS-17030 from trunk
> to branch-3.3. The yetus build was not stable at that time and we did not
> notice the newly added checkstyle warnings.
>
> PR merged into trunk: [https://github.com/apache/hadoop/pull/5700]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]