Skip to content

Instantly share code, notes, and snippets.

@Inkimar
Last active November 18, 2022 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inkimar/77b02048d38d36f1d9d24a1e0dc8bfe5 to your computer and use it in GitHub Desktop.
Save Inkimar/77b02048d38d36f1d9d24a1e0dc8bfe5 to your computer and use it in GitHub Desktop.
2022-11-18 , dr41 index log
@Inkimar
Copy link
Author

Inkimar commented Nov 18, 2022

d335c825cd2f 2022-11-18 15:14:55,288 ERROR: [FileHelper] - Could not load collection from ZK: biocache
org.apache.solr.common.SolrException: Could not load collection from ZK: biocache
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1098)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:638)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1489)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1099)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at au.org.ala.biocache.index.SolrIndexDAO.indexFromMap(SolrIndexDAO.scala:997)
	at au.org.ala.biocache.index.IndexRecords$$anonfun$indexList$2.apply(IndexRecords.scala:370)
	at au.org.ala.biocache.index.IndexRecords$$anonfun$indexList$2.apply(IndexRecords.scala:365)
	at au.org.ala.biocache.util.FileHelper.foreachLine(FileHelper.scala:56)
	at au.org.ala.biocache.index.IndexRecords$.indexList(IndexRecords.scala:365)
	at au.org.ala.biocache.index.IndexRecords$.main(IndexRecords.scala:107)
	at au.org.ala.biocache.cmd.CMD2$.main(CMD2.scala:99)
	at au.org.ala.biocache.cmd.CMD2.main(CMD2.scala)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /collections/biocache/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1110)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1096)
	... 16 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment