hangc0276 commented on code in PR #19178: URL: https://github.com/apache/pulsar/pull/19178#discussion_r1121017976
########## managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java: ########## @@ -35,6 +35,7 @@ import io.netty.util.Recycler; import io.netty.util.Recycler.Handle; import java.time.Clock; +import java.util.ArrayList; Review Comment: The branch keeps cherry-picking new PRs without building success. I have pushed one PR to fix the build, https://github.com/apache/pulsar/pull/19645, and the CI needs to wait for a long time and rerun a few times to pass. Let me clean up the build-related changes to see whether we can build success. -- 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]
