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/09/03 11:38:12 UTC

[GitHub] [pulsar] fracasula edited a comment on issue #7682: Stuck consumer: terminate called after throwing an instance of 'std::bad_alloc'

fracasula edited a comment on issue #7682:
URL: https://github.com/apache/pulsar/issues/7682#issuecomment-686429997


   > @fracasula You can try this one https://hub.docker.com/layers/streamnative/pulsar/2.6.1-sn-hotfix-2/images/sha256-765a82e1601e64cdb8ae8f8d7bd38a4ba936cf5f16557c7f7bb36904813bf0ff?context=explore
   
   @codelipenghui I got this coming from the broker:
   
   ```
   11:35:08.153 [main] ERROR org.apache.pulsar.PulsarBrokerStarter - Failed to start pulsar service.
   org.apache.pulsar.broker.PulsarServerException: org.apache.pulsar.broker.PulsarServerException: java.io.IOException: No offloader found for driver 'google-cloud-storage'. Please make sure you dropped the offloader nar packages under `${PULSAR_HOME}/offloaders`.
   	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:587) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	at org.apache.pulsar.PulsarBrokerStarter$BrokerStarter.start(PulsarBrokerStarter.java:280) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	at org.apache.pulsar.PulsarBrokerStarter.main(PulsarBrokerStarter.java:349) [org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   Caused by: org.apache.pulsar.broker.PulsarServerException: java.io.IOException: No offloader found for driver 'google-cloud-storage'. Please make sure you dropped the offloader nar packages under `${PULSAR_HOME}/offloaders`.
   	at org.apache.pulsar.broker.PulsarService.createManagedLedgerOffloader(PulsarService.java:912) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:458) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	... 2 more
   Caused by: java.io.IOException: No offloader found for driver 'google-cloud-storage'. Please make sure you dropped the offloader nar packages under `${PULSAR_HOME}/offloaders`.
   	at org.apache.bookkeeper.mledger.offload.Offloaders.getOffloaderFactory(Offloaders.java:42) ~[org.apache.pulsar-managed-ledger-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	at org.apache.pulsar.broker.PulsarService.createManagedLedgerOffloader(PulsarService.java:893) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:458) ~[org.apache.pulsar-pulsar-broker-2.6.1-sn-hotfix-2.jar:2.6.1-sn-hotfix-2]
   	... 2 more
   ```
   
   Bookkeeper, zookeeper and proxy seem fine instead.


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