Hi.
Seems like something has broken MiniAccumulo tests, making them time out;
that, in turn, makes the whole HiveQA run slower.
Anyone familiar with Accumulo stuff? I’ve heard rumors that it might get
removed as a first class part of Hive in 3.0, should we just disable the
test?

I cannot find any recent run where it has succeeded so I’m not sure what
breaks it.

The test hangs forever and spams an exception into the logs:
org.apache.thrift.transport.TTransportException: Failed to connect to a
server
        at 
org.apache.accumulo.core.client.impl.ThriftTransportPool.getAnyTransport(Th
riftTransportPool.java:474) ~[accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ServerClient.getConnection(ServerClien
t.java:143) ~[accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ServerClient.getConnection(ServerClien
t.java:119) ~[accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ServerClient.getConnection(ServerClien
t.java:115) ~[accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ServerClient.executeRaw(ServerClient.j
ava:97) [accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ServerClient.execute(ServerClient.java
:63) [accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.impl.ConnectorImpl.<init>(ConnectorImpl.jav
a:69) [accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.core.client.ZooKeeperInstance.getConnector(ZooKeeperIns
tance.java:270) [accumulo-core-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.getConnector(M
iniAccumuloClusterImpl.java:749) [accumulo-minicluster-1.8.1.jar:1.8.1]
        at 
org.apache.accumulo.minicluster.MiniAccumuloCluster.getConnector(MiniAccumu
loCluster.java:116) [accumulo-minicluster-1.8.1.jar:1.8.1]






Reply via email to