Skip to content

Commit

Permalink
0003730: reverting, conflicts with pingback prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 2, 2018
1 parent 7b4542e commit 98a6142
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -634,8 +634,7 @@ protected boolean producesCommonBatches(Channel channel, String nodeGroupId, Lis
String incomingTableName = triggerRouter2.getTrigger().getFullyQualifiedSourceTableName();
String targetNodeGroupId = triggerRouter2.getRouter().getNodeGroupLink()
.getTargetNodeGroupId();
if (incomingTableName.equals(outgoingTableName) && targetNodeGroupId.equals(nodeGroupId)
&& !"default".equals(triggerRouter2.getRouter().getRouterType())) {
if (incomingTableName.equals(outgoingTableName) && targetNodeGroupId.equals(nodeGroupId)) {
producesCommonBatches = false;
break;
}
Expand Down

0 comments on commit 98a6142

Please sign in to comment.