[GitHub] incubator-rocketmq issue #53: [ROCKETMQ-80] Add batch feature

2017-02-06 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/53 Cool, Thanks @dongeforever providing this feature. We will have a look at this implementation. please hold your horses :-) --- If your project is set up for it, you can reply

[GitHub] incubator-rocketmq issue #51: [ROCKETMQ-75] RemotingCommand header decoding ...

2017-02-06 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/51 @shroman since 4.1.0, we will start a new branching model, more formalized, more flexible. All PRs except those hotfixs, we recommended to merge back to develop branch. This guide

[GitHub] incubator-rocketmq issue #54: [ROCKETMQ-83] Fix quick start, annotate setNam...

2017-02-07 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/54 Agree --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #48: [ROCKETMQ-70] Duplicate methods in NettyRemoti...

2017-01-22 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/48 alright --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/53 @dongeforever we can continue to polish this PR, IMO. if you have any problem. please let me know. BTW, can you post your performance test result for us --- If your project is set up

[GitHub] incubator-rocketmq issue #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/53 Yep agreed @lizhanhui . I will make some comment as much detail as possible. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101991874 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java --- @@ -278,14 +280,14 @@ public void createTopic(final

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101995717 --- Diff: store/src/main/java/org/apache/rocketmq/store/AppendMessageResult.java --- @@ -119,6 +129,7 @@ public String toString

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101989915 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java --- @@ -442,6 +449,202 @@ private

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101992848 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java --- @@ -595,8 +596,11 @@ private

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101994094 --- Diff: common/src/main/java/org/apache/rocketmq/common/message/MessageBatch.java --- @@ -0,0 +1,77 @@ +/* + * Licensed

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101993057 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java --- @@ -737,6 +742,10 @@ public

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101990343 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java --- @@ -442,6 +449,202 @@ private

[GitHub] incubator-rocketmq pull request #53: [ROCKETMQ-80] Add batch feature

2017-02-20 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101965587 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java --- @@ -72,7 +73,13 @@ public RemotingCommand

Re: 【HELP】JIRA Agile Tools usage

2017-02-14 Thread vongosling
Thanks Bruce, IMO, Service Desk is a design for customer support. So, we have not apply this feature. We just want to make some works on use of Agile board. I have a permission to create a sprint now. I think that's ok for use. Thanks bruce again :-) 2017-02-15 6:25 GMT+08:00 Bruce Snyder

[GitHub] incubator-rocketmq issue #37: [ROCKETMQ-38] Some unit tests for rocketmq-rem...

2017-01-16 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/37 Thanks @iskl @shroman @WillemJiang , I will work on the rocketmq remoting module these days. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-rocketmq-site pull request #6: Update deploy guide

2017-01-17 Thread vongosling
GitHub user vongosling opened a pull request: https://github.com/apache/incubator-rocketmq-site/pull/6 Update deploy guide You can merge this pull request into a Git repository by running: $ git pull https://github.com/vongosling/incubator-rocketmq-site patch-1 Alternatively

[GitHub] incubator-rocketmq issue #44: [ROCKETMQ-64] Remove duplication code line in ...

2017-01-19 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/44 Thanks @naughtybear --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] incubator-rocketmq issue #38: [ROCKETMQ-44] Refactor to avoid duplicated cod...

2017-01-19 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/38 @wu-sheng Thanks for your clean code actions. Why so many format operation, what had happend when you use our checkstyle, let me know. BTW, you know, UT is the best assistant

[GitHub] incubator-rocketmq issue #69: [ROCKETMQ-111] fix possible MQClientException ...

2017-02-26 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/69 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #62: [ROCKETMQ-99] Add scripts for Windows

2017-02-26 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/62 @lizhanhui Cool. Did you check the commits, letting all passed in at least 2 windows environment ? --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-rocketmq issue #3: [ROCKETMQ-6] Use logger for exceptions instead ...

2017-01-10 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/3 IMO, we should prefer slf4j or String.format effective format way to log in 4.x :-) --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-rocketmq issue #34: fix/ROCKETMQ-39: avoid duplicated codes.

2017-01-10 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/34 @wu-sheng Could you modify your PR , following our codestyle and PR guide[1] :-) [1]http://rocketmq.incubator.apache.org/docs/code-guidelines/ --- If your project is set up

[GitHub] incubator-rocketmq issue #41: 网络环境复杂时,会�� 成选择了不�...

2017-01-13 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/41 @tain198127 Could you follow other PR[1] style at first [1] https://github.com/apache/incubator-rocketmq/pull/5 --- If your project is set up for it, you can reply

[GitHub] incubator-rocketmq issue #20: [ROCKETMQ-23] MappedFileQueue#flush should ret...

2016-12-28 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/20 We must keep cautious about storage polish, although some minor rename. IMO, Could we optimize here in the 4.1.0 or more later version :-) --- If your project is set up for it, you

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103833 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/slave/SlaveSynchronize.java --- @@ -68,10 +68,10 @@ private void syncTopicConfig

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103929 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPullConsumerImpl.java --- @@ -247,6 +248,7 @@ public void

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103845 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/slave/SlaveSynchronize.java --- @@ -106,12 +106,12 @@ private void syncDelayOffset

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103933 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPullConsumerImpl.java --- @@ -258,6 +260,7 @@ public void

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103841 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/slave/SlaveSynchronize.java --- @@ -85,9 +85,9 @@ private void syncConsumerOffset

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103642 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/filtersrv/FilterServerUtil.java --- @@ -26,9 +26,9 @@ public static void callShell

[GitHub] incubator-rocketmq issue #19: [ROCKETMQ-14] rocketmq-14 unit test updated

2016-12-28 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/19 IMO, we could close this pr without any more works @lollipopjin thanks @Jaskey --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-rocketmq pull request #21: [ROCKETMQ-18]Clean code prompted by Int...

2016-12-28 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94103499 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java --- @@ -497,7 +497,7 @@ private void printMasterAndSlaveDiff

[GitHub] incubator-rocketmq issue #21: [ROCKETMQ-18]Clean code

2016-12-28 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/21 That's ok --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] incubator-rocketmq issue #17: [ROCKETMQ-19] Synchronize LinkedList.add() in ...

2017-01-03 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/17 Thanks for your ISSUE review before PR @Zhang-Ke --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-rocketmq-site issue #3: Split 'Git setup' for contributors and com...

2017-01-05 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-site/pull/3 Alright. please @zhouxinyu @lizhanhui review again:-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-rocketmq-site pull request #3: Split 'Git setup' for contributors ...

2017-01-05 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq-site/pull/3#discussion_r94732806 --- Diff: _docs/06-best-practice-pull-request.md --- @@ -4,23 +4,40 @@ permalink: /docs/pull-request/ modified: 2016-12-24T15:01:43-04

[GitHub] incubator-rocketmq-site pull request #3: Split 'Git setup' for contributors ...

2017-01-05 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq-site/pull/3#discussion_r94728311 --- Diff: _docs/06-best-practice-pull-request.md --- @@ -4,23 +4,40 @@ permalink: /docs/pull-request/ modified: 2016-12-24T15:01:43-04

[GitHub] incubator-rocketmq issue #4: Null check is not needed -- can't be null when ...

2016-12-22 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/4 Could you abide our PR process(modify your PR subject and mention your jira address in the description), please follow this PR. https://github.com/apache/incubator-rocketmq/pull/5

[GitHub] incubator-rocketmq issue #1: Closing the channel. Fix for ROCKETMQ-2.

2016-12-22 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/1 @shroman Thanks for your PR, Could you paste some unit test for these question :-) . please see our contributing checklist, https://github.com/apache/incubator-rocketmq/blob/master

[GitHub] incubator-rocketmq issue #2: scanResponseTable callback shoule be invoked in...

2016-12-21 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/2 @Jaskey Thanks for your PR, Could you paste some unit test for these question :-) . please see our contributing checklist, https://github.com/apache/incubator-rocketmq/blob/master

[GitHub] incubator-rocketmq issue #75: [ROCKETMQ-138]Add AuthenticationException clas...

2017-03-28 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/75 @Jaskey Thanks for your elaborative consideration about exception. Let it go as you have changed. we will merge this PR. --- If your project is set up for it, you can reply

[GitHub] incubator-rocketmq issue #75: [ROCKETMQ-138]Add AuthenticationException clas...

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/75 If we remove it, all authentication fail will have one log, and this could be possibly very often and fill up with the remoting log, which I do not think it is good enough. We

[GitHub] incubator-rocketmq issue #83: [ROCKETMQ-154] add a newline after help info

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/83 LGTM,please @shroman @lizhanhui help to review it~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-rocketmq issue #79: [ROCKETMQ-144]Aggregate packaging specific fil...

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/79 LGTM,please @shroman @zhouxinyu help to review it~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-rocketmq issue #63: [ROCKETMQ-101]Fix possible NullPointerExceptio...

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/63 @lizhanhui @Jaskey we'd better close after merge :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-rocketmq issue #63: [ROCKETMQ-101]Fix possible NullPointerExceptio...

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/63 LGTM~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #75: [ROCKETMQ-138]Add AuthenticationException clas...

2017-03-27 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/75 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108881956 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/client/ConsumerIdsChangeListener.java --- @@ -16,9 +16,7 @@ */ package

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108887358 --- Diff: filter/src/main/java/org/apache/rocketmq/filter/util/HashAlgorithm.java --- @@ -0,0 +1,239 @@ +/* + * Licensed to the Apache

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108884747 --- Diff: broker/src/test/java/org/apache/rocketmq/broker/filter/CommitLogDispatcherCalcBitMapTest.java --- @@ -0,0 +1,213

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108883867 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/filter/ConsumerFilterData.java --- @@ -0,0 +1,180 @@ +/* + * Licensed

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108887819 --- Diff: filter/src/main/java/org/apache/rocketmq/filter/util/LRUCache.java --- @@ -0,0 +1,92 @@ +/* + * Licensed to the Apache

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108884189 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/filter/ConsumerFilterData.java --- @@ -0,0 +1,180 @@ +/* + * Licensed

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108885505 --- Diff: conf/logback_broker.xml --- @@ -222,6 +222,29 @@ + +${user.home}/logs/rocketmqlogs

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108887571 --- Diff: filter/src/main/java/org/apache/rocketmq/filter/util/BloomFilter.java --- @@ -0,0 +1,332 @@ +/* + * Licensed to the Apache

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108883657 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/filter/CommitLogDispatcherCalcBitMap.java --- @@ -0,0 +1,112

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108886049 --- Diff: filter/src/main/java/org/apache/rocketmq/filter/expression/BinaryExpression.java --- @@ -0,0 +1,91 @@ +/* + * Licensed

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108886427 --- Diff: filter/src/main/java/org/apache/rocketmq/filter/parser/ParseException.java --- @@ -0,0 +1,204 @@ +/* + * Licensed

[GitHub] incubator-rocketmq pull request #82: [ROCKETMQ-121]Support message filtering...

2017-03-30 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/82#discussion_r108883414 --- Diff: broker/src/main/java/org/apache/rocketmq/broker/filter/CommitLogDispatcherCalcBitMap.java --- @@ -0,0 +1,112

[GitHub] incubator-rocketmq issue #82: [ROCKETMQ-121]Support message filtering based ...

2017-03-30 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/82 @shroman @lizhanhui How do you think about this feature~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-rocketmq-externals issue #5: [ROCKETMQ-81] import rocketmq plugin ...

2017-03-30 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/5 @dongeforever @shroman @stevenschew thoughts? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-rocketmq issue #52: [ROCKETMQ-76] Expose IntegrationTestBase to be...

2017-03-29 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/52 @shroman We'd better merge PR not the same guys. you pull, the other guy merge. @dongeforever Could you help us to merge this PR :-) --- If your project is set up for it, you can

[GitHub] incubator-rocketmq pull request #85: [ROCKETMQ-158]Remove logback dependency...

2017-03-29 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/85#discussion_r108614905 --- Diff: tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java --- @@ -196,22 +196,11 @@ private static void initLog

[GitHub] incubator-rocketmq issue #56: [ROCKETMQ-90] Include client IP in consumerPro...

2017-03-29 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/56 LGTM~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #57: [ROCKETMQ-91] Reduce lock granularity for putM...

2017-03-29 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/57 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq-site issue #8: Added having unit tests as a necessary con...

2017-03-15 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-site/pull/8 @shroman LGTM :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] incubator-rocketmq issue #53: [ROCKETMQ-80] Add batch feature

2017-03-17 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/53 LGTM~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #62: [ROCKETMQ-99] Add scripts for Windows

2017-03-21 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/62 @lizhanhui Done for dev. branch ~ Could you close this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-rocketmq issue #71: add telnet CMD to nameServer

2017-03-21 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/71 @Ah39 Could you modify your PR topic? http://rocketmq.incubator.apache.org/docs/pull-request/,please refer to it ~ --- If your project is set up for it, you can reply to this email

[GitHub] incubator-rocketmq-externals issue #7: Rename README.txt to README.md; Add w...

2017-04-04 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/7 @netroby i think you are familiar with rocketmq PR process. Could you modify your PR topic and make association with Jira isssue?Now ,you can not point up the component

[GitHub] incubator-rocketmq issue #77: [ROCKETMQ-140]Guard MQVesion methods.

2017-04-13 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/77 Sorry to response for this PR. It seems good ~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-rocketmq issue #91: [ROCKETMQ-174]Fix spelling errors

2017-04-12 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/91 @shroman @zhouxinyu Could you help review this PR :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-rocketmq issue #87: [ROCKETMQ-161] Update runbroker.sh and runserv...

2017-04-13 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/87 @shroman @lizhanhui Could you help us to review this long-time delayed PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-rocketmq issue #82: [ROCKETMQ-121]Support message filtering based ...

2017-04-17 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/82 please @lizhanhui @shroman help to review this great PR :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-rocketmq issue #82: [ROCKETMQ-121]Support message filtering based ...

2017-04-17 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/82 I think only servtool‘s module dependency, so there is no transitive dependency pollution on sdk, right? --- If your project is set up for it, you can reply to this email and have

[GitHub] incubator-rocketmq issue #90: [ROCKETMQ-172]log improvement for rocketmq cli...

2017-04-17 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/90 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq pull request #90: [ROCKETMQ-172]log improvement for rocke...

2017-04-14 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/90#discussion_r111316295 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java --- @@ -577,12 +577,12 @@ public void operationComplete

[GitHub] incubator-rocketmq issue #94: [ROCKETMQ-179] Fix errors of test cases

2017-04-20 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/94 Great~ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-rocketmq issue #51: [ROCKETMQ-75] RemotingCommand header decoding ...

2017-03-09 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/51 @shroman Recently, some our customer resort to us to degrade JDK version to 1.6. IMO, we can keep the pace with netty for our SDK. So, if we polish code associating with SDK, we'd

[GitHub] incubator-rocketmq issue #51: [ROCKETMQ-75] RemotingCommand header decoding ...

2017-03-09 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/51 LGTM :-) We will degrade the client SDK version to 1.6 in the developer branch --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-rocketmq issue #76: Release 4.0.0 incubating

2017-03-12 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/76 @eoss1990 If you have not confirm PR process, please start your demo to practice it ? BTW, please close this meaningless PR, thanks --- If your project is set up for it, you

[GitHub] incubator-rocketmq issue #75: Add AuthenticationException class to remove ha...

2017-03-11 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/75 please notice your PR topic --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] incubator-rocketmq issue #69: [ROCKETMQ-111] fix possible MQClientException ...

2017-03-07 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/69 thanks @yilingfeng . Consider this PR has been merged, we will commit your unit-test in another commit. @shroman I have a same understand as @zhouxinyu about your unit-test said

[GitHub] incubator-rocketmq issue #120: [ROCKETMQ-224] add rocketmq client log4j2 log...

2017-08-01 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/120 Now, LGTM. this pr also fix the rocketmq's logger appender bug when using any concrete implementation, no matter log4j, log4j2 or logback. --- If your project is set up for it, you

[GitHub] incubator-rocketmq pull request #120: [ROCKETMQ-224] add rocketmq client log...

2017-08-01 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/120#discussion_r130550009 --- Diff: client/src/test/java/org/apache/rocketmq/client/log/ClientLogTest.java --- @@ -32,15 +33,19 @@ LOG_DIR

[GitHub] incubator-rocketmq issue #126: [ROCKETMQ-231] fix pull consumer pull result ...

2017-08-04 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/126 Now, LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] incubator-rocketmq issue #134: [ROCKETMQ-44] Duplicated Codes in DefaultMess...

2017-08-15 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/134 @Ritabrata-TW Thanks for your attention for rocketmq community, whats' your scenario when using apache rocketmq in your company :-) --- If your project is set up for it, you can

[GitHub] incubator-rocketmq-externals issue #23: [ROCKETMQ-193] init subproject: rock...

2017-08-15 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/23 @Zhang-Ke Could you remove author info and follow our codestyle, such as add license. if have any question, please let me know :-) --- If your project is set up for it, you

[GitHub] incubator-rocketmq pull request #145: [ROCKETMQ-264]Fix unit test cost too l...

2017-08-15 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/145#discussion_r133153891 --- Diff: broker/src/test/java/org/apache/rocketmq/broker/filter/MessageStoreWithFilterTest.java --- @@ -76,6 +86,24

[GitHub] incubator-rocketmq issue #126: [ROCKETMQ-231] fix pull consumer pull result ...

2017-08-11 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/126 Thanks @lindzh, i have merged it. Please close this PR :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-rocketmq issue #132: [ROCKETMQ-248] make ConsumeFromWhere work rig...

2017-08-10 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/132 @evthoriz we usually need some measure to verify our correction, no matter what you do. IMO, unit test is a effective practice when we coding. Looking forward to hear from you again

[GitHub] incubator-rocketmq issue #142: [ROCKETMQ-255] Fix offsetStore being null aft...

2017-08-10 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/142 I created this thread just to address some unit test naming problem. Do we need normalize here ? naming are various nowadays, IMO, methodTest_condition or testMethond_condition may

[GitHub] incubator-rocketmq issue #145: [ROCKETMQ-264]Fix unit test cost too long and...

2017-08-11 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/145 How long it would take in your computer ? @Jaskey @vsair, please double check this optimized ut. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-rocketmq issue #134: [ROCKETMQ-44] Duplicated Codes in DefaultMess...

2017-08-11 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/134 @Ritabrata-TW I found so many code format in your PR, could you import our code style file as instruction, http://rocketmq.incubator.apache.org/docs/code-guidelines/ --- If your

[GitHub] incubator-rocketmq issue #146: [ROCKETMQ-265] fix consume queue’s data may...

2017-08-14 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq/pull/146 @fuyou001 Could you verify your polish using unit-test ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] incubator-rocketmq-externals issue #19: [DISCUSS]Go-Client:Detail Design

2017-08-14 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/19 How are things going, now :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] incubator-rocketmq-externals issue #26: MySQL:To prepare release mysql repli...

2017-08-14 Thread vongosling
Github user vongosling commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/26 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] incubator-rocketmq pull request #3: [ROCKETMQ-6] Use logger for exceptions i...

2017-07-04 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/3#discussion_r93905062 --- Diff: rocketmq-remoting/src/main/java/com/alibaba/rocketmq/remoting/common/ServiceThread.java --- @@ -86,7 +86,7 @@ public void stop

[GitHub] incubator-rocketmq pull request #3: [ROCKETMQ-6] Use logger for exceptions i...

2017-07-04 Thread vongosling
Github user vongosling commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/3#discussion_r93905067 --- Diff: rocketmq-remoting/src/main/java/com/alibaba/rocketmq/remoting/common/ServiceThread.java --- @@ -101,7 +101,7 @@ public void stop

  1   2   >