Hello, is anyone here using StarRocks with Lakekee...
# questions-and-troubleshooting
a
Hello, is anyone here using StarRocks with Lakekeeper and experiencing issues with an ExpiredToken error?
Copy code
BE access S3 file failed, SdkResponseCode=400, SdkErrorType=100, SdkErrorMessage=Unable to parse ExceptionName: ExpiredToken Message: The provided token has expired.: file =....
I was using version 3.3.x without any problems, but I started receiving this error after upgrading to 3.5.14. I'm using vended credentials, it looks like a caching issue on the StarRocks side, because it's intermittent and I can still query other tables from the same catalog. Is there any workaround that could help?
I don't know if this could be the problem, https://github.com/StarRocks/starrocks/pull/69434, but it's only fixed in 4.0 and 4.1, and hasn't been released yet.
As a workaround, I deactivated enable_iceberg_metadata_cache, but now the queries are slow 😕