[GitHub] powerfulsnail opened a new issue #89: 启动顺序消费者时进程crash

2019-01-29 Thread GitBox
powerfulsnail opened a new issue #89: 启动顺序消费者时进程crash URL: https://github.com/apache/rocketmq-client-cpp/issues/89 组网环境,当前3台服务器A(broker-a, broker-c-s)、B(broker-b, broker-a-s)、C(broker-c, broker-b-s),同步复制,异步刷盘,发送顺序消息到一个master和同步到一个slave后,停掉master,创建消费者,订阅topic,注册顺序监听,启动顺序消费者时进程crash ---

[GitHub] powerfulsnail opened a new issue #88: 多master,多slave情况下,broker的Master停掉之后,对应slave上的消息无法消费

2019-01-29 Thread GitBox
powerfulsnail opened a new issue #88: 多master,多slave情况下,broker的Master停掉之后,对应slave上的消息无法消费 URL: https://github.com/apache/rocketmq-client-cpp/issues/88 组网环境,当前3台服务器A(broker-a, broker-c-s)、B(broker-b, broker-a-s)、C(broker-c, broker-b-s),同步复制,异步刷盘,当发送多条异步消息后此时每台服务的broker上都有消息,从控制端上也可看到master的

[GitHub] yiminyangguang520 opened a new issue #42: can not create topic automatically

2019-01-29 Thread GitBox
yiminyangguang520 opened a new issue #42: can not create topic automatically URL: https://github.com/apache/rocketmq-spring/issues/42 when after integrateing with rocketmq-spring-boot-start 2.0.1, the app can not create topic automatically config file is as follows: `rocketmq.na

Re: Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread huzongt...@cmss.chinamobile.com
+ 1 huzongt...@cmss.chinamobile.com From: heng du Date: 2019-01-30 14:07 To: users CC: dev@rocketmq.apache.org Subject: Re: [Vote] [RIP-10]RocketMQ Unit Test +1 liyuangao 于2019年1月30日周三 上午10:53写道: +1 原始邮件 发件人: Gosling Von 收件人: users 抄送: dev@rocketmq.apache.org 发送时间: 2019年1月29日(周二) 21:15 主

Re: Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread huzongt...@cmss.chinamobile.com
+ 1 huzongt...@cmss.chinamobile.com From: heng du Date: 2019-01-30 14:07 To: users CC: dev@rocketmq.apache.org Subject: Re: [Vote] [RIP-10]RocketMQ Unit Test +1 liyuangao 于2019年1月30日周三 上午10:53写道: > +1 > > 原始邮件 > *发件人:* Gosling Von > *收件人:* users > *抄送:* dev@rocketmq.apache.org > *发送时间:*

[GitHub] zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252126748 ## File path: remoting/src/main/java

[GitHub] zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252126370 ## File path: remoting/src/main/java

[GitHub] zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
zongtanghu commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252127217 ## File path: remoting/src/main/java

Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread heng du
+1 liyuangao 于2019年1月30日周三 上午10:53写道: > +1 > > 原始邮件 > *发件人:* Gosling Von > *收件人:* users > *抄送:* dev@rocketmq.apache.org > *发送时间:* 2019年1月29日(周二) 21:15 > *主题:* Re: [Vote] [RIP-10]RocketMQ Unit Test > > +1 > > Best Regards, > Von Gosling > > 在 2019年1月28日,上午10:43,Shannon 写道: > > Hello RocketMQ Co

[ANNOUNCE] Release Apache rocketmq-client-cpp 1.2.1

2019-01-29 Thread Shannon
Hello RocketMQ Community, The Apache RocketMQ team would like to announce the release of Apache rocketmq-client-cpp 1.2.1. This release will support sending a message by the async model using C API, and fixed some bugs, further improved the stability of the CPP core. More details regarding Apa

[RESULT][VOTE]Release Apache rocketmq-client-cpp 1.2.1.

