[GitHub] [rocketmq] coveralls commented on pull request #2452: ISSUE-2451 Provide a handy machine room nearby producer selector

2020-11-23 Thread GitBox
coveralls commented on pull request #2452: URL: https://github.com/apache/rocketmq/pull/2452#issuecomment-732711685 [![Coverage Status](https://coveralls.io/builds/35197376/badge)](https://coveralls.io/builds/35197376) Coverage decreased (-0.04%) to 51.511% when pulling **2d33c2

[GitHub] [rocketmq] liugh6 opened a new issue #2454: Supports multiple tag sends the message

2020-11-23 Thread GitBox
liugh6 opened a new issue #2454: URL: https://github.com/apache/rocketmq/issues/2454 **FEATURE REQUEST** 1. can you support multiple tags when send message? com.alibaba.rocketmq.common.message.Message#setTags,this method named setTags,but only one tag can set,is there any problem?

[GitHub] [rocketmq-client-python] messense edited a comment on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
messense edited a comment on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-732709311 https://github.com/apache/rocketmq-client-python/pull/102/files#diff-df9b375311ad1a42f7dec52115ea7fa4cbe181ff1f8dae8e37bb2af3bac74040R38-R45 加了个测试,过了。。。

[GitHub] [rocketmq-client-python] messense commented on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
messense commented on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-732709311 https://github.com/apache/rocketmq-client-python/pull/102/files#diff-df9b375311ad1a42f7dec52115ea7fa4cbe181ff1f8dae8e37bb2af3bac74040R38-R45 -

[GitHub] [rocketmq] liugh6 opened a new issue #2453: 发送消息能否支持多tag

2020-11-23 Thread GitBox
liugh6 opened a new issue #2453: URL: https://github.com/apache/rocketmq/issues/2453 **FEATURE REQUEST** 1.发送消息能否支持多tag? 设置tag方法命名也是期望有多tag的,为什么没有实现?你们有何考量? com.alibaba.rocketmq.common.message.Message#setTags Thi

[GitHub] [rocketmq-client-python] messense opened a new pull request #102: Add a multi-thread producer test case

2020-11-23 Thread GitBox
messense opened a new pull request #102: URL: https://github.com/apache/rocketmq-client-python/pull/102 ## What is the purpose of the change Try to reproduce and fix #101 ## Brief changelog XX ## Verifying this change Follow this checklist to h

[GitHub] [rocketmq] Jaskey opened a new pull request #2452: ISSUE-2451 Provide a handy machine room nearby producer selector

2020-11-23 Thread GitBox
Jaskey opened a new pull request #2452: URL: https://github.com/apache/rocketmq/pull/2452 For now, rocketmq has already supported machine room nearby for consumer rebalance strategy. But in practice, when user has more than one logic machine room in one city, they may use a near by consume

[GitHub] [rocketmq] zhangzhencx commented on issue #2422: Consume the latest message but continue commit the same old offset

2020-11-23 Thread GitBox
zhangzhencx commented on issue #2422: URL: https://github.com/apache/rocketmq/issues/2422#issuecomment-732689527 > Could you provide more details, such as rocketmq version, broker conf. The broker conf is provided This

[GitHub] [rocketmq] starboyate edited a comment on issue #2450: [Documents] Wrong slot count in 'Slot Table'

2020-11-23 Thread GitBox
starboyate edited a comment on issue #2450: URL: https://github.com/apache/rocketmq/issues/2450#issuecomment-732687164 @ypren 0 to 499w This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [rocketmq] maixiaohai commented on issue #2442: Can not retry,when broker is busy

2020-11-23 Thread GitBox
maixiaohai commented on issue #2442: URL: https://github.com/apache/rocketmq/issues/2442#issuecomment-732689240 Hi you can try this parameter ``` /** * Indicate whether to retry another broker on sending failure internally. */ private boolean retryAnotherBrok

[GitHub] [rocketmq] Jaskey opened a new issue #2451: Provide a handy MachineRoom nearby producer selector to send message to a nearby machine room preferred.

2020-11-23 Thread GitBox
Jaskey opened a new issue #2451: URL: https://github.com/apache/rocketmq/issues/2451 **FEATURE REQUEST** For now, rocketmq has already supported machine room nearby for consumer rebalance strategy. But in practice, when user has more than one logic machine room in one city, they may use

[GitHub] [rocketmq] starboyate commented on issue #2450: [Documents] Wrong slot count in 'Slot Table'

2020-11-23 Thread GitBox
starboyate commented on issue #2450: URL: https://github.com/apache/rocketmq/issues/2450#issuecomment-732687164 @ypren 1 to 500w This is an automated message from the Apache Git Service. To respond to the message, please log

Fixed: apache/rocketmq-externals#9 (master - 428de11)

2020-11-23 Thread Travis CI
Build Update for apache/rocketmq-externals - Build: #9 Status: Fixed Duration: 2 mins and 3 secs Commit: 428de11 (master) Author: von gosling Message: Update .travis.yml View the changeset: https://github.com/apache/rocketmq-externals/compare/f6a037cf13a1...4

