codope commented on a change in pull request #4515:
URL: https://github.com/apache/hudi/pull/4515#discussion_r784507846



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java
##########
@@ -156,6 +157,18 @@ public void createNewInstant(HoodieInstant instant) {
     createFileInMetaPath(instant.getFileName(), Option.empty(), false);
   }
 
+  public void createRequestedReplaceCommit(String instantTime, String 
actionType) {
+    try {
+      HoodieInstant instant = new HoodieInstant(State.REQUESTED, actionType, 
instantTime);
+      LOG.info("Creating a new instant " + instant);

Review comment:
       Is this info log necessary?




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


Reply via email to