yuqi1129 opened a new issue, #9280:
URL: https://github.com/apache/gravitino/issues/9280

   ### What would you like to be improved?
   
   
https://github.com/apache/gravitino/blob/b5af4dc09db75557d0a1a874bda91b8ddc77bc5b/catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java#L1400-L1424
   
   The code above can be blocked as `Awaitility` depends on polling mechanism, 
if `provider.getFileSystem(path, config)` hangs and never return a value, then 
the `Awaitility` will not work as expected. 
   
   ### How should we improve?
   
   We can use a future timeout mechanism to solve it. 


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

Reply via email to