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

test_replicaof_flag_disconnect - Unable to terminate df #3677

Closed
kostasrim opened this issue Sep 9, 2024 · 5 comments
Closed

test_replicaof_flag_disconnect - Unable to terminate df #3677

kostasrim opened this issue Sep 9, 2024 · 5 comments
Assignees
Labels
bug Something isn't working failing-test

Comments

@kostasrim
Copy link
Contributor

Stacktrace https://github.com/dragonflydb/dragonfly/actions/runs/10296756650/job/28498658061#step:6:952

@kostasrim kostasrim added bug Something isn't working failing-test labels Sep 9, 2024
@romange
Copy link
Collaborator

romange commented Sep 9, 2024

The key question is how this can happen:

37005➜ 06:30:10.654806 23975 accept_server.cc:25] Exiting on signal Terminated
....
37005➜ 06:30:10.655012 23975 listener_interface.cc:238] sock[10] After HandleRequests
37005➜ 06:30:10.655021 23975 listener_interface.cc:246] sock[10] Closing connection
37005➜ 06:32:10.727766 23976 main_service.cc:823] Received User defined signal 1
37005➜ 06:32:10.727891 23975 listener_interface.cc:203] Listener - 37005 waiting for 1 connections to close
....

so basically the signal itself caused Dragonfly to wake up and proceed after 2 minutes of inactivity.

@kostasrim
Copy link
Contributor Author

🤷 will investigate

@romange
Copy link
Collaborator

romange commented Sep 9, 2024

I do not think there are immediate things to investigate here besides adding vlogs to the shutdown code in listener_interface.cc

@kostasrim
Copy link
Contributor Author

will do

@kostasrim
Copy link
Contributor Author

duplicate of #3468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working failing-test
Projects
None yet
Development

No branches or pull requests

2 participants