[GitHub] [rocketmq] duhenglucky commented on issue #1417: [ISSUE #1416] Delete ConsumerGroupName && Clean offsetTable

2019-09-15 Thread GitBox
duhenglucky commented on issue #1417: [ISSUE #1416] Delete ConsumerGroupName && Clean offsetTable URL: https://github.com/apache/rocketmq/pull/1417#issuecomment-531647932 @Liberxue It seems that your code style check failed during CI process, so It would be better if you can fix this.

[GitHub] [rocketmq] duhenglucky commented on a change in pull request #1417: [ISSUE #1416] Delete ConsumerGroupName && Clean offsetTable

2019-09-15 Thread GitBox
duhenglucky commented on a change in pull request #1417: [ISSUE #1416] Delete ConsumerGroupName && Clean offsetTable URL: https://github.com/apache/rocketmq/pull/1417#discussion_r324515185 ## File path:

[GitHub] [rocketmq-spring] jiangshubian commented on issue #144: 请问如何设置消费者线程数,因为消费太慢

2019-09-15 Thread GitBox
jiangshubian commented on issue #144: 请问如何设置消费者线程数,因为消费太慢 URL: https://github.com/apache/rocketmq-spring/issues/144#issuecomment-531642536 add more consumer thread This is an automated message from the Apache Git Service. To

[GitHub] [rocketmq-spring] SwpuEsine opened a new issue #144: 请问如何设置消费者线程数,因为消费太慢

2019-09-15 Thread GitBox
SwpuEsine opened a new issue #144: 请问如何设置消费者线程数,因为消费太慢 URL: https://github.com/apache/rocketmq-spring/issues/144 请问如何设置消费者线程数,因为消费太慢,谢谢回答 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [rocketmq-client-go] ShannonDing opened a new issue #207: Support log level and log path set.

2019-09-15 Thread GitBox
ShannonDing opened a new issue #207: Support log level and log path set. URL: https://github.com/apache/rocketmq-client-go/issues/207 *FEATURE REQUEST** 1. Please describe the feature you are requesting. now, the log level and log path is the default of logrus 2. Provide

[GitHub] [rocketmq] coveralls commented on issue #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling

2019-09-15 Thread GitBox
coveralls commented on issue #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling URL: https://github.com/apache/rocketmq/pull/1458#issuecomment-531629156 [![Coverage

[GitHub] [rocketmq] liuruiyiyang opened a new pull request #1458: Fix issue 1457

2019-09-15 Thread GitBox
liuruiyiyang opened a new pull request #1458: Fix issue 1457 URL: https://github.com/apache/rocketmq/pull/1458 ## What is the purpose of the change Fix issue #1457 ## Brief changelog 1. Update all broker config when using -c param in ```mqadmin updateBrokerConfig```

[GitHub] [rocketmq] coveralls commented on issue #1455: [ISSUE #1456]Fix slave recover slow issue

2019-09-15 Thread GitBox
coveralls commented on issue #1455: [ISSUE #1456]Fix slave recover slow issue URL: https://github.com/apache/rocketmq/pull/1455#issuecomment-531626214 [![Coverage Status](https://coveralls.io/builds/25727189/badge)](https://coveralls.io/builds/25727189) Coverage increased

[GitHub] [rocketmq] navyaijm2017 commented on issue #1449: fastjson upgrade

2019-09-15 Thread GitBox
navyaijm2017 commented on issue #1449: fastjson upgrade URL: https://github.com/apache/rocketmq/issues/1449#issuecomment-531625947 > When can this vulnerability patch be fixed? > fastjson 目前是 1.2.51 ,存在安全漏洞, 希望升级到1.2.60 。 亲,你已经提交补丁了,给力哈,4.6.0预计啥时候发布呢

[GitHub] [rocketmq] liuruiyiyang opened a new issue #1457: Updating broker config of namesrvAddr is not effective

2019-09-15 Thread GitBox
liuruiyiyang opened a new issue #1457: Updating broker config of namesrvAddr is not effective URL: https://github.com/apache/rocketmq/issues/1457 **BUG REPORT** 1. Please describe the issue you observed: When use ```mqadmin updateBrokerConfig -c clusterName``` to update

Failed: duhenglucky/rocketmq#20 (slave_recover_slow - 44153fd)

2019-09-15 Thread Travis CI
Build Update for duhenglucky/rocketmq - Build: #20 Status: Failed Duration: 14 mins and 35 secs Commit: 44153fd (slave_recover_slow) Author: duhenglucky Message: Fix the slave abnormal recover slow issue View the changeset:

