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

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


    from 83c491f7016 [improve][txn] Cleanup how superusers abort txns (#19976)
     new dfe87a462ff [fix][build] Suppress Guava CVE-2020-8908 in OWASP 
dependency check (#20005)
     new f21a96feaa1 [improve][proxy] Implement graceful shutdown for Pulsar 
Proxy (#20011)
     new 6be0317cf35 [fix][proxy] Fix connection read timeout handling in 
Pulsar Proxy (#20014)

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/proxy/server/DirectProxyHandler.java    |  6 +-
 .../pulsar/proxy/server/ProxyConnection.java       |  3 +
 .../proxy/server/ProxyReadTimeoutHandler.java      | 46 -------------
 .../apache/pulsar/proxy/server/ProxyService.java   | 76 ++++++++++++++++++----
 .../proxy/server/ServiceChannelInitializer.java    |  3 +-
 src/owasp-dependency-check-suppressions.xml        |  7 ++
 6 files changed, 80 insertions(+), 61 deletions(-)
 delete mode 100644 
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyReadTimeoutHandler.java

Reply via email to