Re: solr hangs

2017-08-07 Thread hawk....@139.com
the server is: max user processes (-u) 65535 Thanks Hawk > On 7 Aug 2017, at 10:01 PM, Shawn Heisey wrote: > > On 8/7/2017 12:35 AM, hawk....@139.com wrote: >> Below is the OOM exception. >> >> 2017-08-07 12:45:48.446 WARN (qtp33524623-4275) [c:taok

Re: solr hangs

2017-08-06 Thread hawk....@139.com
ote: > > On 8/6/2017 10:29 PM, hawk....@139.com wrote: >> We found the problem is caused by the delete command. The request is used to >> delete document by id. >> >> url --> http://10.91.1.120:8900/solr/taoke/update?&commit=true&wt=json >>bod

Re: solr hangs

2017-08-06 Thread hawk....@139.com
IIUC. > > Does this ever happen if you throttle your updates? Does it go away if > you batch your documents in batches of, say, 1,000 > > Best, > Erick > > On Sun, Aug 6, 2017 at 5:19 PM, hawk@139.com wrote: >> Hi Eric, >

Re: solr hangs

2017-08-06 Thread hawk....@139.com
Hi Eric, I am using the restful api directly. In our application, system issues the http request directly to Solr. ${solr.autoCommit.maxTime:15000} 1 true Thanks Hawk > On 6 Aug 2017, at 11:10 AM, Erick Erickson wrote: > > How are you updating 50K docs? SolrJ