troubleshooting
How can I fix the issue with RisingWave demo not working due to a compatibility bug?
I am trying to run the RisingWave clickstream analysis demo but encountering a connection issue to the database. The logs show an error related to an invalid value for '--metrics-level'. How can I fix this issue?
Au
Austin
Asked on Sep 26, 2023
- Clone the repo and start the docker container for the RisingWave clickstream analysis demo.
- Check the logs of the
frontend-node-0
andcompute-node-0
containers for any errors. - If the logs show an error related to an invalid value for '--metrics-level', it indicates a compatibility bug.
- To fix the issue, switch to the quick fix branch by running
git pull; git checkout wkx/quick-fix-demo-austin
. - Rerun the demo following the guidance in the docs and delete the previous deployment before running the demo again.
Sep 26, 2023Edited by