apache / apache/rocketmq-client-cpp

Something wrong when run "bin/SyncProducer" in two or more threads(specified by -T)

オープン
#325 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
393
フォーク
167
PR マージ指標
30日以内にマージされた PR はありません

説明

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

```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。