This is an automated email from the ASF dual-hosted git repository.
zhouxzhan pushed a change to branch feature/notification
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
discard cc33e4eb2 [ISSUE #5847] Refector logic in NotificationProcessor
add 329193463 [ISSUE #5852] Don't create PlainAccessValidator when
aclEnable is false (#5854)
add 5b64ffc9e [RIP-48] Not commit offset when broker has server-side
offset in ack message (#5878)
add e0ed87dc9 [ISSUE #5740] Fix util.getIP sometimes choose localhost over
LAN ip. (#5856)
add 617ba4471 [ISSUE #5880] Remove useless attribute TOPIC_KEY_SPLITTER in
MessageClientIDSetter class (#5881)
add 75cfde5d8 [ISSUE #5847] Refector logic in NotificationProcessor
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cc33e4eb2)
\
N -- N -- N refs/heads/feature/notification (75cfde5d8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../rocketmq/broker/processor/AckMessageProcessor.java | 18 +++++++++---------
.../main/java/org/apache/rocketmq/common/UtilAll.java | 6 ++++--
.../rocketmq/common/message/MessageClientIDSetter.java | 2 +-
.../proxy/remoting/RemotingProtocolServer.java | 3 ---
.../remoting/pipeline/AuthenticationPipeline.java | 2 ++
5 files changed, 16 insertions(+), 15 deletions(-)