Merge pull request #1199 from Archie-selfless/test

word spelling mistake. :)
This commit is contained in:
Trafalgar 2022-02-14 16:51:16 +08:00 committed by GitHub
commit fc4fc419cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ public class Engine {
boolean traceEnable = allConf.getBool(CoreConstant.DATAX_CORE_CONTAINER_TRACE_ENABLE, true); boolean traceEnable = allConf.getBool(CoreConstant.DATAX_CORE_CONTAINER_TRACE_ENABLE, true);
boolean perfReportEnable = allConf.getBool(CoreConstant.DATAX_CORE_REPORT_DATAX_PERFLOG, true); boolean perfReportEnable = allConf.getBool(CoreConstant.DATAX_CORE_REPORT_DATAX_PERFLOG, true);
//standlone模式的datax shell任务不进行汇报 //standalone模式的 datax shell任务不进行汇报
if(instanceId == -1){ if(instanceId == -1){
perfReportEnable = false; perfReportEnable = false;
} }