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 2020/06/08 06:42:55 UTC

[GitHub] [pulsar] wangjialing218 opened a new issue #7202: Using entryLogPerLedgerEnabled feature will got NoSuchMethodError

wangjialing218 opened a new issue #7202:
URL: https://github.com/apache/pulsar/issues/7202


   **Describe the bug**
   using entryLogPerLedgerEnabled feature by set `entryLogPerLedgerEnabled=true` in bookkeeper.conf and produce some message, when bookie try to flush enties to entrylogfile,  got NoSuchMethodError.
   
   `java.lang.NoSuchMethodError: org.apache.commons.lang3.mutable.MutableInt.incrementAndGet() at org.apache.bookkeeper.bookie.EntryLogManagerForEntryLogPerLedger$EntryLogsPerLedgerCounter.openNewEntryLogForLedger`
   
   **Additional context**
   It seems MutableInt.incrementAndGet() is available from commons-lang3(v3.5) but Pulsar is using  commons-lang3(v3.4)  
   
   **Expected behavior**
   As BookKeeper is using commons-lang3(v3.6), Pulsar shoud also update to v3.6
   


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

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



[GitHub] [pulsar] merlimat closed issue #7202: Using entryLogPerLedgerEnabled feature will got NoSuchMethodError

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #7202:
URL: https://github.com/apache/pulsar/issues/7202


   


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

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



[GitHub] [pulsar] jiazhai commented on issue #7202: Using entryLogPerLedgerEnabled feature will got NoSuchMethodError

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #7202:
URL: https://github.com/apache/pulsar/issues/7202#issuecomment-640956595


   Thanks @wangjialing218 for the issue and PR


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

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