Hi everyone. Just opened this issue that seems like a new critical bug in StarRocks v4.0.0:
https://github.com/StarRocks/starrocks/issues/65381.
Seems like StarRocks is trying to access a stale Iceberg metadata file that no longer exists, which leads to a query failure. We don't experience this issue in our StarRocks v3.4.3 cluster.
We believe this is probably a new bug in the
metadata refresh mechanism.
Has anyone else encountered a similar issue?