This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 8b792c49ccc [Fix][Client] Fixed cnx channel Inactive causing the
request fail to time out and fail to return (#17051)
new c1d305b1f3c [fix][broker] Fix schema does not replicate successfully
(#17049)
new 06cedc5465a [fix][broker] Fix out of order data replication (#17154)
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:
build/run_unit_group.sh | 2 +-
.../service/persistent/PersistentReplicator.java | 50 +++++++++---
.../pulsar/broker/service/ReplicatorTest.java | 91 +++++++++++++++-------
.../org/apache/pulsar/client/impl/MessageImpl.java | 12 ++-
.../apache/pulsar/client/impl/ProducerImpl.java | 9 +--
.../client/impl/MultiTopicsConsumerImplTest.java | 2 +-
.../pulsar/common/protocol/schema/SchemaHash.java | 7 +-
7 files changed, 123 insertions(+), 50 deletions(-)