troubleshooting
How to resolve 'No worker node found for parallel unit id' error when querying a materialized view after upgrading to risingwave 1?
I encountered the following error after upgrading to risingwave 1: ERROR: QueryError: Scheduler error: No worker node found for parallel unit id: 3000
. Any ideas on how to resolve this issue?
Ib
Ibrahim
Asked on Jul 12, 2023
-
The error 'No worker node found for parallel unit id' indicates a scheduler error related to worker nodes not being available for parallel processing.
-
One possible solution is to create a new cluster with version 1.0 of risingwave, as recommended by Eric in the discussion thread.
-
By creating a new cluster with the updated version, you may be able to resolve the issue and query the materialized view without encountering the error again.
Jul 12, 2023Edited by