This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from eed5bbd306a [improve][broker] Make Consumer#equals more effective
(#18662)
new c5a4f43cc40 [fix][fn] Typo in method name (#18844)
new 6b78764516e [fix] [broker] getLastMessageId returns a wrong batch
index of last message if enabled read compacted (#18877)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/pulsar/broker/service/ServerCnx.java | 35 +-
.../compaction/GetLastMessageIdCompactedTest.java | 375 +++++++++++++++++++++
.../instance/src/main/python/contextimpl.py | 2 +-
3 files changed, 408 insertions(+), 4 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/compaction/GetLastMessageIdCompactedTest.java