This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 5ea7803280 Fix xds long time wait (#10729)
add 2ff4274cc9 add thread pool exhausted listener config (#10724)
add ed01cc3aac Bump protobuf-java from 3.11.0 to 3.16.3 in
/dubbo-dependencies-bom (#10702)
new ce9953e98d Merge branch 'apache-3.1' into apache-3.2
The 1 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:
.../dubbo/common/constants/CommonConstants.java | 2 ++
.../event/ThreadPoolExhaustedListener.java | 4 +++
.../threadpool/support/AbortPolicyWithReport.java | 37 ++++++++++++++++------
.../org/apache/dubbo/config/ProtocolConfig.java | 16 ++++++++++
.../src/main/resources/META-INF/compat/dubbo.xsd | 5 +++
.../src/main/resources/META-INF/dubbo.xsd | 5 +++
dubbo-dependencies-bom/pom.xml | 2 +-
7 files changed, 61 insertions(+), 10 deletions(-)