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/09/30 01:57:56 UTC

[GitHub] [inlong] gosonzhang opened a new issue, #6069: [Bug][Audit] Not initialized before clickhouse starts

gosonzhang opened a new issue, #6069:
URL: https://github.com/apache/inlong/issues/6069

   ### What happened
   
   Since the ClickHouse service is not initialized[1], when initializing BaseConsume, BaseConsume.handleMessage() outputs a null pointer exception[2]
   
   1. https://github.com/apache/inlong/blob/master/inlong-audit/audit-store/src/main/java/org/apache/inlong/audit/service/AuditMsgConsumerServer.java#L90
   
   
   2. https://github.com/apache/inlong/blob/master/inlong-audit/audit-store/src/main/java/org/apache/inlong/audit/service/consume/BaseConsume.java#L59
   ![企业微信截图_16644496255863](https://user-images.githubusercontent.com/14038849/193173452-2980e29c-de27-459a-9c0c-33889a50fca2.png)
   
   
   ### What you expected to happen
   
   no null exception
   
   ### How to reproduce
   
   configure ClickHouse and run
   
   ### Environment
   
   Linux
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Audit
   
   ### 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.apache.org

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


[GitHub] [inlong] gosonzhang closed issue #6069: [Bug][Audit] Not initialized the service before ClickHouse starts

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #6069: [Bug][Audit] Not initialized the service before ClickHouse starts
URL: https://github.com/apache/inlong/issues/6069


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