adoroszlai commented on code in PR #3997:
URL: https://github.com/apache/ozone/pull/3997#discussion_r1095454450
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java:
##########
@@ -687,13 +687,21 @@ public void createBucket(
builder.setDefaultReplicationConfig(defaultReplicationConfig);
}
+ String replicationType = defaultReplicationConfig == null
+ ? "with server-side default replication type"
Review Comment:
Maybe it was fixed locally, but it didn't show up in the PR. I have applied
the suggestion since it's a trivial one.
--
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]