[
https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780129#comment-17780129
]
David Smiley commented on SOLR-16916:
-
Sigh; this may warrant a 9.4.1
> JSON Query D
dsmiley opened a new pull request, #2045:
URL: https://github.com/apache/solr/pull/2045
If "query" is specified with a String (not JSON structure), "defType" should
parse it. Since 9.4 defType was ignored.
https://issues.apache.org/jira/browse/SOLR-17057
--
This is an automated mes
[
https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780118#comment-17780118
]
David Smiley edited comment on SOLR-16916 at 10/26/23 11:05 PM:
---
[
https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780118#comment-17780118
]
David Smiley commented on SOLR-16916:
-
defType is the query parser to use for "q" (as
[
https://issues.apache.org/jira/browse/SOLR-17057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley reassigned SOLR-17057:
---
Assignee: David Smiley
> JSON Query regression; defType doesn't work in "params"
> -
[
https://issues.apache.org/jira/browse/SOLR-16542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780103#comment-17780103
]
David Smiley commented on SOLR-16542:
-
The point is to make incremental progress, par
[
https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780102#comment-17780102
]
Chris M. Hostetter commented on SOLR-16916:
---
Thanks David: but i'm still really
dsmiley commented on PR #1626:
URL: https://github.com/apache/solr/pull/1626#issuecomment-1781909738
Replaced by #2042
--
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 u
[
https://issues.apache.org/jira/browse/SOLR-16916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780097#comment-17780097
]
David Smiley commented on SOLR-16916:
-
Created and linked SOLR-17057 with reproducing
David Smiley created SOLR-17057:
---
Summary: JSON Query regression; defType doesn't work in "params"
Key: SOLR-17057
URL: https://issues.apache.org/jira/browse/SOLR-17057
Project: Solr
Issue Type
jalshorji commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781873037
I understand. But should I get any cores in solr, because when I start solr
UI it says No Cores Available
--
This is an automated message from the Apache Git Service.
To resp
HoustonPutman commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781865117
`Can't find resource 'schema.xml' in classpath or
'/configs/PreservationAgent'` This error means that you are using a configSet
called `PreservationAgent`. That isn't somet
jalshorji commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781862475
I havn't used any configSet, can you explain more?
I just followed the tutorial
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
HoustonPutman commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781859741
Are you sure you have uploaded your configSet correctly? I don't think this
relates to the Solr Operator.
--
This is an automated message from the Apache Git Service.
To
jalshorji commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781857018
The issue is solved.
How ever, I have another issue.
When I create solr and zookeeper
apiVersion: solr.apache.org/v1beta1
kind: SolrCloud
metadata:
nam
clayburn commented on PR #2042:
URL: https://github.com/apache/solr/pull/2042#issuecomment-1781837660
@dsmiley - this is a good idea. While we don't have first-class, documented
support for moving the build scan data around on disk, I think it _might_ be
possible. I will investigate and get
renatoh opened a new pull request, #2044:
URL: https://github.com/apache/solr/pull/2044
I came across some duplicate code which I moved to the utils-class
--
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 t
alessandrobenedetti commented on PR #2030:
URL: https://github.com/apache/solr/pull/2030#issuecomment-1781805531
Before proceeding with the code review, let me ask an additional question:
How is the size affecting the current implementation?
Zookeeper on heap/off-heap memory? Zookeeper
[
https://issues.apache.org/jira/browse/SOLR-17018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780065#comment-17780065
]
David Smiley commented on SOLR-17018:
-
Yes Ahmed. (LTR & timeAllowed is foreign to m
dsmiley commented on code in PR #2041:
URL: https://github.com/apache/solr/pull/2041#discussion_r1373708068
##
solr/core/src/java/org/apache/solr/util/tracing/SolrRequestCarrier.java:
##
Review Comment:
This is now for a Jetty Request, not a SolrRequest; the class name and
HoustonPutman opened a new pull request, #2043:
URL: https://github.com/apache/solr/pull/2043
Small change, so I don't think there needs to be a JIRA.
Example:
```bash
$ gradle dockerTag -Psolr.docker.imageTagSuffix=-java21
-Psolr.docker.baseImage=eclipse-temurin:21-jre-jamm
dsmiley commented on PR #2042:
URL: https://github.com/apache/solr/pull/2042#issuecomment-1781632277
If the build scan is a file that can be generated from the Gradle build
(without access to GE), then this file could be moved back to the GitHub Action
runner machine (which does have access
clayburn commented on PR #2042:
URL: https://github.com/apache/solr/pull/2042#issuecomment-1781570694
@dsmiley - I do not know the best way to address the Crave workflow. In
order for it publish a build scan, it needs to have the access key where the
build is running. I'm not sure it is a g
clayburn opened a new pull request, #2042:
URL: https://github.com/apache/solr/pull/2042
# Description
@dsmiley - This is the similar PR to
https://github.com/apache/lucene/pull/12293
This PR publishes a build scan for every CI build on Jenkins and GitHub
Actions a
[
https://issues.apache.org/jira/browse/SOLR-16922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin McDonald reassigned SOLR-16922:
-
Assignee: Colvin Cowie (was: colvinco#2)
> Scripts wrongly prohibit embedded zookeeper
marcingorski opened a new pull request, #80:
URL: https://github.com/apache/solr-sandbox/pull/80
Some tests in `KafkaCrossDcConsumerTest` were failing because they were
using the real `KafkaConsumer` instance that is looking for a Kafka server.
Unfortunately there was no instance on the loc
HoustonPutman commented on issue #647:
URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1781365229
Can you paste the output of `kubectl replace -f operators/crds.yaml`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
[
https://issues.apache.org/jira/browse/SOLR-17049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779897#comment-17779897
]
Vincent Primault commented on SOLR-17049:
-
Thread on d...@solr.apache.org:
[http
radu-gheorghe opened a new pull request, #648:
URL: https://github.com/apache/solr-operator/pull/648
This should be the first part (or at least an initial attempt at it) for
#624
It adds /tmp as emptyDir to the `zk-init` init container. It also sets
`readOnlyRootFilesystem` to it. F
epugh commented on PR #2038:
URL: https://github.com/apache/solr/pull/2038#issuecomment-1781033817
Nice clean up!
--
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 unsubsc
radu-gheorghe commented on issue #624:
URL: https://github.com/apache/solr-operator/issues/624#issuecomment-1780886148
OK, so I'll change `zk-init` to mount an `emptyDir` into `/tmp`. I'll also
add `readOnlyFilesystem` to its definition in order to test it, but I'd like to
leave it like tha
noah-dbc commented on PR #1827:
URL: https://github.com/apache/solr/pull/1827#issuecomment-1780874069
Just a note to flag the comment on the jira issue that was left a couple of
days ago. This seems to have broken some functionality in solr 9.4
(https://issues.apache.org/jira/browse/SOLR-16
[
https://issues.apache.org/jira/browse/SOLR-17018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779837#comment-17779837
]
Ahmad Abdelghany edited comment on SOLR-17018 at 10/26/23 10:42 AM:
---
[
https://issues.apache.org/jira/browse/SOLR-17018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779837#comment-17779837
]
Ahmad Abdelghany commented on SOLR-17018:
-
Thanks [~dsmiley], just to confirm my
[
https://issues.apache.org/jira/browse/SOLR-16542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779828#comment-17779828
]
Ilan Ginzburg commented on SOLR-16542:
--
Unfortunately, the ticket description does n
murblanc commented on PR #1982:
URL: https://github.com/apache/solr/pull/1982#issuecomment-1780784513
When this code is deployed, existing entries in the queue for config sets
will be ignored. Same goes with switching a cluster to distributed mode without
Overseer (switches both Collection
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant updated SOLR-17054:
--
Fix Version/s: 9.5
(was: main (10.0))
> Remove unused and duplicate code
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779810#comment-17779810
]
ASF subversion and git services commented on SOLR-17054:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault resolved SOLR-17054.
-
Resolution: Fixed
> Remove unused and duplicate code in DistributedZkUpdateProcessor
> --
[
https://issues.apache.org/jira/browse/SOLR-17055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mirko Sertic updated SOLR-17055:
Description:
It seems that the KnnVectorQuery gives a wrong number of search results when
running
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779807#comment-17779807
]
ASF subversion and git services commented on SOLR-17054:
Commit 9
bruno-roustant merged PR #2038:
URL: https://github.com/apache/solr/pull/2038
--
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.ap
Mirko Sertic created SOLR-17056:
---
Summary: KnnVectorQuery: Wrong explain data when running in
cloud-mode
Key: SOLR-17056
URL: https://issues.apache.org/jira/browse/SOLR-17056
Project: Solr
Iss
bruno-roustant commented on PR #2038:
URL: https://github.com/apache/solr/pull/2038#issuecomment-1780685239
Thanks Vincent, let's merge it!
--
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 spe
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant reassigned SOLR-17054:
-
Assignee: Bruno Roustant
> Remove unused and duplicate code in DistributedZkUpdateProces
Mirko Sertic created SOLR-17055:
---
Summary: KnnVectorQuery: Wrong number of search results when
running in cloud-mode
Key: SOLR-17055
URL: https://issues.apache.org/jira/browse/SOLR-17055
Project: Solr
jalshorji opened a new issue, #647:
URL: https://github.com/apache/solr-operator/issues/647
Getting same issue as in https://github.com/apache/solr-operator/issues/278
kubectl replace didn't help
--
This is an automated message from the Apache Git Service.
To respond to the message
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault updated SOLR-17054:
Fix Version/s: main (10.0)
> Remove unused and duplicate code in DistributedZkUpdateProcess
pvcnt commented on PR #2038:
URL: https://github.com/apache/solr/pull/2038#issuecomment-1780661098
@bruno-roustant JIRA ticket has been created:
https://issues.apache.org/jira/browse/SOLR-17054
--
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault updated SOLR-17054:
Description:
There is dead code and duplicate code in DistributedZkUpdateProcessor. It make
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault updated SOLR-17054:
Status: Patch Available (was: Open)
> Remove unused and duplicate code in DistributedZkUpd
[
https://issues.apache.org/jira/browse/SOLR-17054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault updated SOLR-17054:
Status: Open (was: Patch Available)
> Remove unused and duplicate code in DistributedZkUpd
Vincent Primault created SOLR-17054:
---
Summary: Remove unused and duplicate code in
DistributedZkUpdateProcessor
Key: SOLR-17054
URL: https://issues.apache.org/jira/browse/SOLR-17054
Project: Solr
53 matches
Mail list logo