ChenSammi commented on code in PR #8827:
URL: https://github.com/apache/ozone/pull/8827#discussion_r2292844423
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestContainerReader.java:
##########
@@ -148,32 +151,76 @@ public void cleanup() {
}
private void markBlocksForDelete(KeyValueContainer keyValueContainer,
- boolean setMetaData, List<Long> blockNames, int count) throws Exception {
+ boolean setMetaData, List<Long> blockNames,
int count) throws Exception {
KeyValueContainerData cData = keyValueContainer.getContainerData();
Review Comment:
```suggestion
boolean setMetaData, List<Long> blockNames, int count) throws
Exception {
KeyValueContainerData cData = keyValueContainer.getContainerData();
```
--
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]