You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/08/12 04:48:04 UTC

[GitHub] [rocketmq] xhkyyy commented on issue #1231: unexpected behavior/errors when changing storePathCommitLog directory

xhkyyy commented on issue #1231: unexpected behavior/errors when changing storePathCommitLog directory
URL: https://github.com/apache/rocketmq/issues/1231#issuecomment-520298140
 
 
   > @xhkyyy it seems that you just changed the storePathCommitLog, but moved all store message to this path, maybe you should change the storePathRootDir config.
   
   @duhenglucky I am sure I've set the '`storePathRootDir`'.
   
   While reviewing the **default value** of '`storePathRootDir`', I suddenly realized that the '`storePathRootDir`' uses the '`store`' directory as a subdirectory.
   
   Here's the configuration I use:
   
   ```
   storePathRootDir=/rocketmq
   ```
   
   I mean, If I want to change the directory, I believe the correct configuration should be this:
   
   ```
   storePathRootDir=/rocketmq/store
   ```
   
   This is very subtle.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services