[
https://issues.apache.org/jira/browse/SOLR-16753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720843#comment-17720843
]
Noble Paul commented on SOLR-16753:
---
Is it possible to trace this to any particular com
cpoerschke commented on code in PR #1570:
URL: https://github.com/apache/solr/pull/1570#discussion_r1188282152
##
solr/solrj/src/java/org/apache/solr/common/params/ModifiableSolrParams.java:
##
@@ -175,6 +177,18 @@ public boolean remove(String name, String value) {
// ---
Eric Pugh created SOLR-16794:
Summary: Return exit codes from CLI tools
Key: SOLR-16794
URL: https://issues.apache.org/jira/browse/SOLR-16794
Project: Solr
Issue Type: Sub-task
Componen
[
https://issues.apache.org/jira/browse/SOLR-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16794:
-
Description:
In review of https://github.com/apache/solr/pull/1600, [~krisden] noticed that
the exit cod
epugh commented on code in PR #1600:
URL: https://github.com/apache/solr/pull/1600#discussion_r1188478363
##
solr/bin/solr:
##
@@ -746,7 +750,6 @@ function run_tool() {
# get status about any Solr nodes running on this host
function get_status() {
- CODE=4
Review Comment:
epugh merged PR #1623:
URL: https://github.com/apache/solr/pull/1623
--
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.org
[
https://issues.apache.org/jira/browse/SOLR-16782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-16782.
--
Fix Version/s: main (10.0)
9.3
Resolution: Fixed
> Export tool should export
[
https://issues.apache.org/jira/browse/SOLR-16782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720897#comment-17720897
]
ASF subversion and git services commented on SOLR-16782:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-16782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720898#comment-17720898
]
ASF subversion and git services commented on SOLR-16782:
Commit e
epugh opened a new pull request, #1634:
URL: https://github.com/apache/solr/pull/1634
https://issues.apache.org/jira/browse/SSOLR-6994
# Description
Get rid of the post.jar that hangs out, and instead use `bin/solr post` as
the entry point. Move logic into the Java code t
dsmiley commented on code in PR #1625:
URL: https://github.com/apache/solr/pull/1625#discussion_r1188562791
##
solr/solrj-zookeeper/src/java/org/apache/solr/client/solrj/impl/SolrClientNodeStateProvider.java:
##
@@ -221,110 +217,18 @@ static void fetchReplicaMetrics(
@Overrid
epugh commented on PR #1570:
URL: https://github.com/apache/solr/pull/1570#issuecomment-1540150494
@renatoh is this your first patch to solr? Normally small refactorings
don't go into solr/CHANGES.txt, however when it's a new contributor, I like to
mention them! Assuming that is okay, ho
gerlowskija commented on PR #1594:
URL: https://github.com/apache/solr/pull/1594#issuecomment-1540172129
> Maybe we don't count it as a delete anymore, when the action is more of a
scale. So `PUT /api/collections/Cn/replicas/scale?count=123`
Thanks for the suggestion!
I have so
HoustonPutman commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188652908
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
I believe
HoustonPutman commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188656206
##
solr/core/src/java/org/apache/solr/handler/component/ResponseBuilder.java:
##
@@ -60,7 +60,6 @@ public class ResponseBuilder {
public boolean doExpand;
publ
renatoh commented on code in PR #1570:
URL: https://github.com/apache/solr/pull/1570#discussion_r1188697934
##
solr/solrj/src/java/org/apache/solr/common/params/ModifiableSolrParams.java:
##
@@ -175,6 +177,18 @@ public boolean remove(String name, String value) {
// --
janhoy commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188705713
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
Ok, cool. We sho
janhoy commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188708460
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
Ok, cool. We sho
HoustonPutman commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188714405
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
Kind of,
HoustonPutman commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1188826368
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
Ok this i
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721002#comment-17721002
]
Isabelle Giguere commented on SOLR-14886:
-
To reproduce on Solr 9 (now that SOLR-
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721002#comment-17721002
]
Isabelle Giguere edited comment on SOLR-14886 at 5/9/23 4:46 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721002#comment-17721002
]
Isabelle Giguere edited comment on SOLR-14886 at 5/9/23 4:46 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-16795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Letu Ren updated SOLR-16795:
Description:
Gradle 7.6.1 has been released. It is the first patch release for Gradle 7.6
and is recommend
Letu Ren created SOLR-16795:
---
Summary: Upgrade gradle wrapper to 7.6.1
Key: SOLR-16795
URL: https://issues.apache.org/jira/browse/SOLR-16795
Project: Solr
Issue Type: Improvement
Security Lev
HoustonPutman opened a new pull request, #1635:
URL: https://github.com/apache/solr/pull/1635
(no comment)
--
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
fliphess commented on issue #497:
URL: https://github.com/apache/solr-operator/issues/497#issuecomment-1540600036
I ran into a similar issue where the prometheus exporter kept crashing:
Changing the CPU limits on the prometheus exporter did the trick for me:
Otherwise every collection round
HoustonPutman commented on PR #1203:
URL: https://github.com/apache/solr/pull/1203#issuecomment-1540644941
We should create a JIRA for this btw.
--
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 th
[
https://issues.apache.org/jira/browse/SOLR-16795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721036#comment-17721036
]
Letu Ren commented on SOLR-16795:
-
There are some problems when running {{./gradle check
HoustonPutman merged PR #1635:
URL: https://github.com/apache/solr/pull/1635
--
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
janhoy commented on code in PR #1622:
URL: https://github.com/apache/solr/pull/1622#discussion_r1189023064
##
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc:
##
@@ -1,95 +0,0 @@
-= Analytics Expression Sources
Review Comment:
We can always co
epugh merged PR #1600:
URL: https://github.com/apache/solr/pull/1600
--
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.org
[
https://issues.apache.org/jira/browse/SOLR-16760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721093#comment-17721093
]
ASF subversion and git services commented on SOLR-16760:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-16760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721094#comment-17721094
]
ASF subversion and git services commented on SOLR-16760:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-16760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-16760.
--
Fix Version/s: main (10.0)
9.3
Resolution: Fixed
> bin/solr package -h doesn'
[
https://issues.apache.org/jira/browse/SOLR-16764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-16764.
--
Fix Version/s: main (10.0)
9.3
Resolution: Fixed
> Be clearer that bin/solr e
[
https://issues.apache.org/jira/browse/SOLR-16764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-16764:
Assignee: Eric Pugh
> Be clearer that bin/solr export uses JSONL, not JSON format. Fix up how
>
renatoh commented on PR #1570:
URL: https://github.com/apache/solr/pull/1570#issuecomment-1540914303
@epugh I have done 2 or 3 very small commits before, e.g. fixing a typo or
doing a minor change to 1 or 2 lines of code.
Yes, that is OK, I would like to be referenced with my full name, w
epugh commented on PR #1570:
URL: https://github.com/apache/solr/pull/1570#issuecomment-1540938494
I don't know why, but yeah, Crave gets confused at times...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
epugh opened a new pull request, #1636:
URL: https://github.com/apache/solr/pull/1636
https://issues.apache.org/jira/browse/SOLR-16765
# Description
export is off by one on the limit and the logic
# Solution
fix
# Tests
Please describe the tests you've develo
epugh commented on PR #1636:
URL: https://github.com/apache/solr/pull/1636#issuecomment-1541058531
This is ready for review.
--
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.
[
https://issues.apache.org/jira/browse/SOLR-16765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-16765:
Assignee: Eric Pugh
> Export tool doesn't properly count the number of exported docs.
> --
[
https://issues.apache.org/jira/browse/SOLR-13880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721200#comment-17721200
]
Ishan Chattopadhyaya commented on SOLR-13880:
-
This test is failing ever sinc
43 matches
Mail list logo