Skip to content

Commit

Permalink
0003067: Log information about long running routing similar to extract
Browse files Browse the repository at this point in the history
and load
  • Loading branch information
chenson42 committed Apr 29, 2017
1 parent eddcd1d commit aa978d0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -869,7 +869,7 @@ protected int selectDataAndRoute(ProcessInfo processInfo, ChannelRouterContext c
log.info(
"Routing for channel '{}' has been processing for {} seconds. The following stats have been gathered: "
+ "totalDataRoutedCount={}, totalDataEventCount={}, startDataId={}, endDataId={}, dataReadCount={}, peekAheadFillCount={}, transactions={}, dataGaps={}",
new Object[] { totalDataCount, totalDataEventCount, context.getChannel().getChannelId(), ((System.currentTimeMillis()-startTime) / 1000), context.getStartDataId(),
new Object[] { context.getChannel().getChannelId(), totalDataCount, totalDataEventCount, ((System.currentTimeMillis()-startTime) / 1000), context.getStartDataId(),
context.getEndDataId(), context.getDataReadCount(), context.getPeekAheadFillCount(),
context.getTransactions().toString(), context.getDataGaps().toString() });
ts = System.currentTimeMillis();
Expand Down

0 comments on commit aa978d0

Please sign in to comment.