kaijchen commented on a change in pull request #2996:
URL: https://github.com/apache/ozone/pull/2996#discussion_r803660305
##########
File path:
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OzoneClientKeyGenerator.java
##########
@@ -112,7 +140,7 @@ private void createKey(long counter) throws Exception {
timer.time(() -> {
try (OutputStream stream = bucket.createKey(key, keySize,
- ReplicationType.RATIS, factor, metadata)) {
+ replicationConfig, metadata)) {
contentGenerator.write(stream);
stream.flush();
Review comment:
Yes, this is expected. It should be fixed in another PR.
https://github.com/apache/ozone/blob/22e34820cf228b23cc648c5833b63c8ed3523481/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/ECKeyOutputStream.java#L466-L469
--
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]