ketkidev opened a new issue, #9822:
URL: https://github.com/apache/hudi/issues/9822

   
   **Describe the problem you faced**
   
   Unable to process data into the Hudi tables as inline Compaction is failing. 
   
   **To Reproduce**
   
   Previous **hoodie.compact.inline.max.delta.commits** was 6. We changed it to 
10. 
   
   Hudi MOR Table configuration:
   `
   {    
        'hoodie.table.name': asset,                                   
        'hoodie.datasource.write.recordkey.field': id,     
        'hoodie.datasource.write.table.name': asset,             
        'hoodie.upsert.shuffle.parallelism': 400,               
        'hoodie.keep.max.commits': 1000,                      
        'hoodie.keep.min.commits': 990,
        'hoodie.compact.inline.max.delta.commits': 10,
        'hoodie.clean.automatic': 'false',
        'hoodie.clean.async': 'false'
        'hoodie.datasource.write.operation': 'upsert',
        'hoodie.datasource.write.precombine.field': 'cdc_timestamp',  
        'hoodie.datasource.write.table.type': 'MERGE_ON_READ',       
        'hoodie.cleaner.policy': 'KEEP_LATEST_COMMITS',        
        'hoodie.schema.on.read.enable' : "true",                      
        'hoodie.datasource.write.reconcile.schema' : "true",
        'hoodie.compact.inline' : "true",
        'hoodie.datasource.write.keygenerator.class': 
'org.apache.hudi.keygen.NonpartitionedKeyGenerator'   
   }
   `
   Error:
   `
   org.apache.hudi.exception.HoodieCompactionException: Could not compact 
s3a://*************************/hudi_tables/assets/asset
   `
   
   **Environment Description**
   
   * Hudi version : 0.13.0
   
   * Spark version : 3.3.1
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   
[HudiCompactionIssue20231003.txt](https://github.com/apache/hudi/files/12812602/HudiCompactionIssue20231003.txt)
   


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