nsivabalan commented on issue #5298:
URL: https://github.com/apache/hudi/issues/5298#issuecomment-1100580381

   @kasured : before I dive in, few pointers on the write configs used.
   1. I see you have enabled both inline and async compaction. Guess w/ 
streaming sink to hudi, only async compaction is possible and for MOR table, 
hudi automatically does async compaction. So, probably you can remove these 
configs. 
   ```
   "hoodie.compact.inline" = "true"
    "hoodie.datasource.compaction.async.enable" = "true"
   ```
   
   2. and I also see you have enabled clustering. can we disable clustering and 
see if the issue is still reproducible. 
   
   with these changes, can you let us know if the problem still persists? 
   


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