wombatu-kun commented on code in PR #19811:
URL: https://github.com/apache/hudi/pull/19811#discussion_r3953806057


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieStreamer.java:
##########
@@ -220,6 +220,16 @@ public void shutdownGracefully() {
     });
   }
 
+  // Interrupts an in-progress ingestion, unlike shutdownGracefully() which 
lets the current round finish.
+  public void shutdownForcefully() {

Review Comment:
   Yes - shutdownGracefully closes and blocks, this one neither closes nor 
waits, so the shared prefix is what makes it read as a peer. interruptIngestion 
says what it does, and shutdownStreamers is its only caller so the rename costs 
nothing.
   



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