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

   oh btw, one issue I see w/ you configs is, you are not setting the configs 
properly for multi-writer. 
   https://hudi.apache.org/docs/concurrency_control#enabling-multi-writing
   ```
   hoodie.write.concurrency.mode=optimistic_concurrency_control
   hoodie.cleaner.policy.failed.writes=LAZY
   hoodie.write.lock.provider=<lock-provider-classname>
   ```
   
   you were setting the last one, but not the first one. 
   
   Also, can you first try out using just 1 thread along w/ setting above 
configs. we can go from there if basic set up is not working.
   
   
   


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