YuweiXiao opened a new pull request, #6738:
URL: https://github.com/apache/hudi/pull/6738
### Change Logs
Currently, we have `FileSystemBasedLockProvier`, which relies on the atomic
guarantee of the underlying file system. Specifically, only with filesystem's
atomic rename & atomic create capability, the LockProvider can work properly.
This PR enables Object store (e.g, AliyunOSS) as a lock provider.
### Impact
No API change.
**Risk level: none | low | medium | high**
LOW.
### Contributor's checklist
- [x] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [x] 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]