This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from bed24c4375b [fix][broker] Unregister non-static metrics collectors
registered in Prometheus default registry (#24257)
new 6856a1523c4 [fix][client] Fix producer publishing getting stuck after
message with incompatible schema is discarded (#24282)
new 03083414f2e [fix][io] Fix SyntaxWarning in Pulsar Python functions
(#24297)
new fab642569d8 [fix][test] Fix more Netty ByteBuf leaks in tests (#24299)
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:
.../pulsar/broker/service/EntryAndMetadata.java | 2 +-
...ntStickyKeyDispatcherMultipleConsumersTest.java | 483 ++++++++++++---------
.../java/org/apache/pulsar/schema/SchemaTest.java | 20 +-
.../apache/pulsar/client/impl/ProducerImpl.java | 15 +-
.../impl/AcknowledgementsGroupingTrackerTest.java | 45 +-
.../client/impl/BinaryProtoLookupServiceTest.java | 15 +-
.../apache/pulsar/client/impl/ClientCnxTest.java | 55 +--
.../pulsar/client/impl/ClientTestFixtures.java | 92 +++-
.../instance/src/main/python/contextimpl.py | 2 +-
9 files changed, 435 insertions(+), 294 deletions(-)