You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/17 11:44:41 UTC

[GitHub] [rocketmq-dashboard] zhangjidi2016 opened a new issue #8: The @MultiMQAdminCmdMethod annotation on the method is redundant

zhangjidi2016 opened a new issue #8:
URL: https://github.com/apache/rocketmq-dashboard/issues/8


   ![image](https://user-images.githubusercontent.com/18254437/129719923-5d76aec0-061c-4e8f-8a04-3803714b09d5.png)
   Adding this annotation to the scheduled task method, whether enableDashBoardCollect is true or false, will execute the MQAdminAspect aspect first, causing the mqAdminExt instance to be repeatedly created and destroyed.
   
   Even if enableDashBoardCollect=true, this annotation should be removed because any method that calls mqAdmin in the method also executes the aspect method to create the mqAdmin object.


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

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



[GitHub] [rocketmq-dashboard] zhangjidi2016 closed issue #8: The @MultiMQAdminCmdMethod annotation on the method is redundant

Posted by GitBox <gi...@apache.org>.
zhangjidi2016 closed issue #8:
URL: https://github.com/apache/rocketmq-dashboard/issues/8


   


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

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