sunnyfr wrote: > I tried last evening before leaving and this > morning time elapsed was very important like you can notice above and no > snapshot, no error in the logs.
I'm actually having a similar trouble. I've enabled postCommit and postOptimize hooks with an absolute path to snapshooter. not only are the snapshots not created, I can't even see calls (or errors) in catalina.out. it's supposed to be this easy, right? <listener event="postCommit" class="solr.RunExecutableListener"> <str name="exe">/path/to/solr/bin/snapshooter</str> <bool name="wait">true</bool> </listener> nothing else? of course, calling it manually is just fine. --Geoff