Github user sigram commented on the issue:

    https://github.com/apache/lucene-solr/pull/394
  
    FWIW, Solr supports a ScheduledTrigger and there's a default configuration 
called `.scheduled_maintenance` that executes `solr.InactiveShardPlanAction`. 
The functionality in your patch could be more or less implemented using this 
trigger and a custom TriggerAction that calls `System.gc()`.
    
    (`ScheduledTriggger` doesn't support cron expressions but this could be 
fixed).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to