-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-17118 Fixed a couple checkstyle warnings in TestObserverReadProxyProvider #5880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Hi @goiri, Can you take a look at this PR? Fix some checkstyle warnings introduced in HDFS-17030. The uncheck cast error was not detected during the builds when merging into trunk. Not sure why that was the case. I have also made these changes as part of the backport PR for branch-3.3: #5878. |
simbadzina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Hi @goiri, Could you take a look at this PR? thanks, |
|
Hi @goiri, Could you review it? thanks, |
...s/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestObserverReadProxyProvider.java
Outdated
Show resolved
Hide resolved
|
🎊 +1 overall
This message was automatically generated. |
Description of PR
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. Fix them now.
How was this patch tested?