beyond1920 opened a new pull request, #9850:
URL: https://github.com/apache/hudi/pull/9850

   ### Change Logs
   
   Since [#9776](https://github.com/apache/hudi/pull/9776) is merged, this pr 
aims to support multiple streaming writers into the same MOR table with bucket 
index.
   
   Set the following configure to enable this feature:  
   * table.type=MERGE_ON_READ
   * hoodie.write.concurrency.mode=OPTIMISTIC_CONCURRENCY_CONTROL
   * index.type=BUCKET
   * hoodie.index.bucket.engine=SIMPLE
   * hoodie.cleaner.policy.failed.writes=LAZY
   Besides, only enable async cleaning for one writer (by default, they are all 
enabled).
   ps: This work is follow up of 
[#9125](https://github.com/apache/hudi/pull/9125). Thanks for contribution 
@danny0405 
   
   ### Impact
   
   NA
   
   ### Risk level (write none, low medium or high below)
   
   NA
   
   ### Documentation Update
   
   Would be add in a separate PR.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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