Re: Meet CorruptIndexException while shutdown one node in Solr cloud

2017-09-20 Thread wg85907
Hi Erick, Thanks for your advice about having openSearcher set to true unnecessary for my case. For CorruptIndexException issue, I think Solr should handle this quite well too. Because I always shutdown tomcat gracefully. Recently I did a couple of tests about this issue. When kee

Re: Meet CorruptIndexException while shutdown one node in Solr cloud

2017-09-15 Thread Erick Erickson
bq: This means Solr may get update request during shutdown. I think that is the reason we get CorruptIndexException. This is unlikely, Solr should handle this quite well. More likely you encountered some other issue, one possibility is that you had a disk full situation and that was the root of y

Meet CorruptIndexException while shutdown one node in Solr cloud

2017-09-15 Thread wg85907
Hi team, Currently I am using Solr 4.10 in tomcat. I have a one shard Solr Cloud with 3 replicas. I set heap size to 15GB for each node. As I have big data volume and large amount of query request. So always meet frequent full GC issue. We have checked this and found that many memory was us