gianm commented on issue #13232: URL: https://github.com/apache/druid/issues/13232#issuecomment-1321474477
Hi @junwansas, thanks for your report! I just tried this locally, and task logs stayed present when upgrading from 0.23.0 to 24.0.0. I did the following steps: - Unzip `apache-druid-0.23.0-bin.tar.gz` - Run the Kafka tutorial: https://druid.apache.org/docs/0.23.0/tutorials/tutorial-kafka.html - Stop the Apache Druid 0.23.0 services - Unzip `apache-druid-24.0.0-bin.tar.gz` - Move `var` directory from `apache-druid-0.23.0` to `apache-druid-24.0.0` - Run `bin/start-micro-quickstart` from the Druid 24.0.0 directory - Check web console for logs It is possible that you did not move over the `var` directory. This part is important since a bunch of stuff is stored there, like task logs. If you have any further issues please do not hesitate to reopen this. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
