Gargi-jais11 commented on code in PR #8459:
URL: https://github.com/apache/ozone/pull/8459#discussion_r2152148783
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/helpers/KeyValueContainerUtil.java:
##########
@@ -197,15 +197,19 @@ public static boolean noBlocksInContainer(DatanodeStore
store,
* pending delete block count and delete transaction id.
* @param kvContainerData
* @param config
+ * @param skipVerifyChecksum
* @throws IOException
*/
public static void parseKVContainerData(KeyValueContainerData
kvContainerData,
- ConfigurationSource config) throws IOException {
+ ConfigurationSource config, boolean skipVerifyChecksum) throws
IOException {
Review Comment:
Okay
--
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]