gezapeti commented on code in PR #1108:
URL: https://github.com/apache/solr/pull/1108#discussion_r1002375679
##
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java:
##
@@ -199,8 +200,17 @@ public boolean split(ClusterState clusterState,
ZkNodeProps messa
dsmiley commented on code in PR #1106:
URL: https://github.com/apache/solr/pull/1106#discussion_r1002332354
##
solr/core/build.gradle:
##
@@ -191,6 +191,9 @@ dependencies {
// For faster XML processing than the JDK
implementation 'org.codehaus.woodstox:stax2-api'
implem
dsmiley commented on code in PR #1108:
URL: https://github.com/apache/solr/pull/1108#discussion_r1002329395
##
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java:
##
@@ -199,8 +200,17 @@ public boolean split(ClusterState clusterState,
ZkNodeProps messag
dsmiley commented on code in PR #585:
URL: https://github.com/apache/solr/pull/585#discussion_r1002323308
##
solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:
##
@@ -304,7 +304,11 @@ private void init(int port) {
ServerConnector connector;
[
https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622504#comment-17622504
]
Tony Cook commented on SOLR-13626:
--
Thanks, "Tony Cook" is fine.
I have no opinion o
gezapeti opened a new pull request, #1108:
URL: https://github.com/apache/solr/pull/1108
…le disk space before splitting shards. Useful with shared file systems like
HDFS
https://issues.apache.org/jira/browse/SOLR-14251
# Description
Adding an option to the SPLIT_SHARD_O
raveendrabikkina-metcash commented on PR #210:
URL: https://github.com/apache/solr/pull/210#issuecomment-1287466123
Unfortunately i don't have merge permission. Please reach out to admin.
--
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-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622496#comment-17622496
]
Eric Pugh commented on SOLR-9775:
-
What if we change the logic in SolrIndexSearcher.java
epugh commented on PR #1107:
URL: https://github.com/apache/solr/pull/1107#issuecomment-1287447435
Okay, look at my most recent tests...While they pass, I am not sure I am
actually making things better
--
This is an automated message from the Apache Git Service.
To respond to the
[
https://issues.apache.org/jira/browse/SOLR-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-16485:
--
Fix Version/s: 9.1
main (10.0)
Assignee: Houston Putman
Resol
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622487#comment-17622487
]
Joel Bernstein edited comment on SOLR-15733 at 10/21/22 9:11 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622488#comment-17622488
]
ASF subversion and git services commented on SOLR-16485:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622486#comment-17622486
]
ASF subversion and git services commented on SOLR-16485:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622487#comment-17622487
]
Joel Bernstein commented on SOLR-15733:
---
[~krisden] mentions that this can be done
[
https://issues.apache.org/jira/browse/SOLR-16485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622483#comment-17622483
]
ASF subversion and git services commented on SOLR-16485:
Commit 4
HoustonPutman merged PR #1100:
URL: https://github.com/apache/solr/pull/1100
--
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.apa
risdenk commented on code in PR #585:
URL: https://github.com/apache/solr/pull/585#discussion_r1002176441
##
gradle/solr/force-versions.gradle:
##
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See
risdenk commented on PR #585:
URL: https://github.com/apache/solr/pull/585#issuecomment-1287418604
> SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions
prior to 1.8.
Hmmm - thats concerning. we have slf4j 1.7.x in versions.lock and no
other slf4j according to
[
https://issues.apache.org/jira/browse/SOLR-16188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622480#comment-17622480
]
Houston Putman commented on SOLR-16188:
---
Yeah we should delete the "guide" page and
[
https://issues.apache.org/jira/browse/SOLR-16188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622479#comment-17622479
]
Kevin Risden commented on SOLR-16188:
-
[~houston] / [~janhoy] is there more to do her
epugh opened a new pull request, #1107:
URL: https://github.com/apache/solr/pull/1107
https://issues.apache.org/jira/browse/SOLR-9775
# Description
This is brought over from
https://github.com/apache/lucene-solr/pull/116/files
# Solution
I feel like I am pulling a thr
dsmiley commented on code in PR #585:
URL: https://github.com/apache/solr/pull/585#discussion_r1002157652
##
gradle/solr/force-versions.gradle:
##
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See
[
https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622475#comment-17622475
]
Eric Pugh commented on SOLR-16368:
--
I think that this is done as far as can be until we
risdenk commented on PR #1105:
URL: https://github.com/apache/solr/pull/1105#issuecomment-1287395562
> there are a MILLION places where we create raw HttpGet in the tests
yea more of a we can skip it now but probably has to be fixed at some point
:)
--
This is an automated message
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622473#comment-17622473
]
Houston Putman commented on SOLR-15733:
---
Ok good to know there are actual dependenc
janhoy merged PR #79:
URL: https://github.com/apache/solr-site/pull/79
--
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.or
[
https://issues.apache.org/jira/browse/SOLR-14410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622464#comment-17622464
]
Jan Høydahl commented on SOLR-14410:
We need help testing the PR for this on more Lin
[
https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16309:
Priority: Minor (was: Major)
> Upgrade vulnerable jQuery UI to version 1.13.2
> --
[
https://issues.apache.org/jira/browse/SOLR-16220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16220:
Labels: newdev (was: )
> Documentation leads to NPE Missing SslContextFactory for SolrJ client
> -
[
https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16309:
Component/s: Admin UI
> Upgrade vulnerable jQuery UI to version 1.13.2
> --
[
https://issues.apache.org/jira/browse/SOLR-16309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16309:
Issue Type: Task (was: Bug)
> Upgrade vulnerable jQuery UI to version 1.13.2
> ---
[
https://issues.apache.org/jira/browse/SOLR-16220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16220:
Component/s: documentation
> Documentation leads to NPE Missing SslContextFactory for SolrJ client
janhoy commented on PR #428:
URL: https://github.com/apache/solr/pull/428#issuecomment-1287381176
I brought this PR up to date with main, so it can be easily tested.
You can check out the PR branch locally, build and then try installing, or
you can download a prebuilt tar from
http://com
epugh commented on PR #1105:
URL: https://github.com/apache/solr/pull/1105#issuecomment-1287380545
@risdenk there are a MILLION places where we create raw HttpGet in the
tests, I saw that when I tried to migrate things to `SolrClient` or
`SolrCloudClient`... It would be great if we had
[
https://issues.apache.org/jira/browse/SOLR-16233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16233.
-
Resolution: Incomplete
[~Idjeraoui] there isn't any detail to go on here.
> Add HTTP headers sup
[
https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622460#comment-17622460
]
Kevin Risden commented on SOLR-16363:
-
This looks valid. need to do something like `.
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622458#comment-17622458
]
Kevin Risden commented on SOLR-15733:
-
{quote}I just don't find it very useful to hav
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622456#comment-17622456
]
Houston Putman commented on SOLR-15733:
---
> we will still include a handful of Tuple
[
https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622455#comment-17622455
]
Eric Pugh commented on SOLR-9775:
-
There is a QueryResultKeyTest, so I added a test where
[
https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622448#comment-17622448
]
Kevin Risden edited comment on SOLR-9775 at 10/21/22 7:40 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622448#comment-17622448
]
Kevin Risden commented on SOLR-9775:
https://lists.apache.org/thread/ptdt7joh387610z4l
[
https://issues.apache.org/jira/browse/SOLR-14410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622443#comment-17622443
]
Kevin Risden commented on SOLR-14410:
-
Reported as this causes failures on RHEL 9 -
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622441#comment-17622441
]
Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:35 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622441#comment-17622441
]
Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:34 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622441#comment-17622441
]
Joel Bernstein edited comment on SOLR-15733 at 10/21/22 7:33 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622441#comment-17622441
]
Joel Bernstein commented on SOLR-15733:
---
[~houston], the PR is getting closer to co
[
https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16443:
Status: Patch Available (was: Open)
> Upgrade Jackson bom to 2.13.4.20221013
> ---
[
https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622439#comment-17622439
]
Kevin Risden commented on SOLR-16443:
-
Added annotations to compileOnly to work aroun
risdenk opened a new pull request, #1106:
URL: https://github.com/apache/solr/pull/1106
https://issues.apache.org/jira/browse/SOLR-16433
--
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 specif
[
https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622436#comment-17622436
]
Pasupathi Rajamanickam commented on SOLR-13360:
---
I ran into exact same issu
joel-bernstein commented on PR #1099:
URL: https://github.com/apache/solr/pull/1099#issuecomment-1287348911
The full test suit is passing except for the following which fails everytime
and seems to be unrelated.
2> 32414 INFO
(TEST-PerReplicaStatesIntegrationTest.testPerReplicaStat
Pasupathi-Rajamanickam commented on PR #210:
URL: https://github.com/apache/solr/pull/210#issuecomment-1287348469
@raveendrabikkina-metcash I ran into same issue because of Synonyms causing
issue when char length mismatch. Do you know when this will be merged and moved
to production?
--
[
https://issues.apache.org/jira/browse/SOLR-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622431#comment-17622431
]
Eric Pugh commented on SOLR-9775:
-
[~cpoerschke] This showed up on my radar after [~krisde
[
https://issues.apache.org/jira/browse/SOLR-16262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622430#comment-17622430
]
Houston Putman commented on SOLR-16262:
---
Unfortunately not, just a slack discussion
risdenk commented on code in PR #1105:
URL: https://github.com/apache/solr/pull/1105#discussion_r1002111360
##
solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionReloadTest.java:
##
@@ -86,4 +96,107 @@ public void testReloadedLeaderStateAfterZkSessionLoss()
thro
joel-bernstein commented on code in PR #1099:
URL: https://github.com/apache/solr/pull/1099#discussion_r1002114271
##
solr/solrj-streaming/build.gradle:
##
@@ -0,0 +1,52 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreeme
[
https://issues.apache.org/jira/browse/SOLR-16443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622428#comment-17622428
]
Kevin Risden commented on SOLR-16443:
-
Running into :
{code:java}
> Task :solr:core:
epugh opened a new pull request, #1105:
URL: https://github.com/apache/solr/pull/1105
https://issues.apache.org/jira/browse/SOLR-13880
# Description
Migrate test from https://github.com/apache/lucene-solr/pull/986 to current
repo.
# Solution
Additional tes
[
https://issues.apache.org/jira/browse/SOLR-16248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16248:
Status: Patch Available (was: Open)
> equals() & hashCode() impl of DocCollection does not conside
[
https://issues.apache.org/jira/browse/SOLR-16248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622427#comment-17622427
]
Kevin Risden commented on SOLR-16248:
-
[~noble.paul] looks like there are commits for
[
https://issues.apache.org/jira/browse/SOLR-16259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16259:
Status: Patch Available (was: Open)
> installer not properly defining the PID directory -- newline
[
https://issues.apache.org/jira/browse/SOLR-16259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622425#comment-17622425
]
Kevin Risden commented on SOLR-16259:
-
[~elyograg] it looks like this this can be res
[
https://issues.apache.org/jira/browse/SOLR-16262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622424#comment-17622424
]
Kevin Risden commented on SOLR-16262:
-
[~houston] did an INFRA ticket get created for
[
https://issues.apache.org/jira/browse/SOLR-13880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-13880:
Assignee: Eric Pugh
> Collection creation fails with coreNodeName core_nodeX does not exist in sha
[
https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622422#comment-17622422
]
Kevin Risden commented on SOLR-16321:
-
Jira is not the correct replace for support re
[
https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden reassigned SOLR-16321:
---
Assignee: Kevin Risden
> Solr - CSV import - can't read line
> -
[
https://issues.apache.org/jira/browse/SOLR-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16321.
-
Resolution: Invalid
> Solr - CSV import - can't read line
> ---
>
[
https://issues.apache.org/jira/browse/SOLR-16330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16330.
-
Resolution: Invalid
Not enough detail to go on here.
Jira is not the correct replace for suppor
[
https://issues.apache.org/jira/browse/SOLR-16330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden reassigned SOLR-16330:
---
Assignee: Kevin Risden
> import csv file scientific notation issue
> ---
[
https://issues.apache.org/jira/browse/SOLR-16342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622417#comment-17622417
]
Kevin Risden commented on SOLR-16342:
-
[~zaccheob] thanks for the follow up about Jso
[
https://issues.apache.org/jira/browse/SOLR-16342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16342.
-
Resolution: Won't Fix
> not working
> --
>
> Key: SOLR-1
risdenk commented on code in PR #1099:
URL: https://github.com/apache/solr/pull/1099#discussion_r1002091268
##
solr/solrj-streaming/build.gradle:
##
@@ -0,0 +1,52 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. S
[
https://issues.apache.org/jira/browse/SOLR-16350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16350.
-
Resolution: Incomplete
[~shubanker] have you tried doing what [~gus] said about using 127.0.0.1 o
joel-bernstein commented on PR #1099:
URL: https://github.com/apache/solr/pull/1099#issuecomment-1287318530
solrj-streaming test are passing now. Checking the entire test suite, there
will be failures in places that expect to find Streaming Expressions in solrj.
--
This is an automated me
[
https://issues.apache.org/jira/browse/SOLR-16358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16358.
-
Resolution: Invalid
Jira is not the correct replace for support requests. Those should go to the
[
https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622412#comment-17622412
]
Eric Pugh commented on SOLR-13626:
--
I've updated the patch to the latest Github repo.
epugh commented on PR #1104:
URL: https://github.com/apache/solr/pull/1104#issuecomment-1287317048
@tonycoz, how would you like to be reference in the Changelog?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622410#comment-17622410
]
ASF subversion and git services commented on SOLR-16486:
Commit f
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-16486.
---
Fix Version/s: main (10.0)
Assignee: Houston Putman
Resolution: Fixed
> Pin O
epugh opened a new pull request, #1104:
URL: https://github.com/apache/solr/pull/1104
https://issues.apache.org/jira/browse/SOLR-13626
# Description
This is work that was done in the old shared lucene-solr repo
https://github.com/apache/lucene-solr/pull/802 by @tony
[
https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16363:
Issue Type: Bug (was: Improvement)
> addDoc() in DirectUpdateHandler2 needs additional Exception H
[
https://issues.apache.org/jira/browse/SOLR-13626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-13626:
Assignee: Eric Pugh
> broken links in solr/solr-ref-guide/src/implicit-requesthandlers.adoc
>
sonatype-lift[bot] commented on PR #1103:
URL: https://github.com/apache/solr/pull/1103#issuecomment-1287314111
:warning: **313 God Classes** were detected by Lift in this project. [Visit
the Lift web
console](https://lift.sonatype.com/results/github.com/apache/solr/01GFXTMH7FHEGWCXP6WXF2MY
[
https://issues.apache.org/jira/browse/SOLR-16359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved SOLR-16359.
-
Resolution: Invalid
> Reindex without delete old index data
> ---
[
https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622408#comment-17622408
]
Kevin Risden commented on SOLR-16368:
-
[~epugh] is there more to do here? I see the P
[
https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16368:
Fix Version/s: main (10.0)
9.2
> Refactoring: Use SolrClient type instead of ove
[
https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16368:
Status: Patch Available (was: Open)
> Refactoring: Use SolrClient type instead of overly specific
risdenk commented on code in PR #585:
URL: https://github.com/apache/solr/pull/585#discussion_r1002079847
##
solr/server/etc/jetty.xml:
##
@@ -178,7 +178,7 @@
-
+
Review Comment:
Fixed in
[
https://issues.apache.org/jira/browse/SOLR-16412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16412:
Status: Patch Available (was: Open)
> Race condition could trigger error on concurrent SizeLimited
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622406#comment-17622406
]
ASF subversion and git services commented on SOLR-16486:
Commit 3
risdenk commented on PR #1039:
URL: https://github.com/apache/solr/pull/1039#issuecomment-1287303290
```
solr git:(SOLR-16427-part-2) ./gradlew check -Pvalidation.errorprone=true
...
BUILD SUCCESSFUL in 21m 31s
586 actionable tasks: 215 executed, 371 up-to-date
```
--
This i
risdenk commented on code in PR #585:
URL: https://github.com/apache/solr/pull/585#discussion_r1002074641
##
solr/server/etc/jetty.xml:
##
@@ -178,7 +178,7 @@
-
+
Review Comment:
Ugh @epug
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622397#comment-17622397
]
ASF subversion and git services commented on SOLR-16486:
Commit e
HoustonPutman merged PR #1102:
URL: https://github.com/apache/solr/pull/1102
--
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.apa
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-16486:
---
Priority: Blocker (was: Major)
> Pin OS version for base Docker image
>
[
https://issues.apache.org/jira/browse/SOLR-16486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-16486:
---
Fix Version/s: 9.1
> Pin OS version for base Docker image
>
>
>
HoustonPutman commented on issue #483:
URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1287286797
Are you sure you don't have a podMonitor defined as well?
Looks like there might be a bug in the prometheus operator? In the meantime
you can use `targetPort` instead
risdenk commented on PR #1039:
URL: https://github.com/apache/solr/pull/1039#issuecomment-1287278907
I'm not 100% sure I got all the changes from my previous branch - I'm
running all the tests now and will potentially force push again to fix any
minor things I missed.
--
This is an autom
risdenk commented on PR #1039:
URL: https://github.com/apache/solr/pull/1039#issuecomment-1287277826
@dsmiley / @epugh I force pushed this branch to reapply these changes on top
of https://github.com/apache/solr/pull/953 and break up each commit into one
error-prone rule. Hopefully that mak
sanjay3290 commented on issue #483:
URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1287275819
you are right, thats how its supposed to work. However the service endpoint
in prometheus targets is referencing to http://podIP:90/metrics and due to
that, the connection is
1 - 100 of 183 matches
Mail list logo