patsonluk closed pull request #1461: SAI-4401: Experimental DocCollection
Refactoring
URL: https://github.com/apache/solr/pull/1461
--
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 comme
patsonluk opened a new pull request, #1461:
URL: https://github.com/apache/solr/pull/1461
Experimental changes to see efforts involved to extract the PRS supplier out
from `DocCollection` to keep `DocCollection` immutable. Some background in
https://fullstory.atlassian.net/browse/SAI-4401
[
https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700470#comment-17700470
]
David Smiley commented on SOLR-16697:
-
Nitpick: Please don't refer to Solr in all-cap
dsmiley commented on code in PR #1458:
URL: https://github.com/apache/solr/pull/1458#discussion_r1136476558
##
solr/core/src/java/org/apache/solr/handler/admin/api/InstallCoreDataAPI.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
dsmiley commented on code in PR #1440:
URL: https://github.com/apache/solr/pull/1440#discussion_r1136469584
##
solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:
##
@@ -183,4 +186,11 @@ public void checkSyspropForceBeforeAssumptionFailure() {
final String PROP
patsonluk opened a new pull request, #1460:
URL: https://github.com/apache/solr/pull/1460
https://issues.apache.org/jira/browse/SOLR-16701
# Description
This fixes a race condition on PRS enabled collection deletion, which
triggers the exception:
```
org.apache.solr.commo
dsmiley commented on code in PR #1256:
URL: https://github.com/apache/solr/pull/1256#discussion_r1136279376
##
solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java:
##
@@ -2283,6 +2291,26 @@ protected CloudSolrClient getCommonCloudSolrClient() {
tflobbe commented on code in PR #1445:
URL: https://github.com/apache/solr/pull/1445#discussion_r1136263115
##
solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java:
##
@@ -273,7 +273,7 @@ public void startMiniCluster(int nodeCount) {
nodes.add(runner.getB
Tomas Eduardo Fernandez Lobbe created SOLR-16702:
Summary: JMH benchmarks can fail with http2 when using many threads
Key: SOLR-16702
URL: https://issues.apache.org/jira/browse/SOLR-16702
[
https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700379#comment-17700379
]
Michael Gibney commented on SOLR-14765:
---
Thanks for the heads-up [~mkhl], will take
Fikavec commented on code in PR #1440:
URL: https://github.com/apache/solr/pull/1440#discussion_r1136208405
##
solr/core/src/java/org/apache/solr/response/JacksonJsonWriter.java:
##
@@ -29,6 +29,16 @@
import org.apache.solr.request.SolrQueryRequest;
public class JacksonJsonW
[
https://issues.apache.org/jira/browse/SOLR-16701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patson Luk updated SOLR-16701:
--
Description:
It's found that a race condition could arise and trigger SolrException, if:
1. `fetchColle
Patson Luk created SOLR-16701:
-
Summary: Fetching PRS enabled collection might throw
SolrException: Error fetching per-replica-states if the collection is deleted
during the fetch
Key: SOLR-16701
URL: https://issues.
[
https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700365#comment-17700365
]
Mikhail Khludnev commented on SOLR-14765:
-
this might be related, but I'm unable
[
https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700358#comment-17700358
]
ASF subversion and git services commented on SOLR-16585:
Commit 5
mkhludnev merged PR #1456:
URL: https://github.com/apache/solr/pull/1456
--
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.
stillalex commented on PR #1445:
URL: https://github.com/apache/solr/pull/1445#issuecomment-1468746404
the Http2SolrClient changes look good to me. the benchmark could move to
it's own PR (similar to the discussion on #1447)
--
This is an automated message from the Apache Git Service.
To
bruno-roustant opened a new pull request, #51:
URL: https://github.com/apache/solr-sandbox/pull/51
A Java-level encryption-at-rest solution.
This solution provides the encryption of the Lucene index files at the Java
level.
It encrypts all (or some) the files in a given index with
stillalex commented on code in PR #1459:
URL: https://github.com/apache/solr/pull/1459#discussion_r1135928319
##
solr/core/src/test/org/apache/solr/cloud/AliasIntegrationTest.java:
##
@@ -291,20 +316,25 @@ public void testModifyPropertiesCAR() throws Exception {
setAliasPro
stillalex commented on code in PR #1459:
URL: https://github.com/apache/solr/pull/1459#discussion_r1135927504
##
solr/core/src/java/org/apache/solr/handler/admin/api/AliasPropertyAPI.java:
##
@@ -0,0 +1,262 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
stillalex opened a new pull request, #1459:
URL: https://github.com/apache/solr/pull/1459
https://issues.apache.org/jira/browse/SOLR-16393
# Description
Alias properties management
# Solution
Please provide a short description of the approach taken to i
[
https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anshum Gupta updated SOLR-16697:
Priority: Major (was: Blocker)
> New API support to import index files generated by Embedded SOLR
stillalex commented on PR #1447:
URL: https://github.com/apache/solr/pull/1447#issuecomment-1468468476
ah interesting, I missed that other one. yeah I would maybe move the
MiniClusterState and benchmark to its own PR maybe, so the discuss can focus on
that aspect only.
--
This is an auto
mkhludnev commented on PR #1456:
URL: https://github.com/apache/solr/pull/1456#issuecomment-1468454136
ping @HoustonPutman
--
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.
tflobbe commented on PR #1447:
URL: https://github.com/apache/solr/pull/1447#issuecomment-1468449108
> I don't have background on the MiniClusterState change to
`.useHttp1_1(true)`.
Ah, I didn't mention it here but I did in
https://github.com/apache/solr/pull/1445. I get failures wit
stillalex commented on PR #1447:
URL: https://github.com/apache/solr/pull/1447#issuecomment-1468406430
(non binding) +1 the parser part looks good to me. I don't have background
on the `MiniClusterState` change to `.useHttp1_1(true)`.
--
This is an automated message from the Apache Git Se
[
https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700288#comment-17700288
]
Jason Gerlowski edited comment on SOLR-16585 at 3/14/23 4:10 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700288#comment-17700288
]
Jason Gerlowski commented on SOLR-16585:
Backporting to branch_9_2 makes sense to
Minerva created SOLR-16700:
--
Summary: NullPointerException during the deletion of the last
document using external field
Key: SOLR-16700
URL: https://issues.apache.org/jira/browse/SOLR-16700
Project: Solr
sonatype-lift[bot] commented on code in PR #1458:
URL: https://github.com/apache/solr/pull/1458#discussion_r1135802948
##
solr/core/src/java/org/apache/solr/handler/admin/api/InstallCoreDataAPI.java:
##
@@ -0,0 +1,136 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
[
https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700262#comment-17700262
]
Jason Gerlowski commented on SOLR-16697:
(Disclaimer: I work with Indumathy, and
gerlowskija commented on PR #1458:
URL: https://github.com/apache/solr/pull/1458#issuecomment-1468314277
Definitely not ready to commit - needs some input validation, tests, docs,
etc. But should be enough to showcase the general approach for anyone
interested.
--
This is an automated m
gerlowskija opened a new pull request, #1458:
URL: https://github.com/apache/solr/pull/1458
https://issues.apache.org/jira/browse/SOLR-16697
# Description
Solr has a number of ways to restore indices into a SolrCloud collection,
but these all come with a number of assumptions.
janhoy commented on code in PR #395:
URL: https://github.com/apache/solr/pull/395#discussion_r1135552528
##
solr/prometheus-exporter/conf/solr-alert-rules.yaml:
##
@@ -0,0 +1,243 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license a
janhoy commented on PR #828:
URL: https://github.com/apache/solr/pull/828#issuecomment-1468153895
Hi @magibney . I got a question about this bug from a client. Do you
remember why this was not merged back in May'22?
--
This is an automated message from the Apache Git Service.
To respond t
[
https://issues.apache.org/jira/browse/SOLR-16699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700176#comment-17700176
]
David Smiley commented on SOLR-16699:
-
It's possible to hit Solr's ZK oriented APIs f
David Smiley created SOLR-16699:
---
Summary: Expose collection creation time from COLSTATUS API
Key: SOLR-16699
URL: https://issues.apache.org/jira/browse/SOLR-16699
Project: Solr
Issue Type: Imp
[
https://issues.apache.org/jira/browse/SOLR-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Khludnev updated SOLR-16183:
Fix Version/s: 9.3
> XML Loader: support indexing single nested child document
> --
sonatype-lift[bot] commented on code in PR #1256:
URL: https://github.com/apache/solr/pull/1256#discussion_r1135450119
##
solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java:
##
@@ -2283,6 +2291,26 @@ protected CloudSolrClient getCommonCloudSolr
[
https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700125#comment-17700125
]
Akhil edited comment on SOLR-12583 at 3/14/23 12:07 PM:
[~janhoy]
[
https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700125#comment-17700125
]
Akhil commented on SOLR-12583:
--
[~janhoy] Solr 8.11
> Add basic authentication option for [
vinayakphegde commented on PR #1448:
URL: https://github.com/apache/solr/pull/1448#issuecomment-1467890572
> Merged. Thanks @vinayakphegde . Would you mind to create cherry-pick PR
into `branch_9x`?
sure
--
This is an automated message from the Apache Git Service.
To respond to the
mkhludnev commented on PR #1448:
URL: https://github.com/apache/solr/pull/1448#issuecomment-1467881275
Merged. Thanks @vinayakphegde .
Would you mind to create cherry-pick PR into `branch_9x`?
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
[
https://issues.apache.org/jira/browse/SOLR-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700092#comment-17700092
]
ASF subversion and git services commented on SOLR-16183:
Commit 6
mkhludnev merged PR #1448:
URL: https://github.com/apache/solr/pull/1448
--
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.
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135348969
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStreamE
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135347132
##
solr/CHANGES.txt:
##
@@ -34,6 +34,20 @@ Other Changes
Previously, the modules would come transitively.
(David Smiley)
+== 9.3.0 =
vinayakphegde commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135339158
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStr
vinayakphegde commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135337947
##
solr/CHANGES.txt:
##
@@ -34,6 +34,20 @@ Other Changes
Previously, the modules would come transitively.
(David Smiley)
+== 9.3.0 =
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135311067
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStreamE
[
https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700066#comment-17700066
]
Jan Høydahl commented on SOLR-12583:
Which version of Solr are you experiencing this
epugh commented on PR #1448:
URL: https://github.com/apache/solr/pull/1448#issuecomment-1467762714
I love that we're getting these small differences sorted out!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135278387
##
solr/CHANGES.txt:
##
@@ -34,6 +34,20 @@ Other Changes
Previously, the modules would come transitively.
(David Smiley)
+== 9.3.0 =
[
https://issues.apache.org/jira/browse/SOLR-15767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700055#comment-17700055
]
Jan Høydahl commented on SOLR-15767:
I was just looking into this myself. What remain
vinayakphegde commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135262913
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -333,12 +339,14 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStr
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135261406
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -333,12 +339,14 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStreamE
mkhludnev commented on code in PR #1448:
URL: https://github.com/apache/solr/pull/1448#discussion_r1135246418
##
solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java:
##
@@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser)
throws XMLStreamE
[
https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ILARIA PETRETI updated SOLR-16698:
--
Description:
If we execute a PUT request with a typo in the "feature-store" endpoint (we
write
[
https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ILARIA PETRETI updated SOLR-16698:
--
Description:
If we execute a PUT request with a typo in the "feature-store" endpoint (we
write
[
https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ILARIA PETRETI updated SOLR-16698:
--
Security: (was: Public)
> Unclear error message due to a typo
> ---
ILARIA PETRETI created SOLR-16698:
-
Summary: Unclear error message due to a typo
Key: SOLR-16698
URL: https://issues.apache.org/jira/browse/SOLR-16698
Project: Solr
Issue Type: Bug
Secu
[
https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700011#comment-17700011
]
ASF subversion and git services commented on SOLR-16653:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700012#comment-17700012
]
ASF subversion and git services commented on SOLR-16653:
Commit f
[
https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1779#comment-1779
]
ASF subversion and git services commented on SOLR-16653:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1766#comment-1766
]
Akhil commented on SOLR-12583:
--
Hi [~dartfish] , I am also facing the same issue and you hav
65 matches
Mail list logo