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

pitr status became paused after restart all pd、tikv、tidb #16946

Open
Lily2025 opened this issue May 6, 2024 · 2 comments
Open

pitr status became paused after restart all pd、tikv、tidb #16946

Lily2025 opened this issue May 6, 2024 · 2 comments

Comments

@Lily2025
Copy link

Lily2025 commented May 6, 2024

Bug Report

What version of TiKV are you using?

./tikv-server -V
TiKV
Release Version: 8.2.0-alpha
Edition: Community
Git Commit Hash: 72a0fd5
Git Commit Branch: heads/refs/tags/v8.2.0-alpha
UTC Build Time: 2024-04-30 11:39:54
Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27)
Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored
Profile: dist_release

What operating system and CPU are you using?

8c/32g

Steps to reproduce

1、create pitr
2、run workload
3、restart all pd、tikv、tidb

What did you expect?

pitr status can become normal after cluster restart

What did happened?

pitr status became paused after restart all pd、tikv、tidb

img_v3_02ak_25d50a44-6e14-42ae-9350-b30242fa466g

self.on_fatal_error_of_task(&task_clone.info.name, &Box::new(e))

img_v3_02ak_250edfe4-cd3e-4a57-b1fb-83e9c099b43g

@Lily2025 Lily2025 added the type/bug Type: Issue - Confirmed a bug label May 6, 2024
@Lily2025
Copy link
Author

Lily2025 commented May 6, 2024

/type bug
/severity major
/assign Leavrth

@Leavrth
Copy link
Contributor

Leavrth commented May 6, 2024

During one TiKV registered the task's ranges, it failed to connect to PD and return an error.
Then the TiKV paused the task.

self.on_fatal_error_of_task(&task_clone.info.name, &Box::new(e))

Currently we can manually resume the task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants