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

tikv-ctl compact-cluster doesn't work when TiFlash nodes exist #16189

Closed
frew opened this issue Dec 17, 2023 · 1 comment · Fixed by #16190
Closed

tikv-ctl compact-cluster doesn't work when TiFlash nodes exist #16189

frew opened this issue Dec 17, 2023 · 1 comment · Fixed by #16190

Comments

@frew
Copy link
Contributor

frew commented Dec 17, 2023

Bug Report

What version of TiKV are you using?

7.1.1

What operating system and CPU are you using?

Steps to reproduce

Create cluster with a TiFlash node. Run tikv-ctl compact-cluster.

What did you expect?

compact-cluster to finish successfully

What did happened?

DebugClient::compact: RpcFailure: 12-UNIMPLEMENTED

Note: I have a PR for this coming shortly.

@tonyxuqqi
Copy link
Contributor

/cherry-pick release-7.6

ti-chi-bot bot pushed a commit that referenced this issue Jan 11, 2024
)

close #16189

tikv-ctl compact-cluster now works with clusters that have TiFlash nodes

Signed-off-by: Fred Wulff <frew@cs.stanford.edu>

Co-authored-by: Fred Wulff <frew@cs.stanford.edu>
pingandb pushed a commit to pingandb/tikv that referenced this issue Jan 18, 2024
close tikv#16189

tikv-ctl compact-cluster now works with clusters that have TiFlash nodes

Signed-off-by: Fred Wulff <frew@cs.stanford.edu>

Co-authored-by: tonyxuqqi <tonyxuqi@outlook.com>
Signed-off-by: pingandb <songge102@pingan.com.cn>
ti-chi-bot bot added a commit that referenced this issue Jan 23, 2024
)

close #16189

tikv-ctl compact-cluster now works with clusters that have TiFlash nodes

Co-authored-by: tonyxuqqi <tonyxuqi@outlook.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot pushed a commit that referenced this issue Feb 2, 2024
)

close #16189

tikv-ctl compact-cluster now works with clusters that have TiFlash nodes

Signed-off-by: Fred Wulff <frew@cs.stanford.edu>

Co-authored-by: Fred Wulff <frew@cs.stanford.edu>
Co-authored-by: tonyxuqqi <tonyxuqi@outlook.com>
ti-chi-bot bot pushed a commit that referenced this issue Feb 26, 2024
)

close #16189

tikv-ctl compact-cluster now works with clusters that have TiFlash nodes

Signed-off-by: Fred Wulff <frew@cs.stanford.edu>

Co-authored-by: Fred Wulff <frew@cs.stanford.edu>
Co-authored-by: tonyxuqqi <tonyxuqi@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment