gerlowskija merged PR #2455:
URL: https://github.com/apache/solr/pull/2455
--
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.apach
[
https://issues.apache.org/jira/browse/SOLR-17044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850340#comment-17850340
]
ASF subversion and git services commented on SOLR-17044:
Commit 4
epugh merged PR #2416:
URL: https://github.com/apache/solr/pull/2416
--
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-17247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850369#comment-17850369
]
ASF subversion and git services commented on SOLR-17247:
Commit 1
[
https://issues.apache.org/jira/browse/SOLR-17247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850370#comment-17850370
]
ASF subversion and git services commented on SOLR-17247:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-17247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-17247:
Assignee: Eric Pugh
> 'WWW-Authenticate' headers missing in MultiAuthPlugin
>
[
https://issues.apache.org/jira/browse/SOLR-17247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-17247.
--
Fix Version/s: 9.7
Resolution: Fixed
> 'WWW-Authenticate' headers missing in MultiAuthPlugin
> -
Eric Pugh created SOLR-17313:
Summary: Remove Deprecated SolrLogPostTool
Key: SOLR-17313
URL: https://issues.apache.org/jira/browse/SOLR-17313
Project: Solr
Issue Type: Task
Security Level:
Jason Gerlowski created SOLR-17314:
--
Summary: SolrClient implementations should not mutate request
objects
Key: SOLR-17314
URL: https://issues.apache.org/jira/browse/SOLR-17314
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850405#comment-17850405
]
Christine Poerschke commented on SOLR-13350:
Hello. I'd like to share some re
cpoerschke commented on code in PR #2483:
URL: https://github.com/apache/solr/pull/2483#discussion_r1619145893
##
gradle/testing/failed-tests-at-end.gradle:
##
@@ -25,11 +25,12 @@ allprojects {
tasks.withType(Test) { Test task ->
afterTest { desc, result ->
if (re
[
https://issues.apache.org/jira/browse/SOLR-17228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850421#comment-17850421
]
Jason Gerlowski commented on SOLR-17228:
Hi [~nikolaydocu] - this is indeed a bug
[
https://issues.apache.org/jira/browse/SOLR-17228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved SOLR-17228.
Resolution: Duplicate
> Task queue stalled issues.
> --
>
>
HoustonPutman commented on code in PR #2483:
URL: https://github.com/apache/solr/pull/2483#discussion_r1619190342
##
gradle/testing/failed-tests-at-end.gradle:
##
@@ -25,11 +25,12 @@ allprojects {
tasks.withType(Test) { Test task ->
afterTest { desc, result ->
if
AndreyBozhko commented on code in PR #2483:
URL: https://github.com/apache/solr/pull/2483#discussion_r1619247178
##
gradle/testing/failed-tests-at-end.gradle:
##
@@ -25,11 +25,12 @@ allprojects {
tasks.withType(Test) { Test task ->
afterTest { desc, result ->
if (
Eric Pugh created SOLR-17315:
Summary: Bug in messaging when creating a collection
Key: SOLR-17315
URL: https://issues.apache.org/jira/browse/SOLR-17315
Project: Solr
Issue Type: Sub-task
[
https://issues.apache.org/jira/browse/SOLR-17315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850450#comment-17850450
]
Eric Pugh commented on SOLR-17315:
--
With the default docker-compose for solr cloud from
[
https://issues.apache.org/jira/browse/SOLR-17315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-17315:
-
Affects Version/s: 9.6
(was: main (10.0))
> Bug in messaging when creating a c
[
https://issues.apache.org/jira/browse/SOLR-17315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-17315:
-
Summary: Bug in messaging when creating a collection, and then you can't
actually call the config method
madrob commented on PR #2483:
URL: https://github.com/apache/solr/pull/2483#issuecomment-2138003318
See also https://issues.apache.org/jira/browse/SOLR-15447
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
gus-asf commented on PR #2483:
URL: https://github.com/apache/solr/pull/2483#issuecomment-2138043439
if we are touching this lets add a `./` on the front of the command so one
can actually cut and paste it :)
--
This is an automated message from the Apache Git Service.
To respond to the
dsmiley commented on code in PR #76:
URL: https://github.com/apache/solr/pull/76#discussion_r1619398738
##
solr/core/src/java/org/apache/solr/handler/component/TaskManagementHandler.java:
##
@@ -0,0 +1,146 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
dsmiley commented on code in PR #76:
URL: https://github.com/apache/solr/pull/76#discussion_r1619409451
##
solr/core/src/java/org/apache/solr/handler/component/TaskManagementHandler.java:
##
@@ -0,0 +1,146 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
dsmiley opened a new pull request, #2486:
URL: https://github.com/apache/solr/pull/2486
From ModifiableSolrParams to SearchHandler. Too special-purpose to warrant
any back-compat concern. Was here since 2023-06
--
This is an automated message from the Apache Git Service.
To respond to t
dsmiley commented on PR #1570:
URL: https://github.com/apache/solr/pull/1570#issuecomment-2138171095
See https://github.com/apache/solr/pull/2486 where I move it. Would love a
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
AndreyBozhko commented on PR #2483:
URL: https://github.com/apache/solr/pull/2483#issuecomment-2138176733
Thanks @madrob - any particular reason why the patch from SOLR-15447 was
never applied?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
[
https://issues.apache.org/jira/browse/SOLR-17237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17237:
--
Fix Version/s: 9.6
(was: 9.6.0)
> JSON Writer appears to return invalid
[
https://issues.apache.org/jira/browse/SOLR-17237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman closed SOLR-17237.
-
> JSON Writer appears to return invalid JSON when binary fields are used
> --
[
https://issues.apache.org/jira/browse/SOLR-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17097:
--
Fix Version/s: 9.5
(was: 9.5.0)
> Upgrade to Lucene 9.9.2
>
[
https://issues.apache.org/jira/browse/SOLR-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman closed SOLR-17097.
-
> Upgrade to Lucene 9.9.2
> ---
>
> Key: SOLR-17097
>
[
https://issues.apache.org/jira/browse/SOLR-17124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman closed SOLR-17124.
-
> Complete Major changes and Upgrade Notes in RefGuide for 9.5.0
> --
[
https://issues.apache.org/jira/browse/SOLR-17068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17068:
--
Fix Version/s: 9.5
(was: 9.5.0)
> Migrate Ref Guide content to using bin
[
https://issues.apache.org/jira/browse/SOLR-17124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17124:
--
Fix Version/s: 9.5
(was: 9.5.0)
> Complete Major changes and Upgrade Not
[
https://issues.apache.org/jira/browse/SOLR-17128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman closed SOLR-17128.
-
> Upgrade to Lucene 9.9.2
> ---
>
> Key: SOLR-17128
>
[
https://issues.apache.org/jira/browse/SOLR-17128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-17128:
--
Fix Version/s: 9.5
(was: 9.5.0)
> Upgrade to Lucene 9.9.2
>
[
https://issues.apache.org/jira/browse/SOLR-17068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman closed SOLR-17068.
-
> Migrate Ref Guide content to using bin/solr post command
>
dsmiley opened a new pull request, #2487:
URL: https://github.com/apache/solr/pull/2487
Put a convenient link to test history, powered by Gradle Enterprise.
Could be enhanced to also include fucit.org
Improve the corresponding build logic to be more "groovy", as it's said.
Ex
[
https://issues.apache.org/jira/browse/SOLR-16654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850547#comment-17850547
]
David Smiley commented on SOLR-16654:
-
[~magibney] the test has been failing about 0.
dsmiley commented on PR #2484:
URL: https://github.com/apache/solr/pull/2484#issuecomment-2138550449
One failing test; [reported
it](https://issues.apache.org/jira/browse/SOLR-16654?focusedCommentId=17850547&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-178505
iamsanjay commented on PR #2487:
URL: https://github.com/apache/solr/pull/2487#issuecomment-2138627916
+1
Knowing test history would empower (old/**new**) Devs to make better
decision. For instance, I observed that lots of build failed due to the flaky
test cases, and I did not even
40 matches
Mail list logo