You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/15 06:26:46 UTC

[GitHub] [incubator-inlong] kipshi opened a new issue #3140: [Bug] Fix NPE in Manager Client

kipshi opened a new issue #3140:
URL: https://github.com/apache/incubator-inlong/issues/3140


   ### What happened
   
   Manager Client throw NPE because groupId is not created! 
   java.lang.IllegalArgumentException: data group id is empty
           at org.apache.inlong.manager.common.util.Preconditions.checkTrue(Preconditions.java:109)
           at org.apache.inlong.manager.common.util.Preconditions.checkNotNull(Preconditions.java:30)
           at org.apache.inlong.manager.service.core.impl.InlongGroupServiceImpl.update(InlongGroupServiceImpl.java:222)
   
   ### What you expected to happen
   
   fix 'what happened'
   
   ### How to reproduce
   
   use initOnUpdate api in Manager Client
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### 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: dev-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] healchow closed issue #3140: [Bug] Fix NPE in Manager Client

Posted by GitBox <gi...@apache.org>.
healchow closed issue #3140:
URL: https://github.com/apache/incubator-inlong/issues/3140


   


-- 
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@inlong.apache.org

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