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

    https://github.com/apache/storm/pull/2433#discussion_r152702351
  
    --- Diff: storm-client/src/jvm/org/apache/storm/daemon/worker/Worker.java 
---
    @@ -50,25 +51,14 @@
     import org.apache.storm.executor.ExecutorShutdown;
     import org.apache.storm.executor.IRunningExecutor;
     import org.apache.storm.executor.LocalExecutor;
    -import org.apache.storm.generated.Credentials;
    -import org.apache.storm.generated.ExecutorInfo;
    -import org.apache.storm.generated.ExecutorStats;
    -import org.apache.storm.generated.LSWorkerHeartbeat;
    -import org.apache.storm.generated.LogConfig;
    +import org.apache.storm.generated.*;
     import org.apache.storm.messaging.IConnection;
     import org.apache.storm.messaging.IContext;
     import org.apache.storm.messaging.TaskMessage;
     import org.apache.storm.security.auth.AuthUtils;
     import org.apache.storm.security.auth.IAutoCredentials;
     import org.apache.storm.stats.StatsUtil;
    -import org.apache.storm.utils.ConfigUtils;
    -import org.apache.storm.utils.Utils;
    -import org.apache.storm.utils.DisruptorBackpressureCallback;
    -import org.apache.storm.utils.LocalState;
    -import org.apache.storm.utils.ObjectReader;
    -import org.apache.storm.utils.Time;
    -import org.apache.storm.utils.WorkerBackpressureCallback;
    -import org.apache.storm.utils.WorkerBackpressureThread;
    +import org.apache.storm.utils.*;
    --- End diff --
    
    Same here.


---

Reply via email to