You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ji Qi (Jira)" <ji...@apache.org> on 2022/07/02 09:35:00 UTC

[jira] [Created] (HUDI-4354) Allow forcing a meta sync even on an empty commit

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)