[GitHub] iamzhoug37 commented on issue #249: master-slave sync model performance improve

2018-03-27 Thread GitBox
iamzhoug37 commented on issue #249: master-slave sync model performance improve URL: https://github.com/apache/rocketmq/issues/249#issuecomment-376781318 并不是这样的,只是处理线程返回了(处理线程返回了,就可以处理下一个写入,提高吞吐),请求的响应是由GroupTransferService线程进行的,这段时间我会把pr完善下,发出来 我这个是日志是我们公司的监控组件,叫cat(https://github.com/d

[GitHub] iamzhoug37 commented on issue #249: master-slave sync model performance improve

2018-03-27 Thread GitBox
iamzhoug37 commented on issue #249: master-slave sync model performance improve URL: https://github.com/apache/rocketmq/issues/249#issuecomment-376781318 并不是这样的,只是处理线程返回了,请求的响应是由GroupTransferService进行的,这段时间我会把pr完善下,发出来 我这个是日志是我们公司的监控组件,叫cat(https://github.com/dianping/cat) --

[GitHub] gaoyf commented on issue #249: master-slave sync model performance improve

2018-03-27 Thread GitBox
gaoyf commented on issue #249: master-slave sync model performance improve URL: https://github.com/apache/rocketmq/issues/249#issuecomment-376779981 我理解的 `SYNC_MASTER` 是同步双写,即,**消息同步写给slave才算成功,消息发送方需要根据返回状态决定消息是否重发**。 而你 @iamzhoug37 所说的改进,只是主发送线程不再等待同步消息给slave的状态,这样消息发送方就不知道是否同步成功了。 如

[GitHub] iamzhoug37 commented on issue #249: master-slave sync model performance improve

2018-03-27 Thread GitBox
iamzhoug37 commented on issue #249: master-slave sync model performance improve URL: https://github.com/apache/rocketmq/issues/249#issuecomment-376752421 I'm willing to provide code for this issue. I'm wrting standard code that conforms to the specification. This is my first time to partici

[GitHub] lindzh commented on issue #249: master-slave sync model performance improve

2018-03-27 Thread GitBox
lindzh commented on issue #249: master-slave sync model performance improve URL: https://github.com/apache/rocketmq/issues/249#issuecomment-376751390 Glad to see such improvement for RocketMQ. Could you please create a pull request to contribute your code?

[GitHub] coveralls commented on issue #223: [ROCKETMQ-365] Add consume times stat and fix client log

2018-03-27 Thread GitBox
coveralls commented on issue #223: [ROCKETMQ-365] Add consume times stat and fix client log URL: https://github.com/apache/rocketmq/pull/223#issuecomment-376737476 [![Coverage Status](https://coveralls.io/builds/16215683/badge)](https://coveralls.io/builds/16215683) Coverage dec

Re: [GSOC|ROCKETMQ-122] Support Global Ordered Messaging

2018-03-27 Thread yukon
Cool, thanks for your efforts. On Wed, Mar 28, 2018 at 9:02 AM, sowmya s wrote: > Hello Yukon, > I've submitted my final proposal addressing your comments as well. Hoping > to work on this project for the summer. In the meantime i'm working on > prototyping the global ordering approach i talked

Passed: apache/rocketmq#1077 (develop - 5db240f)

2018-03-27 Thread Travis CI
Build Update for apache/rocketmq - Build: #1077 Status: Passed Duration: 21 minutes and 46 seconds Commit: 5db240f (develop) Author: lindzh Message: Add slf4j-api pom for nameserver and broker (#257) View the changeset: https://github.com/apache/rocketmq/comp

Re: [GSoC][ROCKETMQ-386] Provide an integration plugin with apache hbase

2018-03-27 Thread yukon
Hi, You can pick up an issue from our JIRA system, the JIRA system is disabled now but there are many existing issues need to be resolved. Regards, yukon On Wed, Mar 28, 2018 at 2:17 AM, Madhushika Jayasinghe < madhushikajayasinghe91...@gmail.com> wrote: > Hi Yukon, > > I would like to fix an i

