This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 9fd542efc8f Bump dependency check and spring version to avoid 
potential FP (#15408)
     new 960c8a81c34 [fix][broker] Fix schema does not replicate successfully 
(#17049)
     new 8d293a2b5fc [fix][broker] Fix out of order data replication (#17154)
     new 22eb42f728a [fix][broker] Fix the replicator unnecessary get schema 
request for bytes schema (#17523)

The 3 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      | 78 +++++++++++++++++-----
 .../org/apache/pulsar/client/impl/MessageImpl.java | 12 +++-
 .../apache/pulsar/client/impl/ProducerImpl.java    | 20 ++++--
 .../client/impl/MultiTopicsConsumerImplTest.java   |  2 +-
 .../pulsar/client/impl/ProducerImplTest.java       | 38 +++++------
 .../pulsar/common/protocol/schema/SchemaHash.java  |  7 +-
 8 files changed, 149 insertions(+), 60 deletions(-)
 copy 
pulsar-broker-common/src/test/java/org/apache/pulsar/broker/web/plugin/servlet/AdditionalServletWithClassLoaderTest.java
 => 
pulsar-client/src/test/java/org/apache/pulsar/client/impl/ProducerImplTest.java 
(55%)

Reply via email to