xianjingfeng commented on code in PR #510:
URL: https://github.com/apache/incubator-uniffle/pull/510#discussion_r1089902831


##########
server/src/main/java/org/apache/uniffle/server/ShuffleFlushManager.java:
##########
@@ -145,6 +134,31 @@ public void addToFlushQueue(ShuffleDataFlushEvent event) {
     }
   }
 
+  public void processEvents(boolean endless) {

Review Comment:
   > For reference: 
https://github.com/kaijchen/incubator-uniffle/tree/issue_509_fork
   
   We need overwrite `startEventProcessor` in `TestShuffleFlushManager`, 
Because if we start EventProcesser, events will be flushed automatically and 
this pr is used to prevent automatic flush.



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