Erik Krogen created HADOOP-16192:
------------------------------------
Summary: CallQueue doesn't perform backoff when add() is used
Key: HADOOP-16192
URL: https://issues.apache.org/jira/browse/HADOOP-16192
Project: Hadoop Common
Issue Type: Bug
Components: ipc
Reporter: Erik Krogen
Assignee: Erik Krogen
The {{CallQueueManager}} has a mechanism to enforce backoff when various criteria are met,
as defined by the implementation of {{RpcScheduler}} used. However, it currently only checks
for these backoff criteria when {{put()}} is used; {{add()}} calls are passed directly to
the underlying call queue. It should check the backoff criteria for either call.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|