Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

infinit loop for session delete request #152

Closed
vdelendik opened this issue Aug 12, 2024 · 1 comment · Fixed by #154
Closed

infinit loop for session delete request #152

vdelendik opened this issue Aug 12, 2024 · 1 comment · Fixed by #154
Labels
bug Something isn't working
Milestone

Comments

@vdelendik
Copy link
Contributor

under to high load from time to time we see the situation when grid continue to send delete requests for non-existing session:

2024-08-12 13:20:43:315 - [HTTP] <-- HEAD /wd/hub/status 200 2 ms - 110
2024-08-12 13:20:43:315 - [HTTP]
2024-08-12 13:20:46:479 - [HTTP] --> DELETE /wd/hub/session/3af99f3b-8967-46e2-b5a5-1afe53e407d1
2024-08-12 13:20:46:480 - [HTTP] {}
2024-08-12 13:20:46:484 - [HTTP] <-- DELETE /wd/hub/session/3af99f3b-8967-46e2-b5a5-1afe53e407d1 404 4 ms - 2648

as result device is not used during the regression and new requests hanags and fail

@vdelendik vdelendik added the bug Something isn't working label Aug 12, 2024
@vdelendik vdelendik added this to the 2.6 milestone Aug 12, 2024
@akamarouski akamarouski modified the milestones: 2.6, 2.5.1 Aug 16, 2024
@akamarouski akamarouski linked a pull request Aug 16, 2024 that will close this issue
@dhreben
Copy link

dhreben commented Aug 19, 2024

Fixed

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

3 participants