[
https://issues.apache.org/jira/browse/HUDI-7944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907771#comment-17907771
]
Bibhu Pala commented on HUDI-7944:
----------------------------------
Hi Aditya!!
Sorry for the delay. Was occupied with few other tasks. Have started looking
into, will update by end of this week i.e. 28/12
Thanks
> Config to Fail HoodieMultiTableStreamer Job if anyone of the table fails
> ------------------------------------------------------------------------
>
> Key: HUDI-7944
> URL: https://issues.apache.org/jira/browse/HUDI-7944
> Project: Apache Hudi
> Issue Type: Improvement
> Components: hudi-utilities
> Reporter: Aditya Goenka
> Assignee: Bibhu Pala
> Priority: Major
> Fix For: 1.1.0
>
>
> *strong text*We just log the table names which failed the sync. Introduce the
> config to fail the entire job if any of the table fails.
>
> ```
> logger.info("Ingestion was successful for topics: " + successTables);
> if (!failedTables.isEmpty()) {
> logger.info("Ingestion failed for topics: " + failedTables);
> }
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)