-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[flay test] test_rawkv::test_leader_transfer #16789
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
flaky_test
The test case is unstable
severity/minor
type/bug
The issue is confirmed as a bug.
Comments
It's strange that Maybe we should try to package tikv logs in CI first. |
After add some debug logs in
It shows that it's a error of
|
9 tasks
ti-chi-bot bot
added a commit
that referenced
this issue
Apr 16, 2024
close #16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: Ping Yu <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot
pushed a commit
to ti-chi-bot/tikv
that referenced
this issue
Apr 16, 2024
close tikv#16789 Signed-off-by: ti-chi-bot <[email protected]>
9 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tikv
that referenced
this issue
Apr 16, 2024
close tikv#16789 Signed-off-by: ti-chi-bot <[email protected]>
9 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tikv
that referenced
this issue
Apr 16, 2024
close tikv#16789 Signed-off-by: ti-chi-bot <[email protected]>
This was referenced Apr 16, 2024
18 tasks
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jul 17, 2024
…16847) close #16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: Ping Yu <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: glorv <[email protected]>
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 18, 2024
…16846) close #16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Ping Yu <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 18, 2024
…16844) close #16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: Ping Yu <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 18, 2024
…16845) close #16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Ping Yu <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
RidRisR
pushed a commit
to RidRisR/tikv
that referenced
this issue
Aug 5, 2024
tikv#16847) close tikv#16789 Add RawKvMaxTimestampNotSynced error and set message to errorpb.Error.max_ts_not_synced to provide more information. Retry on max_ts_not_synced error for must_raw_put. Signed-off-by: Ping Yu <[email protected]> Co-authored-by: Ping Yu <[email protected]> Co-authored-by: glorv <[email protected]> Signed-off-by: RidRisR <[email protected]>
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
flaky_test
The test case is unstable
severity/minor
type/bug
The issue is confirmed as a bug.
https://ci.pingcap.net/blue/organizations/jenkins/tikv_ghpr_test/detail/tikv_ghpr_test/43640/tests/
Stacktrace
thread 'cases::test_rawkv::test_leader_transfer' panicked at '', components/test_raftstore/src/util.rs:1422:5
stack backtrace:
0: rust_begin_unwind
at /rustc/96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef/library/core/src/panicking.rs:65:14
2: test_raftstore::util::must_raw_put
3: failpoints::cases::test_rawkv::TestSuite::must_raw_put
at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:65:9
4: failpoints::cases::test_rawkv::test_leader_transfer
at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:196:9
5: failpoints::cases::test_rawkv::test_leader_transfer::{{closure}}
at /home/jenkins/tikv-src/tests/failpoints/cases/test_rawkv.rs:153:27
6: core::ops::function::FnOnce::call_once
at /rustc/96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef/library/core/src/ops/function.rs:513:5
7: test_util::runner::run_test_with_hook::{{closure}}::{{closure}}
8: core::ops::function::FnOnce::call_once{{vtable.shim}}
9: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once
at /rustc/96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef/library/alloc/src/boxed.rs:2000:9
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.The text was updated successfully, but these errors were encountered: