Skip to content

Commit

Permalink
0006389: Bi-directional log-based intermittent unrouted batches that
Browse files Browse the repository at this point in the history
should have routed
  • Loading branch information
erilong committed May 3, 2024
1 parent 6226df3 commit f363abd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ public ManageIncomingBatchListener(ProcessInfo processInfo, ISymmetricEngine eng
}

public void beforeBatchEnd(DataContext context) {
// Only sync triggers if this is not a load only node.
if (engine.getSymmetricDialect().getPlatform().equals(engine.getTargetDialect().getPlatform())) {
enableSyncTriggers(context);
}
enableSyncTriggers(context);
}

public boolean beforeBatchStarted(DataContext context) {
Expand Down

0 comments on commit f363abd

Please sign in to comment.