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 Chetas Joshi <ch...@gmail.com> on 2017/06/08 21:53:45 UTC

Segment information gets deleted

Hi,

I am trying to understand what the possible root causes for the
following exception could be.


java.io.FileNotFoundException: File does not exist:
hdfs://*/*/*/*/data/index/_2h.si


I had some long GC pauses while executing some queries which took some
of the replicas down. But how can that affect the segmentation
metadata of the solr indexes?


Thanks!