[GitHub] incubator-rocketmq issue #170: Merge pull request #1 from apache/master

2017-09-22 Thread lindzh
Github user lindzh commented on the issue: https://github.com/apache/incubator-rocketmq/pull/170 No Code change,and this pr will close. ---

[GitHub] incubator-rocketmq issue #154: [Rocketmq-285] file test error when make link

2017-09-22 Thread zwillim
Github user zwillim commented on the issue: https://github.com/apache/incubator-rocketmq/pull/154 @dongeforever ok. ---

[GitHub] incubator-rocketmq pull request #154: [Rocketmq-285] file test error when ma...

2017-09-22 Thread zwillim
Github user zwillim closed the pull request at: https://github.com/apache/incubator-rocketmq/pull/154 ---

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

2017-09-22 Thread dongeforever
Github user dongeforever commented on the issue: https://github.com/apache/incubator-rocketmq/pull/20 @shroman It seems that last cleaning, for too long-time no-resolved prs, included this one. If you feel it is necessary to reopen this PR, please feel free to do it. you may a

[GitHub] incubator-rocketmq issue #170: Merge pull request #1 from apache/master

2017-09-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-rocketmq/pull/170 [![Coverage Status](https://coveralls.io/builds/13385293/badge)](https://coveralls.io/builds/13385293) Coverage increased (+0.01%) to 38.573% when pulling **c4675f6322ae67

[GitHub] incubator-rocketmq pull request #170: Merge pull request #1 from apache/mast...

2017-09-22 Thread warning5
GitHub user warning5 opened a pull request: https://github.com/apache/incubator-rocketmq/pull/170 Merge pull request #1 from apache/master update from origin You can merge this pull request into a Git repository by running: $ git pull https://github.com/warning5/incubator-rocke

[GitHub] incubator-rocketmq issue #133: [ROCKETMQ-249] Do not attempt to clear disk e...

2017-09-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/incubator-rocketmq/pull/133 [![Coverage Status](https://coveralls.io/builds/13384852/badge)](https://coveralls.io/builds/13384852) Coverage increased (+0.3%) to 38.964% when pulling **ba0348b972cbab3

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

2017-09-22 Thread shroman
Github user shroman commented on the issue: https://github.com/apache/incubator-rocketmq/pull/20 And why is it closed? ---

[GitHub] incubator-rocketmq pull request #133: [ROCKETMQ-249] Do not attempt to clear...

2017-09-22 Thread shroman
Github user shroman commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/133#discussion_r140425575 --- Diff: store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java --- @@ -1509,65 +1514,62 @@ private boolean isTimeToDelete() {

[GitHub] incubator-rocketmq pull request #133: [ROCKETMQ-249] Do not attempt to clear...

2017-09-22 Thread shroman
Github user shroman commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/133#discussion_r140425644 --- Diff: store/src/test/java/org/apache/rocketmq/store/CleanCommitLogServiceTest.java --- @@ -0,0 +1,115 @@ +/* + * Licensed to the Apac

[GitHub] incubator-rocketmq issue #133: [ROCKETMQ-249] Do not attempt to clear disk e...

2017-09-22 Thread shroman
Github user shroman commented on the issue: https://github.com/apache/incubator-rocketmq/pull/133 @dongeforever Modified as you suggested, thanks! ---