shandong115 opened a new issue #64: URL: https://github.com/apache/rocketmq-dashboard/issues/64
Hi, guys, Recently, I am using rokckmq. Amazing. But I found some issues. My env: 1. The version of the RocketMq is 4.9.2. 2. Rocketmq-dashboard is 1.0.1-SNAPSHOT. The first issue is that when query a message by MessageId on dashboard, the problem found in console is " ERROR Occur service exception: Failed to query message by Id: xxxx"; run with docker and run with source , both found this same problem. ./mqbroker -m 2022-01-06 13\:46\:38 INFO main - namesrvAddr= 2022-01-06 13\:46\:38 INFO main - brokerIP1=10.244.0.0 2022-01-06 13\:46\:38 INFO main - brokerName=k8s-master01 2022-01-06 13\:46\:38 INFO main - brokerClusterName=DefaultCluster 2022-01-06 13\:46\:38 INFO main - brokerId=0 2022-01-06 13\:46\:38 INFO main - autoCreateTopicEnable=true 2022-01-06 13\:46\:38 INFO main - autoCreateSubscriptionGroup=true 2022-01-06 13\:46\:38 INFO main - msgTraceTopicName=RMQ_SYS_TRACE_TOPIC 2022-01-06 13\:46\:38 INFO main - traceTopicEnable=false 2022-01-06 13\:46\:38 INFO main - rejectTransactionMessage=false 2022-01-06 13\:46\:38 INFO main - fetchNamesrvAddrByAddressServer=false 2022-01-06 13\:46\:38 INFO main - transactionTimeOut=6000 2022-01-06 13\:46\:38 INFO main - transactionCheckMax=15 2022-01-06 13\:46\:38 INFO main - transactionCheckInterval=60000 2022-01-06 13\:46\:38 INFO main - aclEnable=false 2022-01-06 13\:46\:38 INFO main - storePathRootDir=/home/rocketmq/store 2022-01-06 13\:46\:38 INFO main - storePathCommitLog=/home/rocketmq/store/commitlog 2022-01-06 13\:46\:38 INFO main - flushIntervalCommitLog=500 2022-01-06 13\:46\:38 INFO main - commitIntervalCommitLog=200 2022-01-06 13\:46\:38 INFO main - flushCommitLogTimed=true 2022-01-06 13\:46\:38 INFO main - deleteWhen=04 2022-01-06 13\:46\:38 INFO main - fileReservedTime=72 2022-01-06 13\:46\:38 INFO main - maxTransferBytesOnMessageInMemory=262144 2022-01-06 13\:46\:38 INFO main - maxTransferCountOnMessageInMemory=32 2022-01-06 13\:46\:38 INFO main - maxTransferBytesOnMessageInDisk=65536 2022-01-06 13\:46\:38 INFO main - maxTransferCountOnMessageInDisk=8 2022-01-06 13\:46\:38 INFO main - accessMessageInMemoryMaxRatio=40 2022-01-06 13\:46\:38 INFO main - messageIndexEnable=true 2022-01-06 13\:46\:38 INFO main - messageIndexSafe=false 2022-01-06 13\:46\:38 INFO main - haMasterAddress= 2022-01-06 13\:46\:38 INFO main - brokerRole=ASYNC_MASTER 2022-01-06 13\:46\:38 INFO main - flushDiskType=ASYNC_FLUSH 2022-01-06 13\:46\:38 INFO main - cleanFileForciblyEnable=true 2022-01-06 13\:46\:38 INFO main - transientStorePoolEnable=false thank you. -- 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]
