-
Notifications
You must be signed in to change notification settings - Fork 961
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
umountDuplicate larger than the threshold (#3429) #3452
umountDuplicate larger than the threshold (#3429) #3452
Conversation
…ve#3403) * Bugfix: remove umountDuplicate and add warning event Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * fix ut error Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * using GetIntValueFromEnv and set default recover warning threshold as 50 Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * switch for eventReason and add log Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> --------- Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
* umountDuplicate larger than the threshold Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * update warning log Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * add dataset event record Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> * update eventReason and message Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> --------- Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn> Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
Kudos, SonarCloud Quality Gate passed! |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## release-0.9 #3452 +/- ##
===============================================
- Coverage 65.49% 65.47% -0.02%
===============================================
Files 398 398
Lines 23121 23130 +9
===============================================
+ Hits 15142 15145 +3
- Misses 6197 6203 +6
Partials 1782 1782
|
6acbbcb
into
fluid-cloudnative:release-0.9
Ⅰ. Describe what this PR does
Cherry-pick #3403 and #3429 to 0.9
Ⅱ. Does this pull request fix one issue?
fixes #XXXX
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews