ChenSammi commented on code in PR #8566:
URL: https://github.com/apache/ozone/pull/8566#discussion_r2163287994
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/protocol/ScmBlockLocationProtocol.java:
##########
@@ -119,7 +119,7 @@ List<AllocatedBlock> allocateBlock(long size, int numBlocks,
* @throws IOException if there is any failure.
*/
List<DeleteBlockGroupResult>
- deleteKeyBlocks(List<BlockGroup> keyBlocksInfoList) throws IOException;
+ deleteKeyBlocks(List<DeletedBlockGroup> keyBlocksInfoList) throws
IOException;
Review Comment:
Please keep the old API for backward compatibility, and add a new API.
--
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]