2019-01-29 Thread Shannon
Hello RocketMQ Community, The Apache RocketMQ vote is now closed and has passed with [3] binding +1s, [9] non-binding +1s and no 0 or -1: *Binding votes +1s:* heng du (duhengforever) Zhendong Liu(dongeforever) Von Gosling(vongosling) *Non-binding votes +1s:* Yin James 徐江 lemonzone2010 l

[GitHub] luoxn28 opened a new issue #734: CommitLog.putMessage setStoreTimestamp repetition

2019-01-29 Thread GitBox
luoxn28 opened a new issue #734: CommitLog.putMessage setStoreTimestamp repetition URL: https://github.com/apache/rocketmq/issues/734 进入CommitLog.putMessage方法时,会先执行setStoreTimestamp设置时间戳,后面在对putMessageLock加锁后还会执行setStoreTimestamp设置时间戳,后者保证全局消息时间戳的顺序性,从流程来看,前者没必要设置。 ```java public Put

Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread liyuangao
+1 原始邮件 发件人:Gosling vonfengji...@gmail.com 收件人:usersus...@rocketmq.apache.org 抄送:dev@rocketmq.apache.org...@rocketmq.apache.org 发送时间:2019年1月29日(周二) 21:15 主题:Re: [Vote] [RIP-10]RocketMQ Unit Test +1 Best Regards, Von Gosling 在 2019年1月28日,上午10:43,Shannon libya_...@163.com 写道: Hello RocketMQ

[GitHub] yanglin2000168 commented on issue #13: Once consumers restarted, all the previously subscribed messages are resent ?

2019-01-29 Thread GitBox
yanglin2000168 commented on issue #13: Once consumers restarted, all the previously subscribed messages are resent ? URL: https://github.com/apache/rocketmq-spring/issues/13#issuecomment-458795928 这个问题只出现在把阿里的emc上,而本里测试环境不能重现发自我的华为手机 原始邮件 主题:Re: [apache/rocketmq-spring] 在阿里

[GitHub] duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252094403 ## File path: remoting/src/main/jav

[GitHub] duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252094900 ## File path: remoting/src/main/jav

[GitHub] duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
duhenglucky commented on a change in pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733#discussion_r252094640 ## File path: remoting/src/main/jav

[GitHub] welcome112s edited a comment on issue #16: Can provide a C++ independent version?

2019-01-29 Thread GitBox
welcome112s edited a comment on issue #16: Can provide a C++ independent version? URL: https://github.com/apache/rocketmq-client-go/issues/16#issuecomment-458396795 mac: - http://zhiliao365.com.cn/mac/librocketmq.a - http://zhiliao365.com.cn/mac/librocketmq.dylib

[GitHub] welcome112s commented on issue #16: Can provide a C++ independent version?

2019-01-29 Thread GitBox
welcome112s commented on issue #16: Can provide a C++ independent version? URL: https://github.com/apache/rocketmq-client-go/issues/16#issuecomment-458780234 https://github.com/welcome112s/rocketmq-cpp-bin This is an automate

[GitHub] xiangwangcheng opened a new pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request

2019-01-29 Thread GitBox
xiangwangcheng opened a new pull request #733: [ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request URL: https://github.com/apache/rocketmq/pull/733 #730 ## What is the purpose of the change To make rocketmq su

[GitHub] yws179 commented on issue #681: Query message failed:MQClientException: CODE: 208 DESC: query message by key finished, but no message

2019-01-29 Thread GitBox
yws179 commented on issue #681: Query message failed:MQClientException: CODE: 208 DESC: query message by key finished, but no message URL: https://github.com/apache/rocketmq/issues/681#issuecomment-458566776 > @yws179 重现下,还有问题的话,在dev邮件列表提到社区,别在issue里提:-) 好的,谢谢 --

[GitHub] fangjian0423 opened a new issue #41: Problems about the keys of message header conversion

