Nanda kumar created HDDS-3451:
---------------------------------
Summary: Add timeout to XceiverServerRatis#submitRequest call
Key: HDDS-3451
URL: https://issues.apache.org/jira/browse/HDDS-3451
Project: Hadoop Distributed Data Store
Issue Type: Bug
Components: Ozone Datanode
Affects Versions: 0.5.0
Reporter: Nanda kumar
Assignee: Nanda kumar
There are cases where
{{org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis#submitRequest}}
call waits forever blocking the thread which calls it.
This is causing a problem with the CommandHanler thread in Datanode. The
CommandHandler thread is blocked on {{XceiverServerRatis#submitRequest}}
because of which all the subsequent commands sent by SCM are not getting
processed in datanode.
We should add a timeout for this call and throw {{TimeoutException}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]