Failed: apache/rocketmq-externals#8 (master - f6a037c)

2020-11-23 Thread Travis CI
Build Update for apache/rocketmq-externals - Build: #8 Status: Failed Duration: 2 mins and 45 secs Commit: f6a037c (master) Author: von gosling Message: Fix build error in builds 203454575 View the changeset: https://github.com/apache/rocketmq-externals/compa

[CRON] Errored: apache/rocketmq#4296 (develop - c286600)

2020-11-23 Thread Travis CI
Build Update for apache/rocketmq - Build: #4296 Status: Errored Duration: 13 mins and 17 secs Commit: c286600 (develop) Author: zhangjidi2016 Message: Fix error in ipCheck method (#2376) Co-authored-by: zhangjidi2016 View the changeset: https://github.com/a

[GitHub] [rocketmq-client-python] zongtanghu commented on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
zongtanghu commented on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-732622015 @messense 我们这边儿切换了下RocketMQ C++ SDK的版本(之前已经验证过修复多线程问题的版本),但还是有多线程crash的问题;麻烦大佬帮忙一起看下哈,我初步猜想可能还是RocketMQ Python SDK的问题;

[GitHub] [rocketmq] ypren opened a new issue #2450: [Documents] Wrong slot count in 'Slot Table'

2020-11-23 Thread GitBox
ypren opened a new issue #2450: URL: https://github.com/apache/rocketmq/issues/2450 In the Design document 6.2 https://github.com/apache/rocketmq/blob/master/docs/cn/design.md The 'Slot Table' in the picture flag from 0 to 500w, if it should be 0 to (500w-1) or 1 to 500w? ---

[GitHub] [rocketmq] chenyx7 opened a new issue #2449: Concurrently resetOffset will cause consumer status exception

2020-11-23 Thread GitBox
chenyx7 opened a new issue #2449: URL: https://github.com/apache/rocketmq/issues/2449 **BUG REPORT** 1. invoke the admin method resetOffsetByTimestamp more than once in 10s 2. result: the statistics of GROUP_GET_NUMS is two times or multi times of the TOPIC_PUT_NUMS in

[GitHub] [rocketmq] RongtongJin commented on issue #2427: Producer wait for broker response when send a message often shows RemotingTimeoutException

2020-11-23 Thread GitBox
RongtongJin commented on issue #2427: URL: https://github.com/apache/rocketmq/issues/2427#issuecomment-732151858 I will close the Issue first, but please feel free to reopen it if you have any other issues. This is an automa

[GitHub] [rocketmq] RongtongJin closed issue #2427: Producer wait for broker response when send a message often shows RemotingTimeoutException

2020-11-23 Thread GitBox
RongtongJin closed issue #2427: URL: https://github.com/apache/rocketmq/issues/2427 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

[GitHub] [rocketmq-client-python] zongtanghu commented on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
zongtanghu commented on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-732023423 @messense 好的,那就麻烦大佬在这里帮忙看下issue上贴的问题吧,感谢了 This is an automated message from the Apache Git Service.

[GitHub] [rocketmq-operator] yockliu commented on issue #68: Operator is not usefull cross namespaces

2020-11-23 Thread GitBox
yockliu commented on issue #68: URL: https://github.com/apache/rocketmq-operator/issues/68#issuecomment-732017073 咋说,在k8s上,我能用rocketmq-operator吗,还是你们推荐其他的部署方式 This is an automated message from the Apache Git Service. To resp

[GitHub] [rocketmq-externals] maixiaohai opened a new pull request #653: [ISSUE #652]Support DLQ topic resend message

2020-11-23 Thread GitBox
maixiaohai opened a new pull request #653: URL: https://github.com/apache/rocketmq-externals/pull/653 ## What is the purpose of the change issue #652 ## Brief changelog Support DLQ topic resend message ## Verifying this change Follow this c

[GitHub] [rocketmq-externals] maixiaohai opened a new issue #652: [rocketmq-console] Support DLQ topic message resend

2020-11-23 Thread GitBox
maixiaohai opened a new issue #652: URL: https://github.com/apache/rocketmq-externals/issues/652 When a topic is a dead letter topic, use to **RETRY_TOPIC** and **ORIGIN_MESSAGE_ID** to resend message. Related issue: https://github.com/apache/rocketmq/issues/2436 --

[GitHub] [rocketmq-client-python] Maozy-fnst commented on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
Maozy-fnst commented on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-731996277 > 得看一下 `~/logs/rocketmq-cpp` 里面的详细日志。 多谢回复,过滤了下log warning信息如下: [2020-Nov-23 15:42:11.820678](warning):sendheartbeat brokeradd is empty[sendHeart

[GitHub] [rocketmq-client-python] messense commented on issue #101: 多线程中共享Producer对象报错“ProducerSendSyncFailed: No route info of this topic”

2020-11-23 Thread GitBox
messense commented on issue #101: URL: https://github.com/apache/rocketmq-client-python/issues/101#issuecomment-731995896 @zongtanghu 直接在 GitHub 沟通,方便以后遇到类似问题的人快速排查问题。 This is an automated message from the Apache Git Service