-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-gridEverything grid and server relatedEverything grid and server relatedC-javaJava BindingsJava BindingsI-defectSomething is not working as intendedSomething is not working as intendedOS-mac
Description
Description
I triggered the following API to drain the node:
curl --request POST 'http:///se/grid/distributor/node//drain' --header 'X-REGISTRATION-SECRET: '
However, this is not only draining the node, but it is also shutting down the Java process. The expected behavior is that the node should be drained, but the Java process should continue running.
It would be very helpful if this issue could be fixed as soon as possible.
Issue in this file at line number 170
Reproducible Code
//Below code used to to start the node server
NodeServer nodeServer = new NodeServer();
Server server = nodeServer.asServer(nodeConfiguration);
server.start();
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-gridEverything grid and server relatedEverything grid and server relatedC-javaJava BindingsJava BindingsI-defectSomething is not working as intendedSomething is not working as intendedOS-mac