This is an automated email from the ASF dual-hosted git repository.

satish pushed a commit to branch release-0.12.2
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 6f2a1e9c58e18138f5a673efe6fd3517f716c770
Author: Jon Vexler <jbvex...@gmail.com>
AuthorDate: Mon Nov 28 22:48:06 2022 -0500

    [HUDI-5242] Do not fail Meta sync in Deltastreamer when inline table 
service fails (#7243)
    
    After the files are written, table services like clustering and compaction 
can fail. This causes the sync to the metaserver to not happen. This patch adds 
a config that when set to false, the deltastreamer will not fail and the sync 
to the metaserver will occur. A warning will be logged with the exception that 
occurred. To use this new behavior, set 
hoodie.fail.writes.on.inline.table.service.exception to false.
    
    Co-authored-by: Jonathan Vexler <=>

Reply via email to