ming12713 commented on issue #3705: URL: https://github.com/apache/amoro/issues/3705#issuecomment-3149698089
> Thanks for reporting this! > > It seems the refresh logic is handled by the [Iceberg Rest Catalog implementation](https://github.com/apache/iceberg/blob/apache-iceberg-1.6.1/core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java#L548). I am not sure if any error happened in the refresh phase. Maybe you can find more information in the log or jstack information. @zhoujinsong Thanks for the prompt response from the core team. I've also encountered NotAuthorizedException in both Spark and Flink integrations. While Trino supports automatic token refresh, I discovered this is an Iceberg-specific issue rather than an Amoro problem. In Spark/Flink implementations, token refresh interrupts ongoing requests, and Amoro appears to follow a similar mechanism refer: https://github.com/apache/iceberg/issues/12363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
