This is an automated email from the ASF dual-hosted git repository. zike pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 74875cf14a2 [improve][client] Avoid logging errors for retriable errors when creating producer (#23935) new 0612506e454 [improve][broker] Don't print error logs for ProducerBusyException (#23929) new ed03095579a [improve][broker] Do not print error logs for NotFound or Conflict errors when using the Admin API (#23928) new 0e5c0ccfdb5 [improve][broker] Avoid logging errors when there is a connection issue during subscription. (#23939) new 18cf75b8f38 [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(-)