GlenGeng commented on a change in pull request #1780:
URL: https://github.com/apache/ozone/pull/1780#discussion_r563313935



##########
File path: 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/block/DeletedBlockLog.java
##########
@@ -104,4 +104,9 @@ void addTransactions(Map<Long, List<Long>> 
containerBlocksMap)
    * @throws IOException
    */
   int getNumOfValidTransactions() throws IOException;
+
+  /**
+   * Clear the transactionToDNsCommitMap.
+   */
+  void clearTransactionToDNsCommitMap();

Review comment:
       This method should not be seen by the non-ratis DeleteBlockLog. And we'd 
better add comments for why we need this method.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to