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/11/20 14:16:29 UTC

[GitHub] [inlong] FvvSuu opened a new issue, #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal

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

   ### What happened
   
   The updated version causes the consumer group permissions to be abnormal
   
   ### What you expected to happen
   
   The consumeEnable of some consumer groups becomes false, and the data cannot be consumed.
   
   ### How to reproduce
   
    updated version
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### 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: dev-unsubscribe@inlong.apache.org.apache.org

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


[GitHub] [inlong] dockerzhang commented on issue #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on issue #6579:
URL: https://github.com/apache/inlong/issues/6579#issuecomment-1321367864

   @gosonzhang PTAL, thanks.


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

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


[GitHub] [inlong] gosonzhang commented on issue #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #6579:
URL: https://github.com/apache/inlong/issues/6579#issuecomment-1321507938

   @FvvSuu, thanks


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

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


[GitHub] [inlong] gosonzhang commented on issue #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #6579:
URL: https://github.com/apache/inlong/issues/6579#issuecomment-1321641786

   I reproduced this problem in the environment: when adding the authorization information of the consumer group first through the API admin_add_authorized_consumergroup_info, and then adding the filter information of the consumer group throuth the API admin_add_group_filtercond_info, the authorization of the consumer group will be set to STATUS_DISABLE.
   
   The reason for the problem lies in the following implementation points :
   ![image](https://user-images.githubusercontent.com/14038849/202997358-dc3f825c-0beb-45aa-8e8a-1c7718b6bc35.png)
   https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-server/src/main/java/org/apache/inlong/tubemq/server/master/metamanage/metastore/impl/AbsConsumeCtrlMapperImpl. java#L86
   
   Then, I found that the field processing of the EnableStatus class is not very good, and I will improve it together.
   
   Thanks @FvvSuu again!


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

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


[GitHub] [inlong] gosonzhang closed issue #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #6579: [Bug][TubeMQ] The updated version causes the consumer group permissions to be abnormal
URL: https://github.com/apache/inlong/issues/6579


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