sumitagrawl commented on code in PR #4271:
URL: https://github.com/apache/ozone/pull/4271#discussion_r1105634220
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/StorageContainerManagerStarter.java:
##########
@@ -156,7 +157,8 @@ private void commonInit() {
String[] originalArgs = getCmd().getParseResult().originalArgs()
.toArray(new String[0]);
StringUtils.startupShutdownMessage(HddsVersionInfo.HDDS_VERSION_INFO,
- StorageContainerManager.class, originalArgs, LOG);
+ StorageContainerManager.class, originalArgs, LOG,
+ conf.getAllPropertiesByTag(ConfigTag.SCM.name()).toString());
Review Comment:
There are certain property which is not properly tagged, not tagged or
tagged like CONTAINER for DN, belonging to HDFS base, or belonging to RATIS,
those will not be logged.
--
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]