Today I've managed to get the following from a "dead" server:
- gc log since start till the death of the service
- jutil -gc -t 1000 output since start till the end
- thread stack dump before killing the server
- heap histogram before killing the server
- heap dump
On Fri, Dec 24, 2010 at 11:36
This sounds like an "XY" problem, see:
http://people.apache.org/~hossman/#xyproblem
What is the higher-level task you're trying to accomplish?
Some things that do jump out though.
1> looping is almost always a sub-optimal solution. That's why I'm asking
about
what the higher-level task is.
2>
I am using the fq parameter in my solr query for getting the results based on
a date range.so lets say i am searching for a term "iphone" and i want to
get results from '2010-12-01' to '2010-12-25' ,so fq sets my start date and
end date,i am doin this in a loop for different time frames and for sa