ChenSammi commented on code in PR #5662:
URL: https://github.com/apache/ozone/pull/5662#discussion_r1452957068
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/keyvalue/impl/TestBlockManagerImpl.java:
##########
@@ -225,4 +230,173 @@ public void testListBlock() throws Exception {
assertNotNull(listBlockData);
assertTrue(listBlockData.size() == 10);
}
+
+ private BlockData createBlockData(long containerID, long blockNo,
+ int chunkID, long begining, long offset, long len, long bcsID)
Review Comment:
this beginning is not used, same in next createBlockDataWithOneFullChunk
function.
--
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]