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/07 06:02:26 UTC

[GitHub] [dolphinscheduler] fuchanghai opened a new issue, #11824: [Bug] [service] Bug title

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

   ### 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
   
   ![image](https://user-images.githubusercontent.com/33984497/188799349-aae3e3b0-6922-45b9-8f68-e52d4894c170.png)
   - when i  init database ,not find init a alertGroup which id equal 1
   - According to codes logic if warningGroup equal null, we will send message to alertGroup which id equal 1.  id equal to 1 may not exist
   
   ### What you expected to happen
   
   i want to disscussion above question
   
   ### How to reproduce
   
   ATT
   
   ### Anything else
   
   @ruanwenjun i want you help,If you are sure that there is a problem with the above code, I will modify it
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] 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] fuchanghai commented on issue #11824: [Bug] [service] Bug title

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

   @ruanwenjun i want you help,If you are sure that there is a problem with the above code, I will modify it


-- 
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] SbloodyS commented on issue #11824: [Bug] [service] save warningGroupId which not exist

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

   The `id=1` exists only after the user manually creates the alarm plugin. If the user does not create it, there will be no sending channel to send alarm information.


-- 
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 #11824: [Bug] [service] save warningGroupId which not exist

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11824:
URL: https://github.com/apache/dolphinscheduler/issues/11824#issuecomment-1730524169

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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] fuchanghai commented on issue #11824: [Bug] [service] save warningGroupId which not exist

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

   > > The `id=1` exists only after the user manually creates the alarm plugin. If the user does not create it, there will be no sending channel to send alarm information.
   > 
   > In my knowledge, we don't need to set the alertGroupId here? we can keep it null?
   
   yes. if alertGroupId is null,this pr #11774 while pledge  that alert information don't need insert
   <img width="1101" alt="image" src="https://user-images.githubusercontent.com/33984497/195485482-29092741-44a2-4cac-aa78-ff0f0acfdac3.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.

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] closed issue #11824: [Bug] [service] save warningGroupId which not exist

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #11824: [Bug] [service] save warningGroupId which not exist 
URL: https://github.com/apache/dolphinscheduler/issues/11824


-- 
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 #11824: [Bug] [service] save warningGroupId which not exist

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

   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] fuchanghai commented on issue #11824: [Bug] [service] save warningGroupId which not exist

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

   @ruanwenjun @SbloodyS if id not exists.The log will report an error,you can see #11753 


-- 
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] ruanwenjun commented on issue #11824: [Bug] [service] save warningGroupId which not exist

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

   > The `id=1` exists only after the user manually creates the alarm plugin. If the user does not create it, there will be no sending channel to send alarm information.
   
   In my knowledge, we don't need to set the alertGroupId here? we can keep it null?


-- 
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 #11824: [Bug] [service] save warningGroupId which not exist

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #11824:
URL: https://github.com/apache/dolphinscheduler/issues/11824#issuecomment-1720316029

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


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