File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
tis-console/src/main/java/com/qlangtech/tis/runtime/module/action
tis-datax-executor/src/main/java/com/qlangtech/tis/datax Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -319,10 +319,10 @@ public boolean initializeZkPath(String zkHost) {
319
319
createPaths .add (createPath );
320
320
ZkUtils .guaranteeExist (coordinator , createPath );
321
321
buildLog .append (",path2:" ).append (createPath );
322
- createPath = zkSubDir + "/configs/" + CoreAction .DEFAULT_SOLR_CONFIG ;
323
- createPaths .add (createPath );
324
- ZkUtils .guaranteeExist (coordinator , createPath );
325
- buildLog .append (",path3:" ).append (createPath );
322
+ // createPath = zkSubDir + "/configs/" + CoreAction.DEFAULT_SOLR_CONFIG;
323
+ // createPaths.add(createPath);
324
+ // ZkUtils.guaranteeExist(coordinator, createPath);
325
+ // buildLog.append(",path3:").append(createPath);
326
326
logger .info (buildLog .toString ());
327
327
328
328
Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ protected DataXJobSubmit.InstanceType getExecMode() {
206
206
}
207
207
208
208
protected String getIncrStateCollectAddress () {
209
- return ZkUtils .getFirstChildValue (this .coordinator , ZkUtils .ZK_ASSEMBLE_LOG_COLLECT_PATH );
209
+ // return ZkUtils.getFirstChildValue(this.coordinator, ZkUtils.ZK_ASSEMBLE_LOG_COLLECT_PATH);
210
+ return Config .getAssembleHost () + ":" + ZkUtils .ZK_ASSEMBLE_LOG_COLLECT_PORT ;
210
211
}
211
212
212
213
protected String getMainClassName () {
You can’t perform that action at this time.
0 commit comments