[
https://issues.apache.org/jira/browse/SOLR-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Calvin Smith updated SOLR-17274:
Affects Version/s: (was: 8.9)
(was: 8.10)
[
https://issues.apache.org/jira/browse/SOLR-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Calvin Smith updated SOLR-17274:
Description:
I ran into a problem doing a json atomic update that tries to both `add` and
`remove`
Calvin Smith created SOLR-17274:
---
Summary: atomic update error when using json w/ multiple modifiers
Key: SOLR-17274
URL: https://issues.apache.org/jira/browse/SOLR-17274
Project: Solr
Issue Ty
dsmiley commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589787252
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseQueryParserPlugin.java:
##
@@ -0,0 +1,105 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundati
jdyer1 commented on code in PR #2435:
URL: https://github.com/apache/solr/pull/2435#discussion_r1589744476
##
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java:
##
@@ -238,7 +238,7 @@ private PreparedRequest prepareGet(
validateGetRequest(solrRequ
dsmiley commented on code in PR #2432:
URL: https://github.com/apache/solr/pull/2432#discussion_r1589735301
##
solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java:
##
@@ -181,29 +183,46 @@ public String getShardId(String nodeName, String
coreName) {
}
pub
kotman12 commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java:
##
@@ -0,0 +1,192 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundatio
kotman12 commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java:
##
@@ -0,0 +1,192 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundatio
kotman12 commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589699704
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java:
##
@@ -0,0 +1,192 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundatio
kotman12 commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java:
##
@@ -0,0 +1,192 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundatio
dsmiley commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589670077
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java:
##
@@ -0,0 +1,113 @@
+/*
+ * Licensed to the Apache Software Fou
[
https://issues.apache.org/jira/browse/SOLR-16155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843332#comment-17843332
]
Jerry Chung commented on SOLR-16155:
I still see this issue even with Solr 9.0
> Doc
dsmiley commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589657516
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java:
##
@@ -0,0 +1,113 @@
+/*
+ * Licensed to the Apache Software Fou
dsmiley commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589647578
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
dsmiley commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589645861
##
solr/core/src/test-files/solr/configsets/cloud-minimal-field-limiting/conf/solrconfig.xml:
##
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+ ${tes
[
https://issues.apache.org/jira/browse/SOLR-17270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-17270:
Component/s: SolrCloud
> Umbrella: Per Replica State as default
> -
[
https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843286#comment-17843286
]
ASF subversion and git services commented on SOLR-17248:
Commit d
epugh merged PR #2439:
URL: https://github.com/apache/solr/pull/2439
--
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
cpoerschke commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589485628
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java:
##
@@ -0,0 +1,192 @@
+/*
+ *
+ * * Licensed to the Apache Software Foundat
[
https://issues.apache.org/jira/browse/SOLR-16866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843281#comment-17843281
]
Chris M. Hostetter commented on SOLR-16866:
---
The {{CachingDirectoryFactoryTest.
Justin Sweeney created SOLR-17271:
-
Summary: PerReplicaState: Shard leader elections still impact
state.json
Key: SOLR-17271
URL: https://issues.apache.org/jira/browse/SOLR-17271
Project: Solr
Justin Sweeney created SOLR-17270:
-
Summary: Umbrella: Per Replica State as default
Key: SOLR-17270
URL: https://issues.apache.org/jira/browse/SOLR-17270
Project: Solr
Issue Type: Improvement
epugh commented on PR #1138:
URL: https://github.com/apache/solr/pull/1138#issuecomment-2093362791
If you are looking for an idea... We want to rename "User Managed" to
"standalone" through the ref guide ;-). And move the SolrCloud examples above
the standalone examples instead of below
epugh commented on PR #1138:
URL: https://github.com/apache/solr/pull/1138#issuecomment-2093356329
@jebnix thanks for this, and don't forget to ping me on any outstanding
PR's you might have ;-)
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
epugh merged PR #1138:
URL: https://github.com/apache/solr/pull/1138
--
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
epugh opened a new pull request, #2439:
URL: https://github.com/apache/solr/pull/2439
https://issues.apache.org/jira/browse/SOLR-17248
I've broken the build on 9x while backporting, and this is to fix it. I am
opening a PR targeting `branch_9x` to make sure everything passes the test
[
https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843269#comment-17843269
]
ASF subversion and git services commented on SOLR-17248:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843268#comment-17843268
]
ASF subversion and git services commented on SOLR-17248:
Commit 2
cpoerschke commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1589415896
##
solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseQueryParserPlugin.java:
##
@@ -0,0 +1,105 @@
+/*
+ *
+ * * Licensed to the Apache Software Found
HoustonPutman commented on code in PR #2437:
URL: https://github.com/apache/solr/pull/2437#discussion_r1589407140
##
solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:
##
@@ -276,6 +277,7 @@ public MiniSolrCloudCluster(
Objects.requireNonNull(secu
gerlowskija commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589189040
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java:
##
@@ -0,0 +1,113 @@
+/*
+ * Licensed to the Apache Software
gerlowskija commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589268556
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
gerlowskija commented on PR #2395:
URL: https://github.com/apache/solr/pull/2395#issuecomment-2093110049
Thanks for the re-review @dsmiley . Pending feedback from others I'm going
to stick with the NumFieldMonitor approach (more details
[here](https://github.com/apache/solr/pull/2395#discu
gerlowskija commented on code in PR #2395:
URL: https://github.com/apache/solr/pull/2395#discussion_r1589215019
##
solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
cpoerschke commented on code in PR #2437:
URL: https://github.com/apache/solr/pull/2437#discussion_r1589231122
##
solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:
##
@@ -276,6 +277,7 @@ public MiniSolrCloudCluster(
Objects.requireNonNull(securit
cpoerschke commented on code in PR #2437:
URL: https://github.com/apache/solr/pull/2437#discussion_r1589231122
##
solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:
##
@@ -276,6 +277,7 @@ public MiniSolrCloudCluster(
Objects.requireNonNull(securit
janhoy commented on issue #489:
URL: https://github.com/apache/solr-operator/issues/489#issuecomment-2092905796
> Hi all! a new version was recently released (April 12, 2024, Apache Solr
Operator™ v0.8.1 available, there is no solution to our problem) is there any
news on our problem?
bruno-roustant merged PR #104:
URL: https://github.com/apache/solr-sandbox/pull/104
--
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...@s
AyzekTime commented on issue #489:
URL: https://github.com/apache/solr-operator/issues/489#issuecomment-2092685981
Hi all! a new version was recently released (April 12, 2024, Apache Solr
Operator™ v0.8.1 available, there is no solution to our problem) is there any
news on our problem?
--
[
https://issues.apache.org/jira/browse/SOLR-17268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramsey Haddad updated SOLR-17268:
-
Description:
Asking for facets and using "json.nl=arrntv" results in the exception:
{code:java}
a
janhoy commented on PR #1138:
URL: https://github.com/apache/solr/pull/1138#issuecomment-2092592369
I have not reviewed the other pages related to cluster types, but trust you
that this might be redundant. It's a pity that doc improvements get stalled.
Feel free to land it.
--
This is an
[
https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843147#comment-17843147
]
ASF subversion and git services commented on SOLR-17248:
Commit d
epugh merged PR #2417:
URL: https://github.com/apache/solr/pull/2417
--
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
epugh commented on PR #2417:
URL: https://github.com/apache/solr/pull/2417#issuecomment-2092493146
> > @laminelam I just merged in the latest, notice the compressor stuff for
`ZkCpTool`? I really wish that all happened INSIDE of the zkclient tool.. not
when you create it. oh well... Can you
epugh commented on PR #1138:
URL: https://github.com/apache/solr/pull/1138#issuecomment-2092488123
> The old "User Managed" mode is still supported
(https://solr.apache.org/guide/solr/latest/deployment-guide/user-managed-distributed-search.html),
so I would not remove it. Guess it's there t
epugh commented on PR #939:
URL: https://github.com/apache/solr/pull/939#issuecomment-2092480847
Hi all, this seems like a really nice addition to Solr... Assuming
@danrosher is still up for adding the Ref Guide docs, this seems like a good
capablity.Not sure how strongly you feel @ri
46 matches
Mail list logo