madrob commented on code in PR #2384: URL: https://github.com/apache/solr/pull/2384#discussion_r1546934660
########## solr/solrj/src/java/org/apache/solr/common/util/ExecutorUtil.java: ########## @@ -314,15 +314,19 @@ public void execute(final Runnable command) { if (t instanceof OutOfMemoryError) { throw t; } - if (enableSubmitterStackTrace) { Review Comment: Don't we still need to have this flag? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org