Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Extensions] Add Monitor Server #4905

Merged
merged 7 commits into from
Nov 23, 2023

Conversation

peacewong
Copy link
Contributor

What is the purpose of the change

Complete monitoring of ECM resources and report indicators to IMS
Complete the queuing and running count monitoring of Entrance tasks
Complete monitoring of JobHistory record scanning (error codes (error codes that administrators are concerned about), task execution timeout, tenant labels, task execution result notifications)
Complete the scheduled scheduling of cleanup scripts (bml historical version cleanup, task result set cleanup, task log cleanup, historical task cleanup)

image

Related issues/PRs

Related issues: #4904

Brief change log

  • add Monitor module

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the Linkis mailing list first)
  • If this is a code change: I have written unit tests to fully verify the new behavior.

@peacewong peacewong closed this Oct 9, 2023
@peacewong peacewong deleted the master-1.1.15-merge branch October 9, 2023 12:38
@peacewong peacewong restored the master-1.1.15-merge branch October 9, 2023 12:39
@peacewong peacewong reopened this Oct 9, 2023
logger.info("need cleaned resource count:{}", needCleanResources.size());
fs =
(FileSystem)
FSFactory.getFs(StorageUtils.HDFS, StorageConfiguration.HDFS_ROOT_USER.getValue());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FSFactory.getFs(StorageUtils.HDFS(), StorageConfiguration.HDFS_ROOT_USER().getValue());

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FSFactory.getFs(StorageUtils.HDFS(), StorageConfiguration.HDFS_ROOT_USER().getValue());

StorageUtils scala has transfer to java

Copy link
Contributor

@casionone casionone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@casionone casionone merged commit d7512fa into apache:master Nov 23, 2023
11 of 12 checks passed
@peacewong peacewong deleted the master-1.1.15-merge branch November 24, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants