CalvinKirs commented on PR #64966:
URL: https://github.com/apache/doris/pull/64966#issuecomment-4953817388

   Could you share the logs? I think I have a good guess at what's happening 
here: the FileIO is holding short-lived credentials, and once they expire, 
there's no way to refresh them automatically — which is what's causing this 
issue.
    If that's indeed the case, the Iceberg community has already addressed this 
(see apache/iceberg#11389, which introduced VendedCredentialsProvider for 
automatic credential refresh). I'd much rather we handle this on the Iceberg 
side than work around it in Doris.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to