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

Not expecting massive fetch data request to happen during I/O load #88

Open
yamingk opened this issue May 17, 2024 · 0 comments
Open

Not expecting massive fetch data request to happen during I/O load #88

yamingk opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@yamingk
Copy link
Contributor

yamingk commented May 17, 2024

Still no flip, no restarts on any replica, seeing a lot of fetch data requests happending, which seems massive push data rquests are not received on follower side, this is not expected and needs to be investigated.

This is seen with real drives, not file.

root@test-vol-test-kernel-hdd-001-aj2no:/output# grep -ri "We haven't received data" log
[05/16/24 16:06:41-07:00] [D] [test_raft_repl_dev_replica_2] [2483] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 1 out 3 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:06:48-07:00] [D] [test_raft_repl_dev_replica_2] [2483] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 3 out 12 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:06:56-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 1 out 10 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:06:58-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 61 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:01-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 22 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:04-07:00] [D] [test_raft_repl_dev_replica_1] [2526] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 57 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:07-07:00] [D] [test_raft_repl_dev_replica_1] [2526] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 60 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:10-07:00] [D] [test_raft_repl_dev_replica_1] [2526] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 62 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:11-07:00] [D] [test_raft_repl_dev_replica_2] [2483] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 1 out 5 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:13-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 62 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:15-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 58 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:20-07:00] [D] [test_raft_repl_dev_replica_1] [2479] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 64 out 64 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:20-07:00] [D] [test_raft_repl_dev_replica_2] [2483] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 1 out 2 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
[05/16/24 16:07:26-07:00] [D] [test_raft_repl_dev_replica_2] [2483] [raft_repl_dev.cpp:419] [rd=rdev1] We haven't received data for 1 out 1 in reqs batch, will fetch and wait for 10000 ms, in_resync_mode()=false
@yamingk yamingk added this to the MileStone4.3 milestone May 17, 2024
@yamingk yamingk added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant