yihua commented on issue #7734: URL: https://github.com/apache/hudi/issues/7734#issuecomment-1402436857
Hi @VitoMakarevich thanks for reporting this issue. Do you query this table using any query engine other than Spark? And do you see the surge of HEAD/GET requests from the ingestion/write job only? If you could enable S3 request logs by setting log4j.logger.com.amazonaws.request=DEBUG in log4j properties file and the following Spark configs, that would really help us understand where most requests originate. ``` --conf spark.driver.extraJavaOptions="-Dlog4j.configuration=file:/<path>/s3-debug.log4j.properties" --conf spark.executor.extraJavaOptions="-Dlog4j.configuration=file:/<path>/s3-debug.log4j.properties" ``` -- 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]
