Set socket timeout for the socket used to communicate with the server in
NetworkServerControl(Impl)
---------------------------------------------------------------------------------------------------
Key: DERBY-4701
URL: https://issues.apache.org/jira/browse/DERBY-4701
Project: Derby
Issue Type: Improvement
Components: Miscellaneous, Network Server
Affects Versions: 10.7.0.0
Reporter: Kristian Waagan
The commands in NetworkServerControl, for instance ping, are invoked over a
socket without a timeout set. This may lead to a hang if the server ends up in
a confused state (I have observed this when running suites.All in parallel).
For this situation to arise, the server socket must be open and the server fail
after the connection has been established, but before the reply has been sent
to the client.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.