Skip to content

Commit

Permalink
0000671: When the router type is null the batch type is always common.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 27, 2012
1 parent a86607b commit e747d34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -227,7 +227,7 @@ protected boolean producesCommonBatches(String channelId,
String nodeGroupId = parameterService.getNodeGroupId();
if (allTriggerRoutersForChannel != null) {
for (TriggerRouter triggerRouter : allTriggerRoutersForChannel) {
IDataRouter dataRouter = routers.get(triggerRouter.getRouter().getRouterType());
IDataRouter dataRouter = getDataRouter(triggerRouter);
/*
* If the data router is not a default data router or there will
* be incoming data on the channel where sync_on_incoming_batch
Expand Down

0 comments on commit e747d34

Please sign in to comment.