dlmarion opened a new issue, #3087:
URL: https://github.com/apache/accumulo/issues/3087

   User running 1.10.2 reporting that the Accumulo client gets stuck in an 
endless loop when ZooKeeper is unavailable.  They'd like to be able to break 
out of the loop.
   
   ```
   Saw (possibly) transient exception communicating with ZooKeeper, will retry
    org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /accumulo/<instance_id>
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2256)
        at org.apache.accumulo.fate.zookeeper.ZooCache$2.run(ZooCache.java:394)
        at org.apache.accumulo.fate.zookeeper.ZooCache$2.run(ZooCache.java:366)
        at 
org.apache.accumulo.fate.zookeeper.ZooCache$ZooRunnable.retry(ZooCache.java:260)
        at org.apache.accumulo.fate.zookeeper.ZooCache.get(ZooCache.java:423)
        at org.apache.accumulo.fate.zookeeper.ZooCache.get(ZooCache.java:352)
        at 
org.apache.accumulo.core.client.ZooKeeperInstance.getInstanceID(ZooKeeperInstance.java:207)
        at 
org.apache.accumulo.core.client.impl.Tables.getTableMap(Tables.java:134)
        at 
org.apache.accumulo.core.client.impl.Tables.getTableMap(Tables.java:122)
        at 
org.apache.accumulo.core.client.impl.Tables.getNameToIdMap(Tables.java:105)
        at 
org.apache.accumulo.core.client.impl.Tables._getTableId(Tables.java:79)
        at 
org.apache.accumulo.core.client.impl.Tables.getTableId(Tables.java:71)
        at 
org.apache.accumulo.core.client.impl.ConnectorImpl.getTableId(ConnectorImpl.java:88)
        at 
org.apache.accumulo.core.client.impl.ConnectorImpl.createBatchWriter(ConnectorImpl.java:143)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to