2019-01-29 Thread GitBox
fangjian0423 opened a new issue #41: Problems about the keys of message header conversion URL: https://github.com/apache/rocketmq-spring/issues/41 Spring messaging/integration provide some annotations or interfaces like `@Header`, `SimpleSequenceSizeReleaseStrategy` to get value from Sprin

[GitHub] yws179 edited a comment on issue #681: Query message failed:MQClientException: CODE: 208 DESC: query message by key finished, but no message

2019-01-29 Thread GitBox
yws179 edited a comment on issue #681: Query message failed:MQClientException: CODE: 208 DESC: query message by key finished, but no message URL: https://github.com/apache/rocketmq/issues/681#issuecomment-453153612 这条明明存在却查不到的消息,超过凌晨0点后又能查询到了,并重发成功了,是否查询功能与时间有关? ---

Re: [VOTE]Release Apache rocketmq-client-cpp 1.2.1

2019-01-29 Thread Gosling Von
+1, Best Regards, Von Gosling > 在 2019年1月23日,下午10:19,Shannon 写道: > > Hello RocketMQ Community, > > This is the vote for the release of rocketmq-client-cpp 1.2.1. > > This release will support sending a message by the async model using C API, > and fixed some bugs,further improved the stabili

Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread Gosling Von
+1 Best Regards, Von Gosling > 在 2019年1月28日,上午10:43,Shannon 写道: > > Hello RocketMQ Community, > > This is the vote for the kickoff of RIP-10 RocketMQ Unit Test. > You can find the detail of the RIP-10 by below link: > https://docs.google.com/document/d/1DG3nR1j_eQu61mlGa2SLvLDoRfamSVX7Xo8CSJnK

??????[Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread ??????????????
+1 -- -- ??: "Shannon"; : 2019??1??28??(??) 10:43 ??: "dev@rocketmq.apache.org"; : "us...@rocketmq.apache.org"; : [Vote] [RIP-10]RocketMQ Unit Test Hello RocketMQ Community, This is the vote for the kickoff of RIP-10

[GitHub] ifplusor commented on issue #87: the librocketmq.so is much bigger than the dynamic lib in aliyun rocketmq cpp sdkdemo

2019-01-29 Thread GitBox
ifplusor commented on issue #87: the librocketmq.so is much bigger than the dynamic lib in aliyun rocketmq cpp sdkdemo URL: https://github.com/apache/rocketmq-client-cpp/issues/87#issuecomment-458499880 now, default libs contain it's dependecies in single file. you can remove them by modi

Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread 风起云然
+1 | | 风起云然 | | fengqiyun...@163.com | 签名由网易邮箱大师定制 On 1/29/2019 16:15,liqipeng wrote: +1 在 2019年1月28日,上午10:43,Shannon 写道: Hello RocketMQ Community, This is the vote for the kickoff of RIP-10 RocketMQ Unit Test. You can find the detail of the RIP-10 by below link: https://docs.google.com/docum

回复: Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread 谢 生荣
+1 xieshengr...@live.com 发件人: liqipeng 发送时间: 2019-01-29 16:15 收件人: dev@rocketmq.apache.org 主题: Re: [Vote] [RIP-10]RocketMQ Unit Test +1 > 在 2019年1月28日,上午10:43,Shannon 写道: > > Hello RocketMQ Community, > >

Re: [Vote] [RIP-10]RocketMQ Unit Test

2019-01-29 Thread liqipeng
+1 > 在 2019年1月28日,上午10:43,Shannon 写道: > > Hello RocketMQ Community, > > > This is the vote for the kickoff of RIP-10 RocketMQ Unit Test. > You can find the detail of the RIP-10 by below link: > https://docs.google.com/document/d/1DG3nR1j_eQu61mlGa2SLvLDoRfamSVX7Xo8CSJnKE98/ > > > For RocketMQ