swamirishi commented on code in PR #8982:
URL: https://github.com/apache/ozone/pull/8982#discussion_r2311889090
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmSnapshotLocalDataYaml.java:
##########
@@ -256,4 +321,26 @@ public static OmSnapshotLocalDataYaml
getFromYamlStream(InputStream input) throw
return dataYaml;
}
+
+ private static class OmSnapshotLocalDataYamlProvider {
+ private static volatile Yaml instance = getInstance();
Review Comment:
not used anymore.
--
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]