apache / apache/rocketmq-client-cpp
Something wrong when run "bin/SyncProducer" in two or more threads(specified by -T)
- Ngôn ngữ chính
- C++
- Star
- 393
- Fork
- 167
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**BUG REPORT**
The running result will be like(both master an release 2.2):
```
./SyncProducer -n XX -g XX -t XX -i XX -T 2
nameserver: XX
topic: XX
groupname: XX
produce content: msgbody for test
msg count: 1
thread count: 2
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
send failed: Type: MQClientException , msg: No route info of this topic: XX,error:-1,in file line:434
per msg time: 56ms
========================finished==============================
tps: 3
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.