Common triggers
- A connectivity or availability problem between RisingWave and the upstream MySQL database.
- Streaming backpressure or insufficient project resources.
- A sustained increase in changes written to the upstream database.
- An upstream binlog retention period that is too short for the current workload.
Diagnosis
-
Note the
source_idin the alert. To identify the source name, connect to the project and run:Replace<source_id>with the value in the alert. Use the returned source name to open the matching source in RisingWave Cloud. - In RisingWave Cloud, open the source details and check its running status, throughput, and recent errors.
- Check the upstream MySQL database for connectivity problems and confirm that binary logging is enabled.
- Review the upstream binlog retention settings and confirm that files needed by the lagging source have not been removed.
- Check the project for other streaming or resource alerts that could indicate backpressure.
Resolution
- Resolve any connectivity or upstream database availability problems.
- If the project is resource-constrained, scale its streaming resources so that the source can catch up. For more information, see Scale a project manually.
- Increase the upstream binlog retention period if necessary, and do not manually remove binlog files that the source might still need.
- If a required binlog file has already been removed, or the source does not resume after the underlying issue is resolved, contact the RisingWave Cloud support team before recreating the source.