You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/19 10:24:25 UTC

[GitHub] [pulsar] hangc0276 commented on pull request #13974: [broker] clean inactive bundle from bundleData in loadData and bundlesCache

hangc0276 commented on PR #13974:
URL: https://github.com/apache/pulsar/pull/13974#issuecomment-1102476626

   @Nicklee007 Thanks for you contribution. Please help address the compilation issue.
   ```
   COMPILATION ERROR : 
   Error:  /home/runner/work/pulsar/pulsar/pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/NamespaceServiceTest.java:[69[8](https://github.com/apache/pulsar/runs/6075571934?check_suite_focus=true#step:9:8),37] method splitAndOwnBundle in class org.apache.pulsar.broker.namespace.NamespaceService cannot be applied to given types;
     required: org.apache.pulsar.common.naming.NamespaceBundle,boolean,org.apache.pulsar.common.naming.NamespaceBundleSplitAlgorithm,java.util.List<java.lang.Long>
     found: org.apache.pulsar.common.naming.NamespaceBundle,boolean,org.apache.pulsar.common.naming.NamespaceBundleSplitAlgorithm
     reason: actual and formal argument lists differ in length
   ```


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org