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

[ISSUE #6570] Optimizing the process of putting messages to improve performance #6571

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Apr 11, 2023

  1. Fix the issue that expectLogicOffset is greater than currentLogicOffs…

    …et in consumeQueue build when the message is illegal
    RongtongJin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a18cad7 View commit details
    Browse the repository at this point in the history
  2. Add new UT

    RongtongJin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b7d9bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa3f39 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Fix the comment

    RongtongJin committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3c865e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    783c62b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into fix_queueoffset_no…

    …t_match
    
    # Conflicts:
    #	store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
    #	store/src/main/java/org/apache/rocketmq/store/MessageStore.java
    #	store/src/main/java/org/apache/rocketmq/store/plugin/AbstractPluginMessageStore.java
    #	store/src/test/java/org/apache/rocketmq/store/DefaultMessageStoreCleanFilesTest.java
    #	store/src/test/java/org/apache/rocketmq/store/MultiDispatchTest.java
    RongtongJin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5659aac View commit details
    Browse the repository at this point in the history
  3. Pass the checkstyle

    RongtongJin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2172daf View commit details
    Browse the repository at this point in the history
  4. Pass the BCQ UTs

    RongtongJin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    18f2dcc View commit details
    Browse the repository at this point in the history
  5. Pass the checkstyle

    RongtongJin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a01b961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3509fbb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge remote-tracking branch 'origin/develop' into ooo

    # Conflicts:
    #	store/src/main/java/org/apache/rocketmq/store/CommitLog.java
    #	store/src/main/java/org/apache/rocketmq/store/ConsumeQueue.java
    #	store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
    #	store/src/main/java/org/apache/rocketmq/store/MessageStore.java
    #	store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java
    #	store/src/main/java/org/apache/rocketmq/store/plugin/AbstractPluginMessageStore.java
    #	store/src/main/java/org/apache/rocketmq/store/queue/BatchConsumeQueue.java
    #	store/src/main/java/org/apache/rocketmq/store/queue/ConsumeQueueInterface.java
    #	store/src/main/java/org/apache/rocketmq/store/queue/ConsumeQueueStore.java
    #	store/src/test/java/org/apache/rocketmq/store/MultiDispatchTest.java
    RongtongJin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8b48688 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Polish the code by review

    RongtongJin committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    6c7484d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Pass the UTs

    RongtongJin committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5c6d0bc View commit details
    Browse the repository at this point in the history