[GitHub] [rocketmq] duhenglucky commented on issue #1456: Slave abnormal recover slow

2019-09-15 Thread GitBox
duhenglucky commented on issue #1456: Slave abnormal recover slow URL: https://github.com/apache/rocketmq/issues/1456#issuecomment-531624305 Fixed in [PR](https://github.com/apache/rocketmq/pull/1455) This is an automated

[GitHub] [rocketmq] duhenglucky opened a new issue #1456: Slave abnormal recover slow

2019-09-15 Thread GitBox
duhenglucky opened a new issue #1456: Slave abnormal recover slow URL: https://github.com/apache/rocketmq/issues/1456 **BUG REPORT** 1. Please describe the issue you observed: After the slave server is shut down abnormally, the recovery process will be very slow when

[GitHub] [rocketmq] duhenglucky commented on issue #1454: Please delete old releases from mirroring system

2019-09-15 Thread GitBox
duhenglucky commented on issue #1454: Please delete old releases from mirroring system URL: https://github.com/apache/rocketmq/issues/1454#issuecomment-531623763 @sebbASF ok,we will clean up the historical version of RocketMQ in the near future.

[GitHub] [rocketmq] duhenglucky opened a new pull request #1455: Fix slave recover slow issue

2019-09-15 Thread GitBox
duhenglucky opened a new pull request #1455: Fix slave recover slow issue URL: https://github.com/apache/rocketmq/pull/1455 ## What is the purpose of the change Fix slave recover slow issue ## Brief changelog In the current design, there is no way to update the

[GitHub] [rocketmq] zhanfffmmm commented on issue #1451: set value of ConsumeMessageBatchMaxSize 1024, but value the size is 32, this value is max?

2019-09-15 Thread GitBox
zhanfffmmm commented on issue #1451: set value of ConsumeMessageBatchMaxSize 1024,but value the size is 32, this value is max? URL: https://github.com/apache/rocketmq/issues/1451#issuecomment-531619724 谢谢,@duhenglucky

[GitHub] [rocketmq] zhanfffmmm closed issue #1451: set value of ConsumeMessageBatchMaxSize 1024, but value the size is 32, this value is max?

2019-09-15 Thread GitBox
zhanfffmmm closed issue #1451: set value of ConsumeMessageBatchMaxSize 1024,but value the size is 32, this value is max? URL: https://github.com/apache/rocketmq/issues/1451 This is an automated message from the Apache Git

[GitHub] [rocketmq] coveralls edited a comment on issue #1403: [issue #1400]do disk space detection in another thread

2019-09-15 Thread GitBox
coveralls edited a comment on issue #1403: [issue #1400]do disk space detection in another thread URL: https://github.com/apache/rocketmq/pull/1403#issuecomment-523253029 [![Coverage Status](https://coveralls.io/builds/25668131/badge)](https://coveralls.io/builds/25668131)

[GitHub] [rocketmq] coveralls edited a comment on issue #1422: [RIP-16]Support request/response pattern

2019-09-15 Thread GitBox
coveralls edited a comment on issue #1422: [RIP-16]Support request/response pattern URL: https://github.com/apache/rocketmq/pull/1422#issuecomment-531618889 [![Coverage Status](https://coveralls.io/builds/25668130/badge)](https://coveralls.io/builds/25668130) Coverage decreased

[GitHub] [rocketmq] coveralls commented on issue #1422: [RIP-16]Support request/response pattern

2019-09-15 Thread GitBox
coveralls commented on issue #1422: [RIP-16]Support request/response pattern URL: https://github.com/apache/rocketmq/pull/1422#issuecomment-531618889 [![Coverage Status](https://coveralls.io/builds/25651561/badge)](https://coveralls.io/builds/25651561) Coverage decreased (-0.6%)

[GitHub] [rocketmq-client-go] ShannonDing closed pull request #205: Open Api tp set consume message max size

2019-09-15 Thread GitBox
ShannonDing closed pull request #205: Open Api tp set consume message max size URL: https://github.com/apache/rocketmq-client-go/pull/205 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [rocketmq-externals] lexingrensheng opened a new issue #419: rocketmq-connect-kafka support rocketmq-connector-runtime

2019-09-15 Thread GitBox
lexingrensheng opened a new issue #419: rocketmq-connect-kafka support rocketmq-connector-runtime URL: https://github.com/apache/rocketmq-externals/issues/419 It is hoped that rocketmq-connect-kafka will support rocketmq-runtime instead of openmessage-connect-runtime in the future

[GitHub] [rocketmq-externals] lexingrensheng opened a new issue #418: rocketmq-connect-kafka

