You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by zhouxinyu <gi...@git.apache.org> on 2017/09/01 02:57:55 UTC

[GitHub] incubator-rocketmq pull request #159: [ROCKETMQ-279] commit log data and con...

Github user zhouxinyu commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/159#discussion_r136490566
  
    --- Diff: store/src/main/java/org/apache/rocketmq/store/ConsumeQueue.java ---
    @@ -84,6 +84,58 @@ public boolean load() {
             return result;
         }
     
    +    public void checkCommitLogAndConsumeQueueConsistent() {
    +
    +        String queueDir = this.storePath
    --- End diff --
    
    There is a helper to get queue dir: `StorePathConfigHelper#getStorePathConsumeQueue`


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---