tykytyz opened a new issue #19:
URL: https://github.com/apache/rocketmq-exporter/issues/19


   Hi,
   I encontered error like "[2020-04-23 16:22:15.597]  INFO error is CODE: 1  
DESC: The stats <TOPIC_PUT_NUMS> <uatCluster> not exist" while booting rocketmq 
exporter, no error seen in broker log. I searched the internet but got no clue 
for the problem, could you help for the cause and   the fix to the problem, 
thanks.
   
   full exporter log:
   10:36:37,243 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback-test.xml]
   10:36:37,244 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback.groovy]
   10:36:37,244 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found 
resource [logback.xml] at 
[jar:file:/home/prometheus/rocketmq_exporter/rocketmq-exporter-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/logback.xml]
   10:36:37,270 |-INFO in 
ch.qos.logback.core.joran.spi.ConfigurationWatchList@6659c656 - URL 
[jar:file:/home/prometheus/rocketmq_exporter/rocketmq-exporter-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/logback.xml]
 is not of type file
   10:36:37,317 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not 
set
   10:36:37,318 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
   10:36:37,327 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Naming appender as [STDOUT]
   10:36:37,334 |-INFO in 
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default 
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] 
property
   10:36:37,379 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
About to instantiate appender of type 
[ch.qos.logback.core.rolling.RollingFileAppender]
   10:36:37,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Naming appender as [FILE]
   10:36:37,402 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1834188994 
- No compression will be used
   10:36:37,403 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1834188994 
- Will use the pattern 
/root/logs/exporterlogs/rocketmq-exporter-%d{yyyy-MM-dd}.%i.log for the active 
file
   10:36:37,405 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@45ff54e6 - The date pattern 
is 'yyyy-MM-dd' from file name pattern 
'/root/logs/exporterlogs/rocketmq-exporter-%d{yyyy-MM-dd}.%i.log'.
   10:36:37,406 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@45ff54e6 - Roll-over at 
midnight.
   10:36:37,408 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@45ff54e6 - Setting initial 
period to Fri Apr 24 10:24:07 CST 2020
   10:36:37,409 |-WARN in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@45ff54e6 - 
SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead
   10:36:37,409 |-WARN in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@45ff54e6 - For more 
information see 
http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy
   10:36:37,411 |-INFO in 
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default 
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] 
property
   10:36:37,413 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] 
- Active log file name: /root/logs/exporterlogs/rocketmq-exporter.log
   10:36:37,413 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] 
- File property is set to [/root/logs/exporterlogs/rocketmq-exporter.log]
   10:36:37,414 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction 
- Setting level of ROOT logger to INFO
   10:36:37,414 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [STDOUT] to Logger[ROOT]
   10:36:37,415 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [FILE] to Logger[ROOT]
   10:36:37,415 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
   10:36:37,415 |-INFO in 
ch.qos.logback.classic.joran.JoranConfigurator@2328c243 - Registering current 
configuration as safe fallback point
   
   
     .   ____          _            __ _ _
    /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
   ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
    \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
     '  |____| .__|_| |_|_| |_\__, | / / / /
    =========|_|==============|___/=/_/_/_/
    :: Spring Boot ::        (v2.1.2.RELEASE)
   
   [2020-04-24 10:36:37.756]  INFO Starting RocketMQExporterApplication 
v0.0.1-SNAPSHOT on ma-db-uat-01 with PID 28752 
(/home/prometheus/rocketmq_exporter/rocketmq-exporter-0.0.1-SNAPSHOT.jar 
started by root in /home/prometheus/rocketmq_exporter)
   [2020-04-24 10:36:37.759]  INFO No active profile set, falling back to 
default profiles: default
   [2020-04-24 10:36:39.251]  INFO Tomcat initialized with port(s): 9123 (http)
   [2020-04-24 10:36:39.268]  INFO Initializing ProtocolHandler 
["http-nio-9123"]
   [2020-04-24 10:36:39.285]  INFO Starting service [Tomcat]
   [2020-04-24 10:36:39.285]  INFO Starting Servlet engine: [Apache 
Tomcat/9.0.14]
   [2020-04-24 10:36:39.298]  INFO The APR based Apache Tomcat Native library 
