ChenSammi commented on code in PR #5663:
URL: https://github.com/apache/ozone/pull/5663#discussion_r1467427444
##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java:
##########
@@ -468,6 +487,14 @@ ContainerCommandResponseProto> executePutBlock(boolean
close,
ContainerCommandResponseProto> flushFuture = null;
try {
BlockData blockData = containerBlockData.build();
+ LOG.debug("sending PutBlock {}", blockData);
+
+ if (config.getIncrementalChunkList()) {
Review Comment:
It's better to move this into below future.thenApplyAsync.
--
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]