Skip to content

Commit

Permalink
0003435: Error during sync triggers can result in dropping triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Feb 20, 2018
1 parent d3a8e98 commit 756f837
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1467,7 +1467,7 @@ protected Set<Table> getTablesForTrigger(Trigger trigger, List<Trigger> triggers
}

} catch (Exception ex) {
log.error(String.format("Failed to retrieve tables for trigger with id of %s", trigger.getTriggerId()), ex);
throw new RuntimeException(String.format("Failed to retrieve tables for trigger with id of %s", trigger.getTriggerId()), ex);
}
return tables;
}
Expand Down

0 comments on commit 756f837

Please sign in to comment.