You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/03/17 00:09:25 UTC

[GitHub] [hudi] yihua commented on pull request #4975: [HUDI-3404] Automatically adjust write configs based on metadata table and write concurrency mode

yihua commented on pull request #4975:
URL: https://github.com/apache/hudi/pull/4975#issuecomment-1069762836


   > based on our discussion, lets add table type check and check for compaction only for MOR. bcoz, incase of Deltastreamer, no explicit compaction configs are set, but still we need to detect if async table services are enabled or not.
   
   I added the logic based on table type.  By default COW table should not have any async table service enabled, while MOR table have async compaction enabled.  So the auto config adjustment for metadata table is different for different types of tables.


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