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 :
   
![image](https://user-images.githubusercontent.com/59079269/90605706-4d841c80-e231-11ea-8757-03e37a827c35.png)
   
   fix after :
   
![image](https://user-images.githubusercontent.com/59079269/90605781-67256400-e231-11ea-9278-2dadbcce633f.png)
   
   
   
   
   
   


----------------------------------------------------------------
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]


Reply via email to