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)