[
https://issues.apache.org/jira/browse/ROCKETMQ-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801104#comment-15801104
]
ASF GitHub Bot commented on ROCKETMQ-31:
----------------------------------------
GitHub user iskl opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/29
[ROCKETMQ-31] Fix "No such file or directory" warning for $HOME/rmq_b…
The PR is to resolve the issue
[ROCKETMQ-31](https://issues.apache.org/jira/browse/ROCKETMQ-31)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iskl/incubator-rocketmq ROCKETMQ-31
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/29.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #29
----
commit 619188cfa8c1e5d5ad21880154ab4fbac8fdb9d1
Author: kailai.skl <[email protected]>
Date: 2017-01-05T11:10:13Z
[ROCKETMQ-31] Fix "No such file or directory" warning for
$HOME/rmq_bk_gc.log
----
> Deletion needed for `$HOME/rmq_bk_gc.log` in `bin/mqbroker`
> -----------------------------------------------------------
>
> Key: ROCKETMQ-31
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-31
> Project: Apache RocketMQ
> Issue Type: Bug
> Reporter: Kailai Shao
> Assignee: vongosling
>
> Going through "Quick Start" manual, I got warning message when I start
> {{bin/mqbroker}} as below:
> {code}
> cp: /Users/kailai/rmq_bk_gc.log: No such file or directory
> {code}
> The error is caused by the following code in {{bin/mqbroker}}:
> {code}
> rm -f $HOME/rmq_bk_gc.log.bac
> cp $HOME/rmq_bk_gc.log $HOME/rmq_bk_gc.log.bac
> {code}
> Since the GC log has been set to {{/dev/shm/mq_gc_%p.log}} due to
> {{bin/runbroker.sh}} Line 41, the operation for {{$HOME/rmq_bk_gc.log}} in
> {{bin/mqbroker}} should be deleted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)