Skip to content

Commit

Permalink
0005503: New config tables are being routed to old nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 3, 2022
1 parent ec45bdb commit 57a3de0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public Set<String> routeToNodes(SimpleRouterContext routingContext, DataMetaData
engine.getParameterService().is(ParameterConstants.AUTO_SYNC_TRIGGERS_AFTER_CONFIG_CHANGED));
}
helper.handleChange(routingContext, dataMetaData.getTable(), dataMetaData.getData());
possibleTargetNodes = helper.filterNodes(possibleTargetNodes, tableName(dataMetaData.getTable().getNameLowerCase()));
possibleTargetNodes = helper.filterNodes(possibleTargetNodes, dataMetaData.getTable().getNameLowerCase());
// the list of nodeIds that we will return
Set<String> nodeIds = new HashSet<String>();
// the inbound data
Expand Down

0 comments on commit 57a3de0

Please sign in to comment.