Skip to content

Commit

Permalink
0005596: Failure to Flush when using ConvertToReload router.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvanmeter committed Nov 25, 2022
1 parent 7808473 commit 3310ff6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -240,6 +240,7 @@ protected void queueEvents(ChannelRouterContext context, ISqlTransaction transac
insertBatchMs += (System.currentTimeMillis() - ts);
}
origBatch.setLoadId(loadId);
transaction.flush();
}

protected String getTempTableSql(RouterInfo routerInfo, TableInfo tableInfo, long loadId) {
Expand Down

0 comments on commit 3310ff6

Please sign in to comment.