Ji Qi created HUDI-4354:
---------------------------
Summary: Allow forcing a meta sync even on an empty commit
Key: HUDI-4354
URL: https://issues.apache.org/jira/browse/HUDI-4354
Project: Apache Hudi
Issue Type: New Feature
Components: deltastreamer
Reporter: Ji Qi
Assignee: Ji Qi
In delta-streamer there is this logic
{code:java}
if (!isEmpty) {
syncMeta(metrics);
}
{code}
Provide a way to enforce running meta sync as a post-condition of a successful
delta-streamer sync, even if the commit was empty.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)