Usually any good piece of java code refrains from capturing Throwable
so that Errors will bubble up unlike exceptions. Having said that,
perhaps someone in the list can help, if you share which particular
Solr version you are using where you suspect that the Error is being
eaten up.

On Fri, Sep 16, 2011 at 2:47 PM, Jason Toy <jason...@gmail.com> wrote:
> I have solr issues where I keep running out of memory. I am working on
> solving the memory issues (this will take a long time), but in the meantime,
> I'm trying to be notified when the error occurs.  I saw with the jvm I can
> pass the -XX:OnOutOfMemoryError= flag and pass a script to run. Every time
> the out of memory issue occurs though my script never runs. Does solr let
> the error bubble up so that the jvm can call this script? If not how can I
> have a script run when solr gets an out of memory issue?
>

Reply via email to