todd5167 commented on issue #4835:
URL: https://github.com/apache/hudi/issues/4835#issuecomment-1046418165


   > **Awaiting Triag**
   
   hudi version:  0.10.0-patch 
   file size: 100M
   hudi config:
   
   ```
     'connector' = 'hudi',
      'path' = 's3a://sprs-qz-dw-prod-ue1/qz_ods/ac_account_transfer_record',
      'table.type' = 'MERGE_ON_READ',
      'write.bucket_assign.tasks' = '2',
      'write.tasks' = '2',
      'write.index_bootstrap.tasks' = '4',
      'write.partition.format' = 'yyyyMMdd',
      'index.bootstrap.enabled' = 'true',  
      'index.global.enabled' = 'true',
      'index.partition.regex'='^2022021\d{1}$',
      'index.state.ttl'='14D',
      'changelog.enabled' = 'false',
      'hoodie.cleaner.policy' = 'KEEP_LATEST_FILE_VERSIONS' ,
      'hoodie.cleaner.fileversions.retained' = '1' ,
      'write.task.max.size' = '1024' ,
      'compaction.tasks' = '2',
      'compaction.max_memory' = '1024' ,
      'write.precombine.field' = 'update_time' ,
      'hoodie.compact.inline.trigger.strategy' = 'NUM_OR_TIME' ,
      'hoodie.compact.inline.max.delta.commits' = '24' , 
      'hoodie.compact.inline.max.delta.seconds' = '86400'
   ```
   
   


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


Reply via email to