[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927294#comment-17927294
]
ASF subversion and git services commented on SOLR-17673:
Commit 2e0304bc67c67cb28bb5675aee1c7a9f3c4c158a in solr's branch
refs/heads/branch_9_8 from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2e0304bc67c ]
SOLR-17673: Add back in option to use max CPU threads for searching (#3186)
(cherry picked from commit cef521b1c232bdb27f63eaa1faed64c8f28cf14f)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927293#comment-17927293
]
ASF subversion and git services commented on SOLR-17673:
Commit 6d3c0c8f169db30f978b0e340f62590ad514 in solr's branch
refs/heads/branch_9_8 from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=6d3c0c8f169 ]
SOLR-17673: Disable multithreaded search at the node level by default (#3183)
(cherry picked from commit 970c1fb98ffd31e1bb5ed6d1a33d6baaa96d1627)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927292#comment-17927292
]
ASF subversion and git services commented on SOLR-17673:
Commit f20e880a9232c42721d619ad06a41e05356a7a87 in solr's branch
refs/heads/branch_9x from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=f20e880a923 ]
SOLR-17673: Add back in option to use max CPU threads for searching (#3186)
(cherry picked from commit cef521b1c232bdb27f63eaa1faed64c8f28cf14f)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927291#comment-17927291
]
ASF subversion and git services commented on SOLR-17673:
Commit cef521b1c232bdb27f63eaa1faed64c8f28cf14f in solr's branch
refs/heads/main from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=cef521b1c23 ]
SOLR-17673: Add back in option to use max CPU threads for searching (#3186)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927213#comment-17927213
]
ASF subversion and git services commented on SOLR-17673:
Commit 24a7753cbd7078bacc4dea1b104edc03362b087e in solr's branch
refs/heads/branch_9x from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=24a7753cbd7 ]
SOLR-17673: Disable multithreaded search at the node level by default (#3183)
(cherry picked from commit 970c1fb98ffd31e1bb5ed6d1a33d6baaa96d1627)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
[jira] [Commented] (SOLR-17673) Disable default multithreaded searcher execution until fix can be made
[
https://issues.apache.org/jira/browse/SOLR-17673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927206#comment-17927206
]
ASF subversion and git services commented on SOLR-17673:
Commit 970c1fb98ffd31e1bb5ed6d1a33d6baaa96d1627 in solr's branch
refs/heads/main from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=970c1fb98ff ]
SOLR-17673: Disable multithreaded search at the node level by default (#3183)
> Disable default multithreaded searcher execution until fix can be made
> --
>
> Key: SOLR-17673
> URL: https://issues.apache.org/jira/browse/SOLR-17673
> Project: Solr
> Issue Type: Sub-task
>Affects Versions: 9.6
>Reporter: Houston Putman
>Priority: Blocker
> Labels: pull-request-available
> Fix For: 9.8.1
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Until we can come up with a fix for IndexSearcher having a multiThreaded
> executor by default, and not only when requests opt-in, we need to make the
> entire feature opt-in. So for now we will just default the
> DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS to 0, instead of
> {{Runtime.getRuntime().availableProcessors()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
