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

Fix the issue that tiup-cluster disable monitoring service unexpected #1088

Merged
merged 4 commits into from
Jan 25, 2021

Conversation

lucklove
Copy link
Member

Fix #697

… if there are other service still running on that node.

Fix pingcap#697
@ti-chi-bot ti-chi-bot requested a review from lonng January 22, 2021 08:48
@ti-chi-bot ti-chi-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 22, 2021
@codecov-io
Copy link

codecov-io commented Jan 22, 2021

Codecov Report

Merging #1088 (445bf9b) into master (fe8a3b8) will decrease coverage by 15.60%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1088       +/-   ##
===========================================
- Coverage   56.55%   40.95%   -15.61%     
===========================================
  Files         283      282        -1     
  Lines       20014    20014               
===========================================
- Hits        11319     8196     -3123     
- Misses       6938    10504     +3566     
+ Partials     1757     1314      -443     
Flag Coverage Δ
cluster ?
dm 24.79% <0.00%> (-0.01%) ⬇️
integrate 32.35% <0.00%> (-18.67%) ⬇️
playground 20.91% <ø> (ø)
tiup 16.38% <ø> (ø)
unittest 22.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/cluster/operation/action.go 27.93% <0.00%> (-31.81%) ⬇️
components/cluster/main.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/cluster/template/config/config.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/cluster/template/scripts/scripts.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/queue/any_queue.go 0.00% <0.00%> (-83.34%) ⬇️
pkg/cluster/spec/bindversion.go 0.00% <0.00%> (-83.34%) ⬇️
pkg/cluster/task/update_meta.go 0.00% <0.00%> (-80.00%) ⬇️
pkg/cluster/template/scripts/tiflash.go 0.00% <0.00%> (-79.60%) ⬇️
pkg/cluster/spec/cdc.go 3.44% <0.00%> (-79.32%) ⬇️
pkg/cluster/template/scripts/tikv.go 0.00% <0.00%> (-76.48%) ⬇️
... and 110 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe8a3b8...445bf9b. Read the comment docs.

@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • AstroProfundis

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by writing /lgtm in a comment.
Reviewer can cancel approval by writing /lgtm cancel in a comment.

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Jan 25, 2021
@AstroProfundis
Copy link
Contributor

/merge

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 4f66ce7

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Jan 25, 2021
@ti-chi-bot
Copy link
Member

@lucklove: Your PR has out-of-dated, I have automatically updated it for you.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot ti-chi-bot merged commit 09833d6 into pingcap:master Jan 25, 2021
mianhk pushed a commit to mianhk/tiup that referenced this pull request Jan 29, 2021
… if there are other service still running on that node. (pingcap#1088)

Fix pingcap#697

Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
@AstroProfundis AstroProfundis added this to the v1.3.7 milestone Mar 24, 2021
AstroProfundis pushed a commit that referenced this pull request Mar 24, 2021
… if there are other service still running on that node. (#1088)

Fix #697

Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The monitoring service should be handled more carefully
4 participants