Re: file descriptors and threads differing

2017-05-12 Thread Satya Marivada
We have the same ulimits in both cases. /proc/2/fd: lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 124 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 125 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/

Re: file descriptors and threads differing

2017-05-12 Thread Erick Erickson
Check the system settings with ulimit. Differing numbers of user processes or open files can cause things like this to be different on different boxes. Can't speak to the Java version. Best, Erick On Fri, May 12, 2017 at 11:56 AM, Satya Marivada wrote: > Hi All, > > We have a weird problem, wi

file descriptors and threads differing

2017-05-12 Thread Satya Marivada
Hi All, We have a weird problem, with the threads being opened many and crashing the app in PP7 (one of our environment). It is the same index, same version of solr (6.3.0) and zookeeper (3.4.9) in both environments. Java minor version is different (1.8.0_102 in PP8 (one of our environment) shown