hemantk-12 commented on code in PR #5165:
URL: https://github.com/apache/ozone/pull/5165#discussion_r1310994907
##########
hadoop-hdds/rocks-native/src/main/java/org/apache/hadoop/hdds/utils/db/managed/ManagedSSTDumpIterator.java:
##########
@@ -58,9 +60,16 @@ public abstract class ManagedSSTDumpIterator<T> implements
ClosableIterator<T> {
private AtomicBoolean open;
private StackTraceElement[] stackTrace;
+ public ManagedSSTDumpIterator(ManagedSSTDumpTool sstDumpTool,
Review Comment:
This is not addressed and I don't know why your IDE is not auto indenting
this if you have configured
[Ozone-style](https://github.com/apache/ozone/blob/master/hadoop-ozone/dev-support/intellij/ozone-style.xml).
To me, it looks like it is configured and it does indent because line 70-73
are properly indented.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]