[
https://issues.apache.org/jira/browse/HUDI-7944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bibhu Pala updated HUDI-7944:
-----------------------------
Description:
*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);
}
```
was:
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);
}
```
> 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)