Skip to content

mysqlcluster: fix the bug about io hang xenon no switch leader #364 #365

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

acekingke
Copy link
Contributor

What type of PR is this?

/enhancement

Which issue(s) this PR fixes?

Fixes #364

What this PR does?

Summary:

Special notes for your reviewer?

@acekingke acekingke self-assigned this Jan 13, 2022
@acekingke acekingke added the enhancement New feature or request label Jan 13, 2022
@acekingke acekingke added this to the v2.1.2 milestone Jan 13, 2022
@andyli029 andyli029 modified the milestones: v2.1.2, v2.1.3 Feb 10, 2022
@andyli029 andyli029 modified the milestones: v2.1.3, Next Mar 17, 2022
@andyli029 andyli029 added the test test framework label May 20, 2022
@runkecheng
Copy link
Collaborator

@qianfen2021

@runkecheng
Copy link
Collaborator

I use Chaos mesh to simulate IO delay, Leader does not switch

kind: IOChaos
apiVersion: chaos-mesh.org/v1alpha1
metadata:
  namespace: default
  name: io-delay
  annotations:
    experiment.chaos-mesh.org/pause: 'false'
spec:
  selector:
    namespaces:
      - default
    labelSelectors:
      role: LEADER
  mode: one
  action: latency
  delay: 60s
  percent: 100
  volumePath: /var/lib/mysql

@andyli029 andyli029 marked this pull request as draft May 25, 2022 10:56
@acekingke acekingke marked this pull request as ready for review August 29, 2022 05:53
@acekingke acekingke requested a review from zhl003 August 30, 2022 02:18
@acekingke acekingke modified the milestones: Next, v2.3.0 Oct 9, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request test test framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] When IO hang, but xenon no switch leader
3 participants