Hi everyone. Just opened this issue that seems lik...
# questions-and-troubleshooting
r
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?
o
Any error information in the fe.log when refreshing the table?
a
We have similar problem after upgrading to 4.0.0. Mat views that are based on Iceberg tables are not refreshed and if I query Iceberg tables from StarRocks I see old data like old manifest was cached but cache stopped getting updates at some point. FE restart helps for sometime but doesn't fix the issue. How to disable metadata cache for this case? Metadata cache seems to be disabled in configs.. is there other place I need to check?