backport Convergent thread pool creation

This commit is contained in:
shizhili 2023-11-20 10:34:09 +08:00
parent a3553ea8c5
commit 3260b3ca94
2 changed files with 2248 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Cloud-Native, Distributed Messaging and Streaming
Name: rocketmq
Version: 5.1.3
Release: 17
Release: 18
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -26,6 +26,7 @@ Patch0013: patch013-backport-enhance-admin-output.patch
Patch0014: patch014-backport-Queue-Selection-Strategy-Optimization.patch
Patch0015: patch015-backport-fix-some-bugs.patch
Patch0016: patch016-backport-Optimize-fault-tolerant-mechanism.patch
Patch0017: patch017-backport-Convergent-thread-pool-creation.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -60,6 +61,9 @@ exit 0
%changelog
* Mon Nov 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-18
- backport-Convergent-thread-pool-creation
* Mon Oct 30 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-17
- backport Optimize fault tolerant-mechanism