felix-thinkingdata opened a new pull request #3552: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3552
## *Tips* - *Thanks very much for contributing to Apache DolphinScheduler.* - *Please review https://dolphinscheduler.apache.org/en-us/community/index.html before opening a pull request.* ## What is the purpose of the pull request fix #3299 Json string parsing problem caused by non-standard json format. Fixed alert cannot be notified,when master or worker shutdown。 I think the reason for this is that Jackson can't parse JSON fields with single quotes. The main reason is that the strings stored in the database are not in the standard JSON format. fix before :  fix after :  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
