debe commented on PR #1155:
URL: https://github.com/apache/solr/pull/1155#issuecomment-1336824353
Just as a side note, we are not using transient cores at all. It's just
about the lock contention when working with normal cores. Many thanks for
providing the benchmark, I'll try to review, ru
dsmiley commented on PR #1155:
URL: https://github.com/apache/solr/pull/1155#issuecomment-1336723354
Transient cores is not supported in SolrCoud. I know this because I have a
hack to make it sort-of work in SolrCloud at work. I've been meaning to
review your PR finally; I keep telling m
[
https://issues.apache.org/jira/browse/SOLR-16347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643108#comment-17643108
]
Ishan Chattopadhyaya edited comment on SOLR-16347 at 12/5/22 3:56 AM:
-
[
https://issues.apache.org/jira/browse/SOLR-16347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643108#comment-17643108
]
Ishan Chattopadhyaya commented on SOLR-16347:
-
I'm still awaiting clarificati
[
https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643107#comment-17643107
]
David Smiley commented on SOLR-15732:
-
Updating Aliases and updating collections are
[
https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643080#comment-17643080
]
Noble Paul commented on SOLR-15732:
---
{quote} what about the line below, forceUpdateColl
[
https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643078#comment-17643078
]
Alessandro Benedetti commented on SOLR-16567:
-
Interesting use case! I'll tak
[
https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643077#comment-17643077
]
Noble Paul commented on SOLR-15732:
---
{quote} Interesting. So you've found that it's f
noblepaul commented on code in PR #1205:
URL: https://github.com/apache/solr/pull/1205#discussion_r1039052983
##
solr/core/src/java/org/apache/solr/cloud/Overseer.java:
##
@@ -336,8 +337,8 @@ public void run() {
for (Pair head : queue) {
byte[] da
noblepaul commented on PR #1210:
URL: https://github.com/apache/solr/pull/1210#issuecomment-1336554029
There is not reason to disable V2 in the first place. It has been there
forever and it is performant.
--
This is an automated message from the Apache Git Service.
To respond to the messa
dsmiley commented on code in PR #1211:
URL: https://github.com/apache/solr/pull/1211#discussion_r1038808801
##
solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp2SolrClient.java:
##
@@ -132,6 +141,8 @@ public static class Builder {
protected boolean parallelUpd
ben-manes commented on PR #1198:
URL: https://github.com/apache/solr/pull/1198#issuecomment-1336503053
Solr worked around the same issue wrt managed dependencies being
unintentionally exported. While this fixes the pom, the gradle module metadata
still includes these and, as Gradle prefers
12 matches
Mail list logo