2019-09-15 Thread GitBox
lexingrensheng opened a new issue #418: rocketmq-connect-kafka URL: https://github.com/apache/rocketmq-externals/issues/418 Connector should not rely on the runtime-related jar, the dependency should rely on oms, and if it depends on runtime, it will cause marven dependency conflict

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize

2019-09-15 Thread GitBox
ShannonDing commented on issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize URL: https://github.com/apache/rocketmq-client-go/issues/183#issuecomment-531571970 close due to #206 This is an

[GitHub] [rocketmq-client-go] ShannonDing closed issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize

2019-09-15 Thread GitBox
ShannonDing closed issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize URL: https://github.com/apache/rocketmq-client-go/issues/183 This is an automated message from the Apache Git Service. To

[GitHub] [rocketmq-externals] lexingrensheng opened a new issue #417: org.apache.rocketmq.replicator build error

2019-09-15 Thread GitBox
lexingrensheng opened a new issue #417: org.apache.rocketmq.replicator build error URL: https://github.com/apache/rocketmq-externals/issues/417 mvn clean install -Prelease-all -DskipTest -U error Running org.apache.rocketmq.replicator.RmqSourceReplicatorTest Tests run: 1, Failures:

[GitHub] [rocketmq-client-go] vongosling removed a comment on issue #120: 2.0.0-rc1 Roadmap

2019-09-15 Thread GitBox
vongosling removed a comment on issue #120: 2.0.0-rc1 Roadmap URL: https://github.com/apache/rocketmq-client-go/issues/120#issuecomment-530646277 @wenfengwang Do we need to continue opening this issue. I've seen we have released 2.0.0-rc1

[GitHub] [rocketmq-exporter] liangyuanpeng opened a new pull request #7: [ISSUE #6]optimize code for metric dto and metricsController

2019-09-15 Thread GitBox
liangyuanpeng opened a new pull request #7: [ISSUE #6]optimize code for metric dto and metricsController URL: https://github.com/apache/rocketmq-exporter/pull/7 ## What is the purpose of the change optimize code for metric dto and metricsController ## Brief changelog

[GitHub] [rocketmq-exporter] liangyuanpeng opened a new issue #6: optimize code of metricsdto and controller

2019-09-15 Thread GitBox
liangyuanpeng opened a new issue #6: optimize code of metricsdto and controller URL: https://github.com/apache/rocketmq-exporter/issues/6 **Is your feature request related to a problem? Please describe.** just optimize some code for dto and controller **Describe the solution

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #205: Open Api tp set consume message max size

2019-09-15 Thread GitBox
ShannonDing commented on issue #205: Open Api tp set consume message max size URL: https://github.com/apache/rocketmq-client-go/pull/205#issuecomment-531545184 duplicate to #206 This is an automated message from the Apache

[GitHub] [rocketmq-client-go] ShannonDing merged pull request #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message…

2019-09-15 Thread GitBox
ShannonDing merged pull request #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message… URL: https://github.com/apache/rocketmq-client-go/pull/206 This is an automated message from the

[GitHub] [rocketmq-client-go] codecov-io edited a comment on issue #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message…

2019-09-15 Thread GitBox
codecov-io edited a comment on issue #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message… URL: https://github.com/apache/rocketmq-client-go/pull/206#issuecomment-531538618 #

[GitHub] [rocketmq-client-go] codecov-io commented on issue #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message…

2019-09-15 Thread GitBox
codecov-io commented on issue #206: [ISSUE #183] add set consumeMessageBatchMaxSize and fixed count++ skip one message… URL: https://github.com/apache/rocketmq-client-go/pull/206#issuecomment-531538618 # [Codecov](https://codecov.io/gh/apache/rocketmq-client-go/pull/206?src=pr=h1)

[GitHub] [rocketmq-client-go] Me1onRind commented on issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize

2019-09-15 Thread GitBox
Me1onRind commented on issue #183: Repeated consumption problem when changing consumeMessageBatchMaxSize URL: https://github.com/apache/rocketmq-client-go/issues/183#issuecomment-531538587 I think I find the reason and I create a pull request

[GitHub] [rocketmq-client-go] Me1onRind opened a new pull request #206: add set consumeMessageBatchMaxSize and fixed count++ skip one message…

2019-09-15 Thread GitBox
Me1onRind opened a new pull request #206: add set consumeMessageBatchMaxSize and fixed count++ skip one message… URL: https://github.com/apache/rocketmq-client-go/pull/206 … bug ## What is the purpose of the change In consumer/push_consumer.go func (pc *pushConsumer)