Details
Description
We are using Apache Hudi from AWS Glue (with PySpark runtime) to store data on S3 bucket. We are observing a very high number of S3 HEAD requests originating from what we believe from Hudi.
Many a time due to this high number of requests, S3 throws "Status Code: 503; Error Code: SlowDown" causing data losses.
Is there any any out-of-box feature to debug this further to confirm which Hudi feature causing this?