mirror of https://github.com/apache/druid.git
parent
d4bda82916
commit
523f9c53cd
2
pom.xml
2
pom.xml
|
@ -41,7 +41,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<metamx.java-util.version>0.26.9</metamx.java-util.version>
|
<metamx.java-util.version>0.26.9</metamx.java-util.version>
|
||||||
<apache.curator.version>2.6.0</apache.curator.version>
|
<apache.curator.version>2.7.0</apache.curator.version>
|
||||||
<druid.api.version>0.3.0</druid.api.version>
|
<druid.api.version>0.3.0</druid.api.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -129,7 +129,7 @@ public class DruidClusterBridgeTest
|
||||||
8080
|
8080
|
||||||
);
|
);
|
||||||
|
|
||||||
AtomicReference<LeaderLatch> leaderLatch = new AtomicReference<>(new LeaderLatch(localCf, "test"));
|
AtomicReference<LeaderLatch> leaderLatch = new AtomicReference<>(new LeaderLatch(localCf, "/test"));
|
||||||
|
|
||||||
ZkPathsConfig zkPathsConfig = new ZkPathsConfig()
|
ZkPathsConfig zkPathsConfig = new ZkPathsConfig()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue