SeleniumHQ / docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
http://www.selenium.dev/docker-selenium/
Other
7.86k stars 2.51k forks source link

[🐛 Bug]: Selenium Grid 4.20.0 not fetching node after some time #2236

Open Amanyadav12345 opened 4 months ago

Amanyadav12345 commented 4 months ago

What happened?

We can see 504 errors on the grid setup

image_2024_04_23T13_42_34_579Z

and if we rerun the hub then it's coming to normal for some time and does the same thing again no logs are there for tracing in hub-nodes logs

Command used to start Selenium Grid with Docker (or Kubernetes)

We use CLI commands

Relevant log output

No log was seen on the grid setup

Operating System

Windows server 2016 datacenter

Docker Selenium version (image tag)

4.20.0

Selenium Grid chart version (chart version)

4.20.0

github-actions[bot] commented 4 months ago

@Amanyadav12345, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

diemol commented 4 months ago

How can we reproduce the issue? You are sharing zero details on how you deploy the Grid.

VietND96 commented 4 months ago

@Amanyadav12345, have you deployed on K8s or docker compose?