wxing89 commented on issue #11233:
URL:
https://github.com/apache/dolphinscheduler/issues/11233#issuecomment-1206280080
Some problem occured after this PR, configuration `customConfig` changed to
'0' while it should be defalut value '1'. The value 0 which will lead to create
chunjun node failed.
Following is taskDefinitionJson example, the customConfig is '0'
taskDefinitionJson:
[{"code":6433449457952,"delayTime":"0","description":"","environmentCode":-1,"failRetryInterval":"1","failRetryTimes":"0","flag":"YES","name":"xxxx","taskParams":{"localParams":[],"resourceList":[],**"customConfig":0**,"json":"{}"},"taskPriority":"MEDIUM","taskType":"CHUNJUN","timeout":0,"timeoutFlag":"CLOSE","timeoutNotifyStrategy":"","workerGroup":"default","cpuQuota":-1,"memoryMax":-1}]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]