ad1happy2go commented on issue #11985: URL: https://github.com/apache/hudi/issues/11985#issuecomment-2462543117
@bchittari Ideally enabling metadata should help reducing the list api calls, but in your case api calls for metadata table is creating the issue. Did you checked under metadata/.hoodie directory. Did you have a lot number of obejects in it. Highlighting the root case of error below. ``` Caused by: java.io.InterruptedIOException: listStatus on s3a://prod-datahub-eu-datahub-commons-data/gateway/pub/account/.hoodie/metadata/.hoodie: com.amazonaws.SdkClientException: Unable to execute HTTP request: Timeout waiting for connection from pool ``` -- 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]
