You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by jiazhai <gi...@git.apache.org> on 2016/11/01 03:02:11 UTC

[GitHub] incubator-distributedlog pull request #21: DL-45: DL should allow ByteBuffer...

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

    https://github.com/apache/incubator-distributedlog/pull/21#discussion_r85869899
  
    --- Diff: distributedlog-core/src/main/java/com/twitter/distributedlog/BKLogSegmentWriter.java ---
    @@ -17,27 +17,18 @@
      */
     package com.twitter.distributedlog;
     
    -import java.io.IOException;
    -import java.util.List;
    -import java.util.concurrent.Callable;
    -import java.util.concurrent.ScheduledFuture;
    -import java.util.concurrent.TimeUnit;
    -import java.util.concurrent.atomic.AtomicInteger;
    -import java.util.concurrent.atomic.AtomicReference;
    -import java.util.concurrent.locks.ReentrantLock;
    -
    --- End diff --
    
    This looks good, just curious, What is the purpose to move this part down?  \uff1a\uff09


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---