[
https://issues.apache.org/jira/browse/HBASE-18061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sudeep Sunthankar updated HBASE-18061:
--------------------------------------
Attachment: HBASE-18061.HBASE-14850.v9.patch
This patch consists of below changes
* Removed comments and Code cleanup done
* Replaced OnError() for exceptions in Send
* Added multi-region test in mocks
* removeErrors missing:- At the Java side, removeErrors is used to fetch last
List<ThrowableWithExtraContext> for an action and then adds a new one to this
returned list before calling completeExceptionally. I have added similar
functionality in Add2Errors method where the vector is added with a new element
to action2errors_ map and then the value at particular index i.e. the vector is
passed to setException()
* replaced std::unique_lock with std::lock_guard with a recursive mutex. Tested
with 50k and mocks with 10K records without any issues.
Thanks
> [C++] Fix retry logic in multi-get calls
> ----------------------------------------
>
> Key: HBASE-18061
> URL: https://issues.apache.org/jira/browse/HBASE-18061
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Sudeep Sunthankar
> Fix For: HBASE-14850
>
> Attachments: HBASE-18061.HBASE-14850.v1.patch,
> HBASE-18061.HBASE-14850.v3.patch, HBASE-18061.HBASE-14850.v5.patch,
> HBASE-18061.HBASE-14850.v6.patch, HBASE-18061.HBASE-14850.v7.patch,
> HBASE-18061.HBASE-14850.v9.patch, hbase-18061-v8.patch
>
>
> HBASE-17576 adds multi-gets. There are a couple of todos to fix in the retry
> logic, and some unit testing to be done for the multi-gets. We'll do these in
> this issue.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)