Skip to content

Commit

Permalink
0004633: Tables not created on reverse initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Aug 25, 2022
1 parent 10d38b2 commit a940cf7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -172,6 +172,8 @@ public void processInitialLoadEnabledFlag(Node identity, ProcessInfo processInfo
request.setRouterId(ParameterConstants.ALL);
request.setSourceNodeId(security.getNodeId());
request.setTargetNodeId(identity.getNodeId());
request.setCreateTable(parameterService.is(ParameterConstants.INITIAL_LOAD_CREATE_SCHEMA_BEFORE_RELOAD));
request.setDeleteFirst(parameterService.is(ParameterConstants.INITIAL_LOAD_DELETE_BEFORE_RELOAD));
request.setCreateTime(new Date());

log.info("Creating load request from node " + security.getNodeId() + " to node " + identity.getNodeId());
Expand Down

0 comments on commit a940cf7

Please sign in to comment.