[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657130#action_12657130 ] Kay Kay commented on SOLR-915: -- Thanks Ryan for helping with the fix. > SolrCore;close() - sc

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657097#action_12657097 ] Kay Kay commented on SOLR-915: -- Ok - then let me submit a revised patch with List change to Coll

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657092#action_12657092 ] Ryan McKinley commented on SOLR-915: sorry, i should have said, "I have no objection to c

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657091#action_12657091 ] Kay Kay commented on SOLR-915: -- | I don't see any issue with Collection vs List. List, by def

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657087#action_12657087 ] Ryan McKinley commented on SOLR-915: I don't see any issue with Collection vs List. Howe

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657083#action_12657083 ] Kay Kay commented on SOLR-915: -- | As for new Thread() vs using a ThreadPool - can we open that a

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657081#action_12657081 ] Kay Kay commented on SOLR-915: -- | Another issue with calling close hooks in parallel is thread s

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656876#action_12656876 ] Yonik Seeley commented on SOLR-915: --- Another issue with calling close hooks in parallel is

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656777#action_12656777 ] Ryan McKinley commented on SOLR-915: Can we back up a bit... what problem exactly are yo

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656771#action_12656771 ] Kay Kay commented on SOLR-915: -- The version that I had initially was to just launch the threads

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656759#action_12656759 ] Kay Kay commented on SOLR-915: -- Just thought about the case in which the closeHook can thrown un

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656756#action_12656756 ] Kay Kay commented on SOLR-915: -- Sure - That is fine with me. My objective is to have a static

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656752#action_12656752 ] Ryan McKinley commented on SOLR-915: Overall looks reasonable... But I'm weary of adding

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656702#action_12656702 ] Kay Kay commented on SOLR-915: -- I agree on the behavior (may be using a CountdownLatch). Let me

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656696#action_12656696 ] Ryan McKinley commented on SOLR-915: I see -- so this becomes important when you have man

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656679#action_12656679 ] Kay Kay commented on SOLR-915: -- Yes- We are having a system with multiple cores , for different

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-14 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656535#action_12656535 ] Shalin Shekhar Mangar commented on SOLR-915: Kay, I guess all we are trying to av

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-14 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656482#action_12656482 ] Ryan McKinley commented on SOLR-915: Faster startup and shutdown sounds great. Have you

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-14 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656470#action_12656470 ] Kay Kay commented on SOLR-915: -- The problem statement (hardly is imaginary ), is for a faster sh

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-14 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656437#action_12656437 ] Noble Paul commented on SOLR-915: - before exploring the possiblity of parallelizing some code

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-14 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656428#action_12656428 ] Kay Kay commented on SOLR-915: -- multi-core , as in multi-core processors specifically , where th