Re: [GSOC|ROCKETMQ-122] Support Global Ordered Messaging

2018-03-27 Thread sowmya s
Hello Yukon, I've submitted my final proposal addressing your comments as well. Hoping to work on this project for the summer. In the meantime i'm working on prototyping the global ordering approach i talked about in my proposal. thanks, Sowmya On Fri, Mar 23, 2018 at 4:48 AM, yukon wrote: > Hi

Re: [GSoC][ROCKETMQ-377] Implement a openwhisk-package-rocketmq to support serverless function

2018-03-27 Thread mayar . abdelaziz1318
Hi Yukon, I have submitted the final proposal: https://drive.google.com/open?id=1jRWwNK4kw4Wv9gdsEERxW9nlEicon-_H I am looking forward to work with you. Thanks! Mayar On 2018/03/27 02:46:44, yukon wrote: > Hi, > > I looked through your proposal, that's exactly what the issue needed, let'

Re: [GSoC][ROCKETMQ-386] Provide an integration plugin with apache hbase

2018-03-27 Thread Madhushika Jayasinghe
Hi Yukon, I would like to fix an issue that is related to this project, to getting familiar with the project. It would be appreciated if you could point out any issue related to this. Thank you, Best Regards, Madhushika Jayasinghe. On Tue, Mar 27, 2018 at 3:41 PM Madhushika Jayasinghe < madhu

[GitHub] coveralls commented on issue #255: [ISSUE #254] Add dlq message stat log for security audit

2018-03-27 Thread GitBox
coveralls commented on issue #255: [ISSUE #254] Add dlq message stat log for security audit URL: https://github.com/apache/rocketmq/pull/255#issuecomment-376506165 [![Coverage Status](https://coveralls.io/builds/16199492/badge)](https://coveralls.io/builds/16199492) Coverage inc

[GitHub] lindzh closed issue #256: Fix Broker and NameServer startup

2018-03-27 Thread GitBox
lindzh closed issue #256: Fix Broker and NameServer startup URL: https://github.com/apache/rocketmq/issues/256 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] zhouxinyu closed pull request #257: [ISSUE #256] Fix Broker and NameServer startup

2018-03-27 Thread GitBox
zhouxinyu closed pull request #257: [ISSUE #256] Fix Broker and NameServer startup URL: https://github.com/apache/rocketmq/pull/257 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a for

[GitHub] lindzh opened a new pull request #257: [ISSUE #256] Fix Broker and NameServer startup

2018-03-27 Thread GitBox
lindzh opened a new pull request #257: [ISSUE #256] Fix Broker and NameServer startup URL: https://github.com/apache/rocketmq/pull/257 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Fix broker and nameserver startup o

[GitHub] lindzh opened a new issue #256: Fix Broker and NameServer

2018-03-27 Thread GitBox
lindzh opened a new issue #256: Fix Broker and NameServer URL: https://github.com/apache/rocketmq/issues/256 The issue tracker is **ONLY** used for bug report and feature request. Keep in mind, please check whether there is an existing same report before your raise a new one. Altern

[GitHub] lindzh opened a new issue #254: Add dlq message stat log for security audit

2018-03-27 Thread GitBox
lindzh opened a new issue #254: Add dlq message stat log for security audit URL: https://github.com/apache/rocketmq/issues/254 The issue tracker is **ONLY** used for bug report and feature request. Keep in mind, please check whether there is an existing same report before your raise a new

[GitHub] lindzh opened a new pull request #255: [Issues-254] Add dlq message stat log for security audit

2018-03-27 Thread GitBox
lindzh opened a new pull request #255: [Issues-254] Add dlq message stat log for security audit URL: https://github.com/apache/rocketmq/pull/255 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change When consumeMessage faile