Skip to content

Commit

Permalink
Merge pull request apache#1913 from druid-io/fix-zkc
Browse files Browse the repository at this point in the history
fix zkcoordinator inject
  • Loading branch information
xvrl committed Nov 5, 2015
2 parents 3c3ea12 + 4efc90d commit 2d4d3a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import com.google.common.collect.Lists;
import com.google.common.collect.Queues;
import com.google.common.util.concurrent.SettableFuture;
import com.google.inject.Inject;
import com.metamx.common.ISE;
import com.metamx.common.concurrent.ScheduledExecutorFactory;
import com.metamx.common.lifecycle.LifecycleStart;
Expand Down Expand Up @@ -76,6 +77,7 @@ public class ZkCoordinator implements DataSegmentChangeHandler
private volatile PathChildrenCache loadQueueCache;
private volatile boolean started = false;

@Inject
public ZkCoordinator(
ObjectMapper jsonMapper,
SegmentLoaderConfig config,
Expand Down

0 comments on commit 2d4d3a4

Please sign in to comment.