visortelle commented on PR #871: URL: https://github.com/apache/pulsar-site/pull/871#issuecomment-2027474731
@merlimat you're right. I removed the mention of the wrong tracking issue. I'm a little confused about the different problems I encountered with restarting the Pulsar standalone. The issue with RocksDB I have: https://github.com/apache/pulsar/issues/15896#issuecomment-1951427536 `Error generating ledger id: org.apache.pulsar.metadata.api.MetadataStoreException: org.rocksdb.RocksDBException: TimedOut(LockTimeout)` I have an app that concurrently creates about 15 topics with roughly 50 partitions and creates a single producer and consumer for each topic. The problem was fixed after I switched to creating resources sequentially. I can share a docker image with the app if it makes sense. -- 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]
