gerlowskija commented on PR #2079:
URL: https://github.com/apache/solr/pull/2079#issuecomment-1817197921
Progress! I was able to make some tweaks to the Java interfaces the
generate the OAS and clients so that users can specify their query JSON a few
different ways in the generated clients
akash-apple opened a new issue, #657:
URL: https://github.com/apache/solr-operator/issues/657
Hey team,
Latest released solr-operator
(https://artifacthub.io/packages/helm/apache-solr/solr-operator) v0.8.0 has a
dependency on ZooKeeper operator
(https://artifacthub.io/packages/helm/banz
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gus Heck updated SOLR-17060:
Priority: Blocker (was: Major)
> CoreContainer#create may deadlock with concurrent requests for metrics
>
[
https://issues.apache.org/jira/browse/SOLR-17077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Salagnac updated SOLR-17077:
---
Description:
When rejoining leader election, we tries to delete the leader election twice in
cpoerschke commented on PR #2083:
URL: https://github.com/apache/solr/pull/2083#issuecomment-1816782405
Thanks @kai687 for the contribution!
--
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 sp
cpoerschke merged PR #2083:
URL: https://github.com/apache/solr/pull/2083
--
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
alessandrobenedetti commented on code in PR #2030:
URL: https://github.com/apache/solr/pull/2030#discussion_r1397546121
##
solr/core/src/java/org/apache/solr/rest/ManagedResourceStorage.java:
##
@@ -421,8 +421,20 @@ public String getInfo() {
/** Default storage implementation
cpoerschke commented on code in PR #2030:
URL: https://github.com/apache/solr/pull/2030#discussion_r1397523369
##
solr/CHANGES.txt:
##
@@ -96,6 +96,8 @@ Improvements
* SOLR-17041: Make CommitTracker currentTlogSize lazy (Alex Deparvu)
+* SOLR-17050: Use compact JSON for Lea
cpoerschke commented on code in PR #2030:
URL: https://github.com/apache/solr/pull/2030#discussion_r1397519730
##
solr/core/src/java/org/apache/solr/rest/ManagedResourceStorage.java:
##
@@ -421,8 +421,20 @@ public String getInfo() {
/** Default storage implementation that use
sigram opened a new pull request, #90:
URL: https://github.com/apache/solr-sandbox/pull/90
This started failing after recent changes. It turns out that the time
between Solr shutdown and restart was sometimes long enough to exhaust the
default maxAttempts and the messages were sent to DLQ.
psalagnac opened a new pull request, #2084:
URL: https://github.com/apache/solr/pull/2084
https://issues.apache.org/jira/browse/SOLR-17077
# Description
When we invoke `REJOINELECTION` command on a replica, the replica must first
leave its current election position
kai687 opened a new pull request, #2083:
URL: https://github.com/apache/solr/pull/2083
# Description
Fix a typo in the "Exercise 1: Index Tech Products" tutorial.
# Checklist
Please review the following and check all that apply:
- [x] I have reviewed the guideline
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17786811#comment-17786811
]
Andreas Hubold edited comment on SOLR-17060 at 11/17/23 11:21 AM:
-
sigram opened a new issue, #89:
URL: https://github.com/apache/solr-sandbox/issues/89
Here's the scenario:
* create a number of 1:1 collections in source / target Solr
* start indexing (in my tests I was simply sending a constant stream of
random documents in a round-robin fashion to e
mkhludnev commented on code in PR #2078:
URL: https://github.com/apache/solr/pull/2078#discussion_r1397079515
##
solr/modules/extraction/src/test/org/apache/solr/handler/extraction/TestXLSXResponseWriter.java:
##
@@ -38,8 +38,10 @@
import org.apache.solr.search.SolrReturnFields
mkhludnev commented on code in PR #2078:
URL: https://github.com/apache/solr/pull/2078#discussion_r1397077252
##
solr/core/src/test/org/apache/solr/update/UuidAtomicUpdateTest.java:
##
@@ -0,0 +1,155 @@
+package org.apache.solr.update;
+
+import java.util.Collection;
+import jav
mkhludnev commented on code in PR #2078:
URL: https://github.com/apache/solr/pull/2078#discussion_r1397077252
##
solr/core/src/test/org/apache/solr/update/UuidAtomicUpdateTest.java:
##
@@ -0,0 +1,155 @@
+package org.apache.solr.update;
+
+import java.util.Collection;
+import jav
mkhludnev commented on code in PR #2078:
URL: https://github.com/apache/solr/pull/2078#discussion_r1397076453
##
solr/core/src/java/org/apache/solr/schema/FieldType.java:
##
@@ -301,6 +301,8 @@ public IndexableField createField(SchemaField field, Object
value) {
String val
mkhludnev commented on code in PR #2078:
URL: https://github.com/apache/solr/pull/2078#discussion_r1397075415
##
solr/core/src/java/org/apache/solr/schema/UUIDField.java:
##
@@ -92,17 +92,4 @@ public String toInternal(String val) {
public String toInternal(UUID uuid) {
r
mkhludnev commented on PR #2078:
URL: https://github.com/apache/solr/pull/2078#issuecomment-1816136352
I removed both of UUID instantiation cases since javabin have no type tag
for UUID.
It can be introduced in a separate ticket for sake of performance.
--
This is an automated messag
sigram merged PR #85:
URL: https://github.com/apache/solr-sandbox/pull/85
--
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
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787085#comment-17787085
]
Andreas Hubold edited comment on SOLR-17060 at 11/17/23 9:07 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787085#comment-17787085
]
Andreas Hubold edited comment on SOLR-17060 at 11/17/23 9:06 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787085#comment-17787085
]
Andreas Hubold edited comment on SOLR-17060 at 11/17/23 9:06 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787085#comment-17787085
]
Andreas Hubold commented on SOLR-17060:
---
[~duerrm] In the mail thread, there's are
[
https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787081#comment-17787081
]
Michael Dürr commented on SOLR-17060:
-
Not sure whether it is related, but at least I
26 matches
Mail list logo