You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/20 02:50:49 UTC

[GitHub] [dolphinscheduler] tracehh opened a new issue, #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

tracehh opened a new issue, #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
    Construct processInstance may NPE when master handling command
   
   ### What you expected to happen
   
   commond content changed
   
   ### How to reproduce
   
   commond content changed
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caishunfeng closed issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
caishunfeng closed issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command
URL: https://github.com/apache/dolphinscheduler/issues/12055


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] tracehh commented on issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
tracehh commented on issue #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055#issuecomment-1253232251

   Map<String, String> processCmdParam = JSONUtils.toMap(processInstance.getCommandParam());
   processInstance.getCommandParam() may be change accroding to update table directory.
   processCmdParam may be null. @caishunfeng 


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caishunfeng commented on issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055#issuecomment-1253171703

   >How to reproduce
   commond content changed
   
   Hi @tracehh can you show the detail how to reproduce? I can't get your point by `commond content changed`.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] tracehh commented on issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
tracehh commented on issue #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055#issuecomment-1254465338

   may be


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055#issuecomment-1251773561

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caishunfeng commented on issue #12055: [Bug] [Master] Construct processInstance may NPE when master handling command

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #12055:
URL: https://github.com/apache/dolphinscheduler/issues/12055#issuecomment-1254463223

   > processInstance.getCommandParam() may be change accroding to update table directory. processCmdParam may be null. 
   
   You mean update the data in tabke `t_ds_process_instance` manually?


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org