hudi-bot opened a new issue, #14832:
URL: https://github.com/apache/hudi/issues/14832
Follow-up items after HUDI-1138:
* Implement upgrade/downgrade, rollback regarding markers
** Rollback should be based on the markers in the file system, with marker
type indicated by MARKERS.type, or assumed to be "direct", if no MARKERS.type
** New write follows the `hoodie.write.markers.type` config to create
markers
* Verify multiple concurrent writers with timeline-server-based markers
* Let's ensure the parallelism passed for local engine context is reasonable
* Fix `Task not serializable` due to new APIs in FSUtils for recursive,
level by level listing (`java.io.NotSerializableException:
org.apache.hudi.common.fs.FSUtils$$Lambda$4224/1845791682`)
* Optimize fs.exists(dirPath) call in marker creation in DirectMarkerFiles
* Optimize future timeouts due to I/O failure in the marker handler
* Test new marker strategy for all engines (spark, flink and java) w/o any
additional changes
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-2271
- Type: Improvement
--
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]