lhotari commented on code in PR #871: URL: https://github.com/apache/pulsar-site/pull/871#discussion_r1547687082
########## versioned_docs/version-3.2.x/getting-started-docker.md: ########## @@ -56,6 +56,22 @@ bin/pulsar standalone </Tabs> ```` +:::tip + +You may encounter issues with the default RocksDB metadata store after restarting Pulsar standalone. + +We recommend you consider using the following environment variable to use ZooKeeper as the metadata store: Review Comment: > I don't think it's a good idea to recommend not to use a default setting. If we have a bug in default configuration, we must fix it. If it cannot be fixed, we will have to change the defaults. @merlimat I agree. Since we cannot change already released versions and users are hitting problems, I think it's worth documenting the workaround until there's a better solution. It seems that there isn't a nice way to solve this problem. -- 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]
