Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RIP-7 Multiple Directories Storage Support #3357

Merged
merged 9 commits into from
Sep 25, 2021

Commits on Sep 15, 2021

  1. RIP-7 Multiple Directories Storage Suppor

    Jiang Haiting committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a9a7dfa View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. fix test error

    Jiang Haiting committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8e19069 View commit details
    Browse the repository at this point in the history
  2. 1. fix initial value of physicRatio in org.apache.rocketmq.broker.pro…

    …cessor.SendMessageProcessor#diskUtil
    
    2. use minPhysicsUsedRatio instead of max in org.apache.rocketmq.store.DefaultMessageStore#getRuntimeInfo
    Jiang Haiting committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    9b0e31e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. fix error in org.apache.rocketmq.store.DefaultMessageStore.CleanCommi…

    …tLogService#isSpaceFull
    Jiang Haiting committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    466bb98 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. add path empty check to avoid error log in org.apache.rocketmq.store.…

    …DefaultMessageStore#getRuntimeInfo
    Jiang Haiting committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    255a202 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. change default value of org.apache.rocketmq.store.config.MessageStore…

    …Config#MULTI_PATH_SPLITTER to ',' and can be changed by System.getProperty("rocketmq.broker.multiPathSplitter")
    Jiang Haiting committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f32406d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Fix bug for multi path file loading. Opt code checking for multi-path…

    … commitlog path in storePathCommitLog.
    Jiang Haiting committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    474c4eb View commit details
    Browse the repository at this point in the history
  2. fix compile error

    Jiang Haiting committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7d4e5cd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. fix a typo

    Jiang Haiting committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    14d50f9 View commit details
    Browse the repository at this point in the history