szetszwo commented on code in PR #10566:
URL: https://github.com/apache/ozone/pull/10566#discussion_r3476421964


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerStateManager.java:
##########
@@ -237,4 +230,14 @@ default RequestType getType() {
   void updateContainerInfo(HddsProtos.ContainerInfoProto containerInfo)
       throws IOException;
 
+  /**
+   * Legacy no-op retained for SCM HA compatibility with old method names.
+   * SCM no longer maintains ContainerInfo deleteTransactionId.
+   *
+   * @deprecated SCM no longer updates ContainerInfo deleteTransactionId.
+   */
+  @Deprecated
+  void updateDeleteTransactionId(Map<ContainerID, Long> deleteTransactionMap)
+      throws IOException;

Review Comment:
   Since this is a local method, we could just delete it without deprecated it.



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

Reply via email to