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

2018-01-31 Thread Cassandra Targett (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-11845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cassandra Targett updated SOLR-11845:
-
Component/s: SolrCloud

> 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_04)
>  [   ] o.a.s.c.OverseerTaskProcessor 
> :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = 
> NoNode for /overseer/collection-queue-work/qnr-000832
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2018-02-23 Thread Varun Thacker (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-11845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Thacker updated SOLR-11845:
-
Attachment: SOLR-11845.patch

> 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
> Attachments: SOLR-11845.patch
>
>
> {code}
> 2017-12-15 13:00:40.789 ERROR 
> (OverseerCollectionConfigSetProcessor-1540306989440696326-vlpijengs305:8983_solr-n_04)
>  [   ] o.a.s.c.OverseerTaskProcessor 
> :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = 
> NoNode for /overseer/collection-queue-work/qnr-000832
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org