[ 
https://issues.apache.org/jira/browse/DL-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035935#comment-16035935
 ] 

ASF GitHub Bot commented on DL-124:
-----------------------------------

Github user jiazhai commented on a diff in the pull request:

    
https://github.com/apache/incubator-distributedlog/pull/133#discussion_r119984610
  
    --- Diff: 
distributedlog-core/src/main/java/org/apache/distributedlog/BKLogHandler.java 
---
    @@ -397,15 +398,15 @@ private Long sum(List<Long> values) {
         }
     
         @Override
    -    public Future<Void> asyncAbort() {
    +    public CompletableFuture<Void> asyncAbort() {
             return asyncClose();
         }
     
    -    public Future<LogRecordWithDLSN> asyncReadLastUserRecord(final 
LogSegmentMetadata l) {
    +    public CompletableFuture<LogRecordWithDLSN> 
asyncReadLastUserRecord(final LogSegmentMetadata l) {
             return asyncReadLastRecord(l, false, false, false);
         }
     
    -    public Future<LogRecordWithDLSN> asyncReadLastRecord(final 
LogSegmentMetadata l,
    +    public CompletableFuture<LogRecordWithDLSN> asyncReadLastRecord(final 
LogSegmentMetadata l,
                                                              final boolean 
fence,
    --- End diff --
    
    Please also do the code alignment change here.


> Use Java8 Future rather than twitter Future
> -------------------------------------------
>
>                 Key: DL-124
>                 URL: https://issues.apache.org/jira/browse/DL-124
>             Project: DistributedLog
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Gerrit Sundaram
>            Assignee: Sijie Guo
>              Labels: help-wanted
>             Fix For: 0.5.0
>
>
> Since it is written in java, it would be good to leverage java8 future rather 
> than introducing dependencies on scala.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to