You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "yihua (via GitHub)" <gi...@apache.org> on 2023/01/24 18:55:20 UTC

[GitHub] [hudi] yihua commented on issue #7734: [SUPPORT] Increased rate of object storage calls after upgrade from 0.11.0 to 0.12.1

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org