duhenglucky commented on issue #3258: URL: https://github.com/apache/rocketmq/issues/3258#issuecomment-899063479
> RocketMQLog:WARN No appenders could be found for logger (io.netty.util.internal.PlatformDependent0). > RocketMQLog:WARN Please initialize the logger system properly. > org.apache.rocketmq.tools.command.SubCommandException: UpdateTopicPermSubCommand command failed > at org.apache.rocketmq.tools.command.topic.UpdateTopicPermSubCommand.execute(UpdateTopicPermSubCommand.java:162) > at org.apache.rocketmq.tools.command.MQAdminStartup.main0(MQAdminStartup.java:139) > at org.apache.rocketmq.tools.command.MQAdminStartup.main(MQAdminStartup.java:90) > Caused by: org.apache.rocketmq.client.exception.MQClientException: CODE: 1 DESC: The topic[RMQ_SYS_TRACE_TOPIC] is conflict with system topic. > For more information, please visit the url, http://rocketmq.apache.org/docs/faq/ > at org.apache.rocketmq.client.impl.MQClientAPIImpl.createTopic(MQClientAPIImpl.java:295) > at org.apache.rocketmq.tools.admin.DefaultMQAdminExtImpl.createAndUpdateTopicConfig(DefaultMQAdminExtImpl.java:182) > at org.apache.rocketmq.tools.admin.DefaultMQAdminExt.createAndUpdateTopicConfig(DefaultMQAdminExt.java:163) > at org.apache.rocketmq.tools.command.topic.UpdateTopicPermSubCommand.execute(UpdateTopicPermSubCommand.java:155) > ... 2 more > > 这个权限修改不了啊 社区同学正在进行关于系统topic 权限更改是否允许放开的讨论,我个人觉得还是有必要的,另外可以提供下你的客户端版本吗?如果执行./mqadmin updateBrokerConfig -b 10.44.1.251:11011 -k traceOn -v false 不成功的话 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
