Daniel Roudnitsky created HBASE-28771:
-----------------------------------------
Summary: Add support for non replica actions to
AsyncRequestFutureImpl.isActionComplete
Key: HBASE-28771
URL: https://issues.apache.org/jira/browse/HBASE-28771
Project: HBase
Issue Type: Sub-task
Components: Client
Reporter: Daniel Roudnitsky
Assignee: Daniel Roudnitsky
The current isActionComplete method we have in AsyncRequestFutureImpl is only
designed to support replica actions, it would be useful to have
isActionComplete support non replica actions that could be reused for
HBASE-28358 and in other paths where non replica actions are being handled.
Since isActionComplete currently only has one caller we can move the replica
action check to the caller method instead of having the check be inside
isActionComplete.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)