Participating in GSoC 2018 with RocketMQ

2018-02-12 Thread Sudaraka Yasindu
Hi all, I am very much interested in applying for GSoC 2018 with RocketMQ. I already started setting up my dev environment. Is this the mailing list where should I continue my conversation ? Thank you. Sudaraka Jayathilaka *Undergraduate* Department of Computer Science and Engineering University

[GitHub] coveralls commented on issue #226: [ROCKETMQ-346] One message could only has one tag??tags? is confusing

2018-02-12 Thread GitBox
coveralls commented on issue #226: [ROCKETMQ-346] One message could only has one tag??tags? is confusing URL: https://github.com/apache/rocketmq/pull/226#issuecomment-365143777 [![Coverage Status](https://coveralls.io/builds/15496912/badge)](https://coveralls.io/builds/15496912)

Re: The source code on master branch can't pass unit test

2018-02-12 Thread yukon
I have updated the test certs please try again KaiYuan Yang 于2018年2月12日 周一下午5:24写道: > How to reproduce the error:just run "mvn clean install -DskipITs" on > the latest code > Error > message:org.apache.rocketmq.remoting.exception.RemotingSendRequestException: >

[GitHub] mark800 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m?

2018-02-12 Thread GitBox
mark800 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m? URL: https://github.com/apache/rocketmq/pull/227#issuecomment-364868963 Yes, the source code on master branch can't pass unit test It seems the cert files need to be

The source code on master branch can't pass unit test

2018-02-12 Thread KaiYuan Yang
How to reproduce the error:    just run "mvn clean install -DskipITs" on the latest code Error message:org.apache.rocketmq.remoting.exception.RemotingSendRequestException:  send request to  failed  at 

[GitHub] Jason918 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m?

2018-02-12 Thread GitBox
Jason918 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m? URL: https://github.com/apache/rocketmq/pull/227#issuecomment-364867106 @zhouxinyu @dongeforever The continuous-integration failed in the rocketmq-remoting module, which

[GitHub] Jason918 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m?

2018-02-12 Thread GitBox
Jason918 commented on issue #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m? URL: https://github.com/apache/rocketmq/pull/227#issuecomment-364865146 @zhouxinyu hi~ Sorry for the delay. This is my fix for this bug in our production environment,

[GitHub] Jason918 opened a new pull request #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m?

2018-02-12 Thread GitBox
Jason918 opened a new pull request #227: [ROCKETMQ-332] fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which m? URL: https://github.com/apache/rocketmq/pull/227 ## What is the purpose of the change fix concurrent bug in MappedFileQueue#findMappedFileByOffset,