Re: Turn on TLS

2019-07-09 Thread lltvw
aa On 09/13/2017 21:52, Younge, Kent A - Norman, OK - Contractor wrote: When I enable SSL I am getting page can not be displayed. How do I check this? I have looked in the java.security file and it is the same as my other solr servers. This page can't be displayed Turn on TLS 1.0, TLS 1

Re:Re: solrcloud performance problem

2016-05-11 Thread lltvw
/10/2016 7:46 PM, lltvw wrote: >> the args used to start solr are as following, and upload my screen shot to >> http://www.yupoo.com/photos/qzone3927066199/96064170/, please help to take a >> look, thanks. >> >> -DSTOP.PORT=7989 >> -DSTOP.KEY= >> -DzkHost=no

Re:Re: solrcloud performance problem

2016-05-10 Thread lltvw
, "Shawn Heisey" wrote: >On 5/9/2016 11:42 PM, lltvw wrote: >> By using jps command double check the parms used to start solr, i found that >> the max heap size already set to 10G. So I made a big mistake yesterday. >> >> But by using solr admin UI, I select the co

Re:Re: Re:Re: solrcloud performance problem

2016-05-10 Thread lltvw
e, 2016-05-10 at 15:33 +0800, lltvw wrote: >> What log you mentioned, console log or something else. the version I am >> using is 4.10. > >There should be a solr.log somewhere. If you have not changed the >default log levels, it should log all queries. > > >- Toke Eskildsen, State and University Library, Denmark > >

Re:Re: solrcloud performance problem

2016-05-10 Thread lltvw
Hi Toke, What log you mentioned, console log or something else. the version I am using is 4.10. -- 发自我的网易邮箱手机智能版 在 2016-05-10 14:42:34,"Toke Eskildsen" 写道: >On Tue, 2016-05-10 at 00:41 +0800, lltvw wrote: >> Recently we setup a 4.10 solrcloud env with about 9000 d

Re:Re: solrcloud performance problem

2016-05-09 Thread lltvw
/2016 9:11 PM, lltvw wrote: >> You are right, the max heap is 512MB, thanks. > >90 million documents split into 12 shards means 7.5 million documents >per shard. > >With that many documents and a 512MB heap, you're VERY lucky if Solr >doesn't experience OutOfMemoryErr

Re:Re: solrcloud performance problem

2016-05-09 Thread lltvw
Hi shawn, You are right, the max heap is 512MB, thanks. -- 发自我的网易邮箱手机智能版 在 2016-05-10 10:02:44,"Shawn Heisey" 写道: >On 5/9/2016 4:41 PM, lltvw wrote: >> Shawn, thanks. >> >> Each machine with 48G memory installed, and now with 20G free, I check JVM >>

Re:Re: solrcloud performance problem

2016-05-09 Thread lltvw
Shawn, thanks. Each machine with 48G memory installed, and now with 20G free, I check JVM heap size use solr admin UI, the heap size is about 20M. -- 发自我的网易邮箱手机智能版 在 2016-05-10 02:04:22,"Shawn Heisey" 写道: >On 5/9/2016 10:52 AM, lltvw wrote: >> Sorry, I missed the size

Re:solrcloud performance problem

2016-05-09 Thread lltvw
Sorry, I missed the size of each shard, the size is about 3G each. Thanks. - 在 2016-05-10 00:41:13,lltvw 写道: > >Hi all, > >Recently we setup a 4.10 solrcloud env with about 9000 doc indexed in >it,this solrcloud with 12 shards, each shard on one separate machine, but w

solrcloud performance problem

2016-05-09 Thread lltvw
Hi all, Recently we setup a 4.10 solrcloud env with about 9000 doc indexed in it,this solrcloud with 12 shards, each shard on one separate machine, but when we try to search some infor on solrcloud, the response time is about 300ms. Seems that the performance is not good, please advice ho