hangc0276 commented on code in PR #19178:
URL: https://github.com/apache/pulsar/pull/19178#discussion_r1121038176


##########
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-2.9 still build failed.
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project managed-ledger: Compilation failure
   [ERROR] 
/Users/hangc/Workspace/sourcecode/CR/pulsar/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java:[436,85]
 cannot find symbol
   [ERROR]   symbol:   class ArrayList
   [ERROR]   location: class 
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl
   
   ```



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