You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/10/21 06:27:44 UTC

[GitHub] [incubator-eventmesh] Alonexc opened a new issue, #1694: [Enhancement] Possible null pointer dereference [HeartBeatTask]

Alonexc opened a new issue, #1694:
URL: https://github.com/apache/incubator-eventmesh/issues/1694

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Enhancement Request
   
   ![image](https://user-images.githubusercontent.com/91315508/197125799-b85aee94-47e9-471d-b0c4-b7708550e76a.png)
   located at:
   org/apache/eventmesh/runtime/core/protocol/tcp/client/task/HeartBeatTask.java line 55、59
   analysis and explanation:
   There is a branch of statement that, if executed, guarantees that a null value will be dereferenced, which would generate a NullPointerException when the code is executed.
   
   ### Describe the solution you'd like
   
   add NPE exception check.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] soundarrajan-official commented on issue #1694: [Enhancement] Possible null pointer dereference [HeartBeatTask]

Posted by GitBox <gi...@apache.org>.
soundarrajan-official commented on issue #1694:
URL: https://github.com/apache/incubator-eventmesh/issues/1694#issuecomment-1290389622

   I tried to solve this problem


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] DeepikaMarthandanTW commented on issue #1694: [Enhancement] Possible null pointer dereference [HeartBeatTask]

Posted by GitBox <gi...@apache.org>.
DeepikaMarthandanTW commented on issue #1694:
URL: https://github.com/apache/incubator-eventmesh/issues/1694#issuecomment-1289949654

   I would like work on this issue. @xwm1992 could you please assign this issue to me?


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 closed issue #1694: [Enhancement] Possible null pointer dereference [HeartBeatTask]

Posted by GitBox <gi...@apache.org>.
xwm1992 closed issue #1694: [Enhancement] Possible null pointer dereference [HeartBeatTask]
URL: https://github.com/apache/incubator-eventmesh/issues/1694


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org