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

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


    from af72bd3d14e [fix][meta] Use `getChildrenFromStore` to read children 
data to avoid lost data (#24665)
     new 4537fc8bab2 [fix][client] Skip processing messages in the listener 
when the consumer has been closed (#25006)
     new e9f49f25f5f [fix][client] PIP-84: Skip processing a message in the 
message listener if the consumer epoch is no longer valid (#25007)
     new 27b2eda065e [fix][client] Fix double recycling of the message in 
isValidConsumerEpoch method (#25008)
     new 2a8afc9021a [fix][broker] Fix issue with schemaValidationEnforced in 
geo-replication (#25012)
     new 38285385e89 [improve][client] Test no exception could be thrown for 
invalid epoch in message (#25013)

The 5 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:
 ...eWayReplicatorSchemaValidationEnforcedTest.java | 103 +++++++++++++++++++
 .../pulsar/client/api/MultiTopicsConsumerTest.java |  82 +++++++++++++++
 .../apache/pulsar/client/impl/MockMessageTest.java | 113 +++++++++++++++++++++
 .../org/apache/pulsar/utils/TestLogAppender.java   |  92 +++++++++++++++++
 .../apache/pulsar/client/impl/ConsumerBase.java    |  38 ++++++-
 .../client/impl/MultiTopicsConsumerImpl.java       |   1 -
 .../pulsar/client/impl/PulsarClientImpl.java       |   2 +-
 .../client/impl/schema/AutoProduceBytesSchema.java |   6 ++
 .../pulsar/client/util/ExecutorProvider.java       |  16 ++-
 9 files changed, 447 insertions(+), 6 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorSchemaValidationEnforcedTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MockMessageTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/utils/TestLogAppender.java

Reply via email to