which allows optimal performance in production environments was not found on 
the java.library.path: 
[/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
   [2020-04-24 10:36:39.436]  INFO Initializing Spring embedded 
WebApplicationContext
   [2020-04-24 10:36:39.437]  INFO Root WebApplicationContext: initialization 
completed in 1633 ms
   [2020-04-24 10:36:39.577]  INFO setNameSrvAddrByProperty 
nameSrvAddr=10.51.0.51:9876
   [2020-04-24 10:36:39.579]  INFO setWebTelemetryPath webTelemetryPath=/metrics
   [2020-04-24 10:36:39.579]  INFO setRocketmqVersion rocketmqVersion=4_3_2
   [2020-04-24 10:36:40.165]  INFO Initializing ExecutorService 
'applicationTaskExecutor'
   [2020-04-24 10:36:40.447]  INFO Initializing ExecutorService 'taskScheduler'
   [2020-04-24 10:36:40.494]  INFO Starting ProtocolHandler ["http-nio-9123"]
   [2020-04-24 10:36:40.512]  INFO Tomcat started on port(s): 9123 (http) with 
context path ''
   [2020-04-24 10:36:40.514]  INFO Started RocketMQExporterApplication in 3.032 
seconds (JVM running for 3.526)
   [2020-04-24 10:37:15.508]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.510]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.514]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:37:15.533]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.534]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.545]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.547]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.548]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.548]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.555]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.557]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.563]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.565]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.566]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.567]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.572]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.574]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.575]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.576]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.582]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.584]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.585]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.586]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.588]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.588]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.594]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.596]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.596]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.597]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.599]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.600]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.601]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.602]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:37:15.603]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:37:15.603]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.614]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:37:15.622]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.624]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.626]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.626]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:37:15.627]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.628]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:37:15.628]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:37:15.629]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:38:15.011]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.012]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.022]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.024]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.025]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.025]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.030]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.032]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.038]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.040]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.040]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.041]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.046]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.048]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.049]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.049]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.054]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.057]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.058]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.058]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.060]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.061]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.066]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.068]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.069]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.070]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.074]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.075]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.077]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:38:15.079]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:38:15.079]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:38:15.082]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:38:15.100]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.102]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.104]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.105]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:38:15.106]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:38:15.109]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:38:15.109]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:38:15.110]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:38:15.205]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:38:15.206]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:38:15.207]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:38:15.307]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.009]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.010]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.018]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.020]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.020]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.021]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.026]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.029]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.034]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.035]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.037]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.037]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.043]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.045]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.045]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.046]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.051]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.052]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.053]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.053]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.055]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.055]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.060]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.062]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.064]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.065]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.066]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.067]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.068]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.072]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:39:15.072]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:39:15.072]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.081]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.083]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.085]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.086]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:39:15.086]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.088]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:39:15.088]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:39:15.088]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.153]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.154]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:39:15.155]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:39:15.155]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:40:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.075]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.076]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:40:15.076]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:40:15.086]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.089]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.094]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.094]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.097]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.101]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:40:15.101]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.101]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:40:15.127]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.127]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.136]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.138]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.142]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.143]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.148]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.150]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.155]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.156]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.157]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.157]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.163]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.164]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.165]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.166]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.171]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.172]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.173]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.173]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.175]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.175]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.180]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.181]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.182]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.182]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.184]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.184]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:40:15.185]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.197]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.198]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:40:15.198]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:40:15.199]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:41:15.072]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:41:15.073]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:41:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:41:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:41:15.079]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.080]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.087]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.089]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.089]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.090]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.094]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.096]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.100]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.102]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.102]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.103]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.107]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.109]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.109]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.110]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.114]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.115]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.116]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.116]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.118]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.118]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.123]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.125]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.125]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.126]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.127]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.127]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.130]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:41:15.132]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:41:15.132]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:41:15.132]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:41:15.144]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.146]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.147]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.148]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:41:15.150]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:41:15.150]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:41:15.150]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:41:15.150]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:42:15.008]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.008]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BROKER_GET_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.015]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.016]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.017]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.018]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <RMQ_SYS_TRANS_HALF_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.022]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.024]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-b> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.028]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.029]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.030]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.030]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.035]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.037]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.037]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.038]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <BenchmarkTest> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.042]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.044]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.044]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.045]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <OFFSET_MOVED_EVENT> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.047]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.048]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <broker-a> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.052]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.054]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.054]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.055]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <SELF_TEST_TOPIC> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.057]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_NUMS> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.058]  INFO error is CODE: 1  DESC: The stats 
<TOPIC_PUT_SIZE> <TOPIC_PUT_NUMS> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.058]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:42:15.060]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:42:15.060]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:42:15.060]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:42:15.067]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.070]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.071]  INFO error is CODE: 1  DESC: The stats 
<BROKER_PUT_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.072]  INFO error is CODE: 1  DESC: The stats 
<BROKER_GET_NUMS> <uatCluster> not exist
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   [2020-04-24 10:42:15.073]  INFO closeChannel: close the connection to remote 
address[] result: true
   [2020-04-24 10:42:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:42:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:42:15.074]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:42:15.133]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true
   [2020-04-24 10:42:15.135]  INFO closeChannel: close the connection to remote 
address[10.51.0.52:10909] result: true
   [2020-04-24 10:42:15.135]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:10909] result: true
   [2020-04-24 10:42:15.135]  INFO closeChannel: close the connection to remote 
address[10.51.0.51:9876] result: true


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to