[
https://issues.apache.org/jira/browse/HBASE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277937#comment-13277937
]
Zhihong Yu commented on HBASE-5826:
-----------------------------------
@Todd:
Were you referring to the following code ?
{code}
+ synchronized void waitForSync(long txid) throws InterruptedException {
+ while (syncedTillHere < txid) {
+ wait();
+ }
+ }
{code}
It turns out that the above method is never referenced.
See patch v4 where it is removed.
> Improve sync of HLog edits
> --------------------------
>
> Key: HBASE-5826
> URL: https://issues.apache.org/jira/browse/HBASE-5826
> Project: HBase
> Issue Type: Improvement
> Reporter: Zhihong Yu
> Assignee: Todd Lipcon
> Fix For: 0.96.0
>
> Attachments: 5826-v2.txt, 5826-v3.txt, 5826-v4.txt, 5826.txt
>
>
> HBASE-5782 solved the correctness issue for the sync of HLog edits.
> Todd provided a patch that would achieve higher throughput.
> This JIRA is a continuation of Todd's work submitted there.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira