You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2018/02/23 23:20:00 UTC

[jira] [Commented] (SOLR-11845) OverseerTaskQueue throws Exception when the response node does not exist

    [ https://issues.apache.org/jira/browse/SOLR-11845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375104#comment-16375104 ] 

Varun Thacker commented on SOLR-11845:
--------------------------------------

 I think we could do some cleanup's here for better error handling. I'll put out a rough patch shortly.

 

However do we know a way to trigger this? Or under what circumstances do we see this?

> OverseerTaskQueue throws Exception when the response node does not exist
> ------------------------------------------------------------------------
>
>                 Key: SOLR-11845
>                 URL: https://issues.apache.org/jira/browse/SOLR-11845
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>            Reporter: Noble Paul
>            Priority: Minor
>
> {code}
> 2017-12-15 13:00:40.789 ERROR (OverseerCollectionConfigSetProcessor-1540306989440696326-vlpijengs305:8983_solr-n_0000000004) [   ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000832
>         at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
>         at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>         at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1327)
>         at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:374)
>         at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:371)
>         at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>         at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:371)
>         at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:572)
>         at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
>         at org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:321)
>         at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:202)
>         at java.lang.Thread.run(Thread.java:748)
> {code}
> This should not throw an exception. If the response ZK node does not exist there is no need to throw an Exception back 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org