I am getting exception trying to remove a zookeeper node. The node is old 
solr’s chrot (condatining data of one node).


Exception in thread "main" java.lang.StackOverflowError
        at org.apache.zookeeper.ClientCnxn$Packet.<init>(ClientCnxn.java:280)
        at org.apache.zookeeper.ClientCnxn.queuePacket(ClientCnxn.java:1594)
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1520)
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1512)
        at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2587)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:327)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:327)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.traverseZkTree(ZkMaintenanceUtils.java:407)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.clean(ZkMaintenanceUtils.java:238)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.lambda$clean$1(ZkMaintenanceUtils.java:244)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.traverseZkTree(ZkMaintenanceUtils.java:422)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.clean(ZkMaintenanceUtils.java:238)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.lambda$clean$1(ZkMaintenanceUtils.java:244)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.traverseZkTree(ZkMaintenanceUtils.java:422)
        at 
org.apache.solr.common.cloud.ZkMaintenanceUtils.clean(ZkMaintenanceUtils.java:238)

Reply via email to