Skip to content

Commit

Permalink
0002036: When a router fails to route a data row, no information is l…
Browse files Browse the repository at this point in the history
…ogged about the failed data row
  • Loading branch information
chenson42 committed Oct 29, 2014
1 parent aa9c18b commit 7d3fb3e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -694,6 +694,7 @@ protected int routeData(ProcessInfo processInfo, Data data, ChannelRouterContext
failureMessage.append(data.getDataId());
failureMessage.append(" for table: ");
failureMessage.append(data.getTableName());
failureMessage.append(".\n");
data.writeCsvDataDetails(failureMessage);
log.error(failureMessage.toString());
throw ex;
Expand Down

0 comments on commit 7d3fb3e

Please sign in to comment.