droudnitsky commented on PR #6144:
URL: https://github.com/apache/hbase/pull/6144#issuecomment-2282571828

   In the case of AsyncRequestFutureImpl with null results/no result tracking 
,[ I cannot see a way of checking if a given action was completed through an 
external method like 
isActionComplete](https://github.com/apache/hbase/pull/6143#issue-2453932330), 
I think my current approach would have some issues in certain scenarios when 
results are null,  need to understand AsyncRequestFutureImpl, maybe we can keep 
track of the actions failed locally in `groupAndSendMultiAction` as we loop 
over `currentActions` and avoid failing an action twice if operation timeout is 
exceeded there. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to