Demogorgon314 commented on code in PR #21091:
URL: https://github.com/apache/pulsar/pull/21091#discussion_r1312658629


##########
pulsar-broker/src/main/java/org/apache/pulsar/compaction/StrategicTwoPhaseCompactor.java:
##########
@@ -377,7 +356,7 @@ private <T> CompletableFuture<Long> runPhaseTwo(
                                     return;
                                 }
                             });
-                })
+                }, scheduler)

Review Comment:
   Oh, I changed back. This change is made when I am debugging, this change is 
no useful.



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