You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Prasi S <pr...@gmail.com> on 2013/08/19 13:28:48 UTC

SolrCloud Zookeeper Exception

Hi,
I have setup solrcloud with 4.4 version. There is one external zookeeper
and two instances of solr ( Total 4 shards - 2 shards in each instance)

I was using dih to index from sql server. I twas indexing fine initially.
Later when i shutdown solr and zookeeper's and then restarted them, I get
the below infor in Zookeeper commandprompt,

2013-08-19 05:23:45,257 [myid:] - INFO  [ProcessThread(sid:0
cport:-1)::PrepRequ
estProcessor@627] - Got user-level KeeperException when processing
sessionid:0x1
409617c5750005 type:create cxid:0x29a zxid:0x842 txntype:-1 reqpath:n/a
Error Pa
th:/overseer Error:KeeperErrorCode = NodeExists for /overseer


When i give Solr indexing in dih, it is running but at last, it giving "
Added 0 documents". I have chacked the DB. It has results.

What could be the problem.

REgards,
Prasi

Re: SolrCloud Zookeeper Exception

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
I don't think that the ZooKeeper errors are related to the DIH
problems. Can you post your data-config and dih output using
http://apaste.info or other pastebin like website?

On Mon, Aug 19, 2013 at 4:58 PM, Prasi S <pr...@gmail.com> wrote:
> Hi,
> I have setup solrcloud with 4.4 version. There is one external zookeeper
> and two instances of solr ( Total 4 shards - 2 shards in each instance)
>
> I was using dih to index from sql server. I twas indexing fine initially.
> Later when i shutdown solr and zookeeper's and then restarted them, I get
> the below infor in Zookeeper commandprompt,
>
> 2013-08-19 05:23:45,257 [myid:] - INFO  [ProcessThread(sid:0
> cport:-1)::PrepRequ
> estProcessor@627] - Got user-level KeeperException when processing
> sessionid:0x1
> 409617c5750005 type:create cxid:0x29a zxid:0x842 txntype:-1 reqpath:n/a
> Error Pa
> th:/overseer Error:KeeperErrorCode = NodeExists for /overseer
>
>
> When i give Solr indexing in dih, it is running but at last, it giving "
> Added 0 documents". I have chacked the DB. It has results.
>
> What could be the problem.
>
> REgards,
> Prasi



-- 
Regards,
Shalin Shekhar Mangar.