-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
logger.info("need cleaned resource count:{}", needCleanResources.size()); | ||
fs = | ||
(FileSystem) | ||
FSFactory.getFs(StorageUtils.HDFS, StorageConfiguration.HDFS_ROOT_USER.getValue()); |
There was a problem hiding this comment.
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());
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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)
Related issues/PRs
Related issues: #4904
Brief change log
Checklist