This is an automated email from the ASF dual-hosted git repository.
zike pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 24ccb674662 [improve][client] Avoid logging errors for retriable
errors when creating producer (#23935)
new f1dc36b15b5 [improve][broker] Don't print error logs for
ProducerBusyException (#23929)
new 18c753480e9 [improve][broker] Do not print error logs for NotFound or
Conflict errors when using the Admin API (#23928)
new 705e34edc15 [improve][broker] Avoid logging errors when there is a
connection issue during subscription. (#23939)
new 85369ccc2fe [improve][broker] Avoid printing log for
IncompatibleSchemaException in ServerCnx (#23938)
The 4 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:
.../org/apache/pulsar/broker/admin/AdminResource.java | 18 +++++++++++++++++-
.../org/apache/pulsar/broker/admin/v2/Namespaces.java | 7 ++++++-
.../pulsar/broker/admin/v2/PersistentTopics.java | 4 ++--
.../pulsar/broker/service/BrokerServiceException.java | 6 ++++++
.../org/apache/pulsar/broker/service/ServerCnx.java | 11 ++++++++---
.../service/nonpersistent/NonPersistentTopic.java | 3 ++-
.../broker/service/persistent/PersistentTopic.java | 5 ++++-
7 files changed, 45 insertions(+), 9 deletions(-)