This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a change to branch sync-2.1.5
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
from 52cb7b516 [Improve] sync some minor improvements from dev-2.1.5
add efeb7404f add improvement issue template (#3772)
add 0eaef6afe remove unnessnary comment (#3771)
add bbfbdab2c [ISSUE-3768][Improve]Thread pool instances are created by
implementations in the JDK (#3775)
add 93fc9ba6c [CI] Fix flaky e2e test (#3773)
add c9fad3423 Merge branch 'dev' into sync-2.1.5
No new revisions were added by this update.
Summary of changes:
.../{bug-report.yml => improvement-request.yml} | 15 ++-
.github/actions/maximize-build-space | 1 +
.github/workflows/e2e.yml | 7 +-
.gitmodules | 7 +-
.../base/config/AsyncExecutorPoolConfig.java | 118 ++++++++-------------
.../streampark/console/SpringUnitTestBase.java | 1 -
.../flink-1.16-on-yarn/docker-compose.config | 1 +
.../flink-1.17-on-yarn/docker-compose.config | 1 +
.../flink-1.18-on-yarn/docker-compose.config | 1 +
.../streampark/flink/packer/maven/MavenTool.scala | 1 -
10 files changed, 69 insertions(+), 84 deletions(-)
copy .github/ISSUE_TEMPLATE/{bug-report.yml => improvement-request.yml} (91%)
create mode 160000 .github/actions/maximize-build-space