[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
21 matches
Mail list logo