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

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


    from 94db24a4 [Transaction] Fix topicTransactionBuffer handle null snapshot 
(#12758)
     new 38b05dc  [Transaction] Fix transaction system topic create in loop. 
(#12749)
     new f047b5a  [Java Client] Let producer reconnect for state 
RegisteringSchema (#12781)
     new cad9371  [ServerCnx] Close connection after receiving unexpected 
SendCommand (#12780)

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:
 .../org/apache/pulsar/broker/PulsarService.java    | 14 +++--
 .../broker/admin/impl/PersistentTopicsBase.java    | 17 ++++-
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  2 +
 .../pulsar/broker/service/BrokerService.java       |  9 +++
 .../apache/pulsar/broker/service/ServerCnx.java    |  4 +-
 .../pulsar/broker/service/ServerCnxTest.java       | 22 +++++++
 .../pulsar/broker/transaction/TransactionTest.java | 73 ++++++++++++++++++++++
 .../pulsar/client/impl/ConnectionHandler.java      |  1 +
 .../pulsar/common/events/EventsTopicNames.java     |  3 +-
 .../org/apache/pulsar/common/naming/TopicName.java |  3 +
 10 files changed, 139 insertions(+), 9 deletions(-)

Reply via email to