This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a change to branch thread
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
discard ed3aa220d [Improve] FlinkRESTAPIWatcher rename to FlinkHttpWatcher
discard a06286c49 [Improve] serialVersionUID improvement
add 3d26ef5f7 [Improve] ThreadPoolExecutor improvement
add 844d85955 [Improve] ThreadPoolExecutor improvement
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ed3aa220d)
\
N -- N -- N refs/heads/thread (844d85955)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../apache/streampark/common/util/YarnUtils.scala | 12 +-
.../console/base/domain/RestRequest.java | 2 +-
.../console/base/domain/RestResponse.java | 2 +-
.../console/base/domain/router/RouterMeta.java | 2 +-
.../console/base/domain/router/VueRouter.java | 2 +-
.../streampark/console/base/util/CommonUtils.java | 2 +-
.../console/core/annotation/AppUpdated.java | 4 +-
.../console/core/aspect/StreamParkAspect.java | 2 +-
.../streampark/console/core/entity/Variable.java | 2 +-
.../core/service/alert/impl/AlertServiceImpl.java | 19 ++-
.../core/service/impl/AppBuildPipeServiceImpl.java | 28 +++-
.../core/service/impl/ApplicationServiceImpl.java | 28 +++-
.../core/service/impl/FlinkClusterServiceImpl.java | 20 ++-
.../core/service/impl/ProjectServiceImpl.java | 22 ++-
.../core/service/impl/SavePointServiceImpl.java | 22 ++-
.../console/core/task/FlinkHttpWatcher.java | 185 +++++++++++----------
.../core/task/FlinkK8sChangeEventListener.java | 10 +-
.../console/system/authentication/JWTToken.java | 2 +-
.../console/system/entity/AccessToken.java | 2 +-
.../streampark/console/system/entity/Member.java | 2 +-
.../streampark/console/system/entity/Menu.java | 2 +-
.../streampark/console/system/entity/Role.java | 2 +-
.../streampark/console/system/entity/RoleMenu.java | 2 +-
.../streampark/console/system/entity/SysLog.java | 2 +-
.../streampark/console/system/entity/Team.java | 2 +-
.../streampark/console/system/entity/User.java | 2 +-
.../doris/bean/LoadStatusFailedException.java | 2 +-
27 files changed, 246 insertions(+), 138 deletions(-)