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

    https://github.com/apache/storm/pull/250#discussion_r41551714
  
    --- Diff: storm-core/src/jvm/backtype/storm/messaging/netty/Client.java ---
    @@ -66,8 +67,14 @@
         private AtomicLong flushCheckTimer;
         private int flushCheckInterval;
         private ScheduledExecutorService scheduler;
    +    
    +    private CountDownLatch authenticatedSignal = null;
    +
    +    public CountDownLatch getAuthenticatedSignal() {
    +           return authenticatedSignal;
    +   }
     
    -    @SuppressWarnings("rawtypes")
    +   @SuppressWarnings("rawtypes")
    --- End diff --
    
    It seems the existing Java source uses an indentation of four spaces, but 
the new source uses eight.  It would be better I think to keep it the same as 
the existing source.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to