Ellery Crane

Results 3 comments of Ellery Crane

The fault for this appears to be in the GrailsScriptRunner; the GrailsLauncher is calling this `executeCommand`: ``` java public int executeCommand(String scriptName, String args) { return executeCommand(scriptName, args, null); }...

I have also created an [issue](http://jira.grails.org/browse/GRAILS-9612) on the Grails Jira for this problem.

+1. This is an issue whenever doing zero downtime reindexing of mutable data that may be updated while the new index is being generated.