sadanand48 commented on code in PR #5541:
URL: https://github.com/apache/ozone/pull/5541#discussion_r1382925256
##########
hadoop-hdds/tools/src/main/java/org/apache/hadoop/hdds/scm/cli/container/InfoSubcommand.java:
##########
@@ -105,10 +108,20 @@ public void execute(ScmClient scmClient) throws
IOException {
&& spec.root().userObject() instanceof GenericParentCommand
&& ((GenericParentCommand) spec.root().userObject()).isVerbose();
if (verbose) {
- LOG.info("Pipeline Info: {}", container.getPipeline());
+ Pipeline pipeline = null;
Review Comment:
We can use the same pipeline info object as above (container.getPipeline())
as we have introduced a new field to denote original write pipeline.
--
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]