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

flaky test: can not forward any more: max number of forward reached #16749

Open
everpcpc opened this issue Nov 1, 2024 · 2 comments
Open

flaky test: can not forward any more: max number of forward reached #16749

everpcpc opened this issue Nov 1, 2024 · 2 comments
Assignees

Comments

@everpcpc
Copy link
Member

everpcpc commented Nov 1, 2024

3: statement failed: mysql client error: Server error: `ERROR HY000 (1105): MetaServiceError. Code: 2001, Text = can not forward any more: max number of forward reached.'
[SQL] insert into t2 values(4,'b_8','c_8');
at tests/sqllogictests/suites/base/09_fuse_engine/./09_0036_merge_into_without_distributed_enable.test:74
at tests/sqllogictests/suites/base/09_fuse_engine/09_0026_merge_into.test:4

https://github.com/databendlabs/databend/actions/runs/11625478696/job/32376074474

@everpcpc everpcpc added C-feature Category: feature and removed C-feature Category: feature labels Nov 1, 2024
@everpcpc
Copy link
Member Author

everpcpc commented Nov 1, 2024

cc @drmingdrmer could you please help with this?

@drmingdrmer drmingdrmer self-assigned this Nov 1, 2024
@drmingdrmer
Copy link
Member

drmingdrmer commented Nov 1, 2024

It seems the CI machine was under a heavy load, node-1 the leader failed to send a message to node-3 and node-3 start to elect. During this period, there is no Leader and a request can not be forward.

meta-node-3 log:

2024-11-01T07:13:31.922424+00:00[UTC]  INFO openraft::core::raft_core: raft_core.rs:1540 election timeout passed, about to elect
2024-11-01T07:13:31.922481+00:00[UTC]  INFO openraft::core::raft_core: raft_core.rs:1550 do trigger election

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

No branches or pull requests

2 participants