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 vishal patel <vi...@outlook.com> on 2019/05/13 11:55:51 UTC

Shard got down in Solr 6.1.0

vishal patel has shared a OneDrive file with you. To view it, click the link below.


<https://1drv.ms/t/s!AhS5CvIRnaQCbAyL7HxyxR6CQOU>
[https://r1.res.office365.com/owa/prem/images/dc-txt_20.png]<https://1drv.ms/t/s!AhS5CvIRnaQCbAyL7HxyxR6CQOU>

GC_log.txt<https://1drv.ms/t/s!AhS5CvIRnaQCbAyL7HxyxR6CQOU>



We have 2 shards and 2 replicas with 7 zookeepers in our live environment. unexpectedly shard got down. From logs, we can not identify why shard got down. I have attached the GC and solr log.

*********************************************
My solr.xml data
**************
<solr>

  <solrcloud>

    <str name="host">${host:localhost}</str>
    <int name="hostPort">${jetty.port:8983}</int>
    <str name="hostContext">${hostContext:solr}</str>

    <bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>

    <int name="zkClientTimeout">${zkClientTimeout:600000}</int>
    <int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:600000}</int>
    <int name="distribUpdateConnTimeout">${distribUpdateConnTimeout:60000}</int>
    <str name="zkCredentialsProvider">${zkCredentialsProvider:org.apache.solr.common.cloud.DefaultZkCredentialsProvider}</str>
    <str name="zkACLProvider">${zkACLProvider:org.apache.solr.common.cloud.DefaultZkACLProvider}</str>

  </solrcloud>

  <shardHandlerFactory name="shardHandlerFactory"
    class="HttpShardHandlerFactory">
    <int name="socketTimeout">${socketTimeout:600000}</int>
    <int name="connTimeout">${connTimeout:60000}</int>
  </shardHandlerFactory>

</solr>
*********************************************
My zoo.cfg data
**************
tickTime=2000
initLimit=10
syncLimit=5
*********************************************



Can you suggest me how can we find out this issue?