[
https://issues.apache.org/jira/browse/SOLR-15630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15630:
--
Description:
Prior to Solr 9, Solr code included hardcoded, single character, prefixes
[
https://issues.apache.org/jira/browse/SOLR-15630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter resolved SOLR-15630.
---
Fix Version/s: main (9.0)
Resolution: Fixed
> MDC "prefix labels" should be ha
[
https://issues.apache.org/jira/browse/SOLR-15630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416347#comment-17416347
]
ASF subversion and git services commented on SOLR-15630:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-15635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Voronin updated SOLR-15635:
-
Environment:
* 2x solr nodes (12cpu, 40Gb, 300gb hdd)
* solr heap: 30Gb
* index size: ~60Gb per
Roman Voronin created SOLR-15635:
Summary: Export causes to collection error
Key: SOLR-15635
URL: https://issues.apache.org/jira/browse/SOLR-15635
Project: Solr
Issue Type: Bug
Security
[
https://issues.apache.org/jira/browse/SOLR-15258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley reopened SOLR-15258:
-
> ConfigSetService: add CRUD operations, subsume ZkConfigManager
> -
[
https://issues.apache.org/jira/browse/SOLR-15630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15630:
--
Attachment: SOLR-15630.patch
Status: Open (was: Open)
patch updated to include
[
https://issues.apache.org/jira/browse/SOLR-15630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15630:
--
Description:
Prior to Solr 9, Solr code included hardcoded, single character, prefixes
HoustonPutman commented on a change in pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#discussion_r710167812
##
File path: controllers/solrcloud_controller.go
##
@@ -699,6 +695,41 @@ func reconcileCloudStatus(r *SolrCloudReconciler,
solrCloud *solr.Sol
HoustonPutman commented on a change in pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#discussion_r710166288
##
File path: api/v1beta1/solrcloud_types.go
##
@@ -325,20 +329,158 @@ type SolrEphemeralDataStorageOptions struct {
EmptyDir *corev1.Em
[
https://issues.apache.org/jira/browse/SOLR-15634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-15634.
--
Resolution: Invalid
Our Jira is not a support portal. Questions like this should be dir
[
https://issues.apache.org/jira/browse/SOLR-10887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh resolved SOLR-10887.
Fix Version/s: main (9.0)
Resolution: Fixed
> Add .xml extension to managed-schema
>
[
https://issues.apache.org/jira/browse/SOLR-10887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416090#comment-17416090
]
ASF subversion and git services commented on SOLR-10887:
Commit d
epugh merged pull request #279:
URL: https://github.com/apache/solr/pull/279
--
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...@so
gerlowskija edited a comment on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920864635
Thanks Houston - I saw that 'make lint' advises using 'go fmt' to
autocorrect issues as well. Lots of options it looks like!
--
This is an automated message fr
gerlowskija commented on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920864635
Thanks Houston - I saw that 'make lint' advises using 'go fmt' to
autocorrect issues as well. Lots of options it looks like haha.
--
This is an automated message from
HoustonPutman commented on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920864016
@gerlowskija you can run ‘make fmt’ to fix the formatting issues or ‘make
prepare’ to auto-fix all possible linting issues that can be auto-fixed
--
This is an auto
gerlowskija removed a comment on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920860482
Actually - I see there are a few errors in the PR build that come out of
'make lint'. It looks like the 'lint' output proposes a fix in each line that
has bad i
gerlowskija commented on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920860482
Actually - I see there are a few errors in the PR build that come out of
'make lint'. It looks like the 'lint' output proposes a fix in each line that
has bad indentati
gerlowskija commented on pull request #302:
URL: https://github.com/apache/solr-operator/pull/302#issuecomment-920856983
Alright, quick update on my progress here. Since I last posted, I've
- addressed all of Houston's requests (except two where I asked for
clarification on what he
[
https://issues.apache.org/jira/browse/SOLR-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416078#comment-17416078
]
Steffen Moldenhauer commented on SOLR-15333:
Added [^SOLR-15333.patch] that a
[
https://issues.apache.org/jira/browse/SOLR-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steffen Moldenhauer updated SOLR-15333:
---
Attachment: SOLR-15333.patch
> Solr-demo in docker uses improper configuration for
>
epugh commented on a change in pull request #279:
URL: https://github.com/apache/solr/pull/279#discussion_r710055148
##
File path:
solr/core/src/test/org/apache/solr/schema/SpatialRPTFieldTypeTest.java
##
@@ -28,34 +28,34 @@
import org.locationtech.spatial4j.shape.Shape;
p
[
https://issues.apache.org/jira/browse/SOLR-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416068#comment-17416068
]
David Eric Pugh commented on SOLR-9661:
---
[~dpgove] I just ran into this one, and am
[
https://issues.apache.org/jira/browse/SOLR-9661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh reassigned SOLR-9661:
-
Assignee: David Eric Pugh
> Explain of select that uses replace() throws exception
>
Zheng Gao created SOLR-15634:
Summary: System memory used up 99% during solr query.
Key: SOLR-15634
URL: https://issues.apache.org/jira/browse/SOLR-15634
Project: Solr
Issue Type: Bug
Secu
[
https://issues.apache.org/jira/browse/SOLR-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415991#comment-17415991
]
Steffen Moldenhauer commented on SOLR-15333:
I get the same warnings after ma
27 matches
Mail list logo