You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2016/12/06 17:15:58 UTC

[jira] [Created] (DL-112) Improve SyncReader to access readahead cache directly

Sijie Guo created DL-112:
----------------------------

             Summary: Improve SyncReader to access readahead cache directly
                 Key: DL-112
                 URL: https://issues.apache.org/jira/browse/DL-112
             Project: DistributedLog
          Issue Type: Improvement
          Components: distributedlog-core
            Reporter: Sijie Guo
            Assignee: Sijie Guo


This changes the implementation of SyncReader to let it access the read ahead cache directly, rather
    than calling AsyncReader to fetch the entries. It would reduce the function calls that SyncReader spends
    on reading individual records.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)