[
https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242229#comment-17242229
]
Andrzej Bialecki commented on SOLR-4735:
[~Pavithrad] please open a new Jira issue
Feng Guo created LUCENE-9629:
Summary: Use computed mask values in ForUtil
Key: LUCENE-9629
URL: https://issues.apache.org/jira/browse/LUCENE-9629
Project: Lucene - Core
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Feng Guo updated LUCENE-9629:
-
Description:
In the class ForkUtil, mask values have been computed and stored in static
final vailables
gf2121 opened a new pull request #2113:
URL: https://github.com/apache/lucene-solr/pull/2113
# Description
In the class ForUtil, mask values have been computed and stored in static
final vailables, but they are recomputed when encoding, may be we can avoid
this~
# Solution
[
https://issues.apache.org/jira/browse/SOLR-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242285#comment-17242285
]
Andrzej Bialecki commented on SOLR-14182:
-
I'd like to start working on this. As
[
https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242331#comment-17242331
]
Erick Erickson commented on SOLR-14992:
---
[~mdrob] No magic, I just use Mark Miller'
Dinesh Kumar created SOLR-15023:
---
Summary: Timeout Issue with Solr Metrics API
Key: SOLR-15023
URL: https://issues.apache.org/jira/browse/SOLR-15023
Project: Solr
Issue Type: Bug
Security
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Description:
Hi Team,
We are facing "connection lost error" in Solr admin page. While debugging, w
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Description:
Hi Team,
We are facing "connection lost error" in Solr admin page. While debugging, w
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242358#comment-17242358
]
Adrien Grand commented on LUCENE-9629:
--
Thanks for catching this unused code block.
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Attachment: Error.pdf
> Timeout Issue with Solr Metrics API
> ---
>
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Description:
Hi Team,
We are facing "connection lost error" in Solr admin page. While debugging, w
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Description:
Hi Team,
We are facing a "Connection to Solr lost" error on the Solr admin page. Whil
[
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Kumar updated SOLR-15023:
Description:
Hi Team,
We are facing a "Connection to Solr lost" error on the Solr admin page. Whil
[
https://issues.apache.org/jira/browse/SOLR-9812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242363#comment-17242363
]
Dinesh Kumar commented on SOLR-9812:
Team,
We are facing issues with the Solr admin/m
[
https://issues.apache.org/jira/browse/SOLR-9812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242363#comment-17242363
]
Dinesh Kumar edited comment on SOLR-9812 at 12/2/20, 1:33 PM:
--
iverase commented on pull request #2094:
URL: https://github.com/apache/lucene-solr/pull/2094#issuecomment-737236259
Thanks @dweiss! I think your approach is potentially more efficient but
harder to make it to a state where you have everything working. I am currently
taking a different app
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534205062
##
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##
@@ -896,6 +900,9 @@ public void load() {
containerHandlers.getApi
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534209824
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/PlacementPluginFactory.java
##
@@ -18,14 +18,22 @@
package org.apache.solr.clust
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534210911
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/PlacementPluginFactory.java
##
@@ -18,14 +18,22 @@
package org.apache.solr.clust
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534219720
##
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##
@@ -257,6 +260,7 @@ public CoreLoadFailure(CoreDescriptor cd, Exception
sigram commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534234770
##
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##
@@ -257,6 +260,7 @@ public CoreLoadFailure(CoreDescriptor cd, Exception
lo
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo commented on LUCENE-9629:
--
Thanks for your reply! I can't agree more that writ
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/2/20, 3:05 PM:
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534255115
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/AddReplicaCmd.java
##
@@ -144,7 +140,8 @@ public void call(ClusterState state
murblanc commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534259966
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/AddReplicaCmd.java
##
@@ -144,7 +140,8 @@ public void call(ClusterState state
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/2/20, 3:34 PM:
sigram commented on a change in pull request #2101:
URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r534293404
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/AddReplicaCmd.java
##
@@ -144,7 +140,8 @@ public void call(ClusterState state,
thelabdude opened a new pull request #2114:
URL: https://github.com/apache/lucene-solr/pull/2114
# Description
This is the backport to 8x from master, original PR was #2010
See JIRA for description of the issue:
https://issues.apache.org/jira/browse/SOLR-12182
# Solution
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242546#comment-17242546
]
ASF subversion and git services commented on SOLR-14934:
Commit 2
thelabdude commented on pull request #2114:
URL: https://github.com/apache/lucene-solr/pull/2114#issuecomment-737397592
precommit and solr tests pass locally so will merge and watch for CI failures
This is an automated messag
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242579#comment-17242579
]
ASF subversion and git services commented on SOLR-12182:
Commit 6
[
https://issues.apache.org/jira/browse/LUCENE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242585#comment-17242585
]
Adrien Grand commented on LUCENE-9628:
--
bq. In BooleanWeight#bulkScorer, we check i
Erick Erickson created SOLR-15024:
-
Summary: Admin UI doesnt' show CharFilters correctly
Key: SOLR-15024
URL: https://issues.apache.org/jira/browse/SOLR-15024
Project: Solr
Issue Type: Bug
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SOLR-12182:
--
Fix Version/s: 8.8
> Can not switch urlScheme in 7x if there are any cores in the cluster
> ---
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter resolved SOLR-12182.
---
Resolution: Fixed
As of 8.8, we opt'd to not store the `base_url` in persisted state in ZK.
[
https://issues.apache.org/jira/browse/SOLR-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter reassigned SOLR-10202:
-
Assignee: (was: Timothy Potter)
> Auto resolve urlScheme, remove cluster property
>
[
https://issues.apache.org/jira/browse/SOLR-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242596#comment-17242596
]
Timothy Potter commented on SOLR-10202:
---
Un-assigned myself on this one as I origin
[
https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242609#comment-17242609
]
Adrien Grand commented on LUCENE-9619:
--
Thanks for the feedback [~ivera]!
I initia
Mike Drob created SOLR-15025:
Summary: MiniSolrCloudCluster.waitForAllNodes ignores passed
timeout value
Key: SOLR-15025
URL: https://issues.apache.org/jira/browse/SOLR-15025
Project: Solr
Issue
[
https://issues.apache.org/jira/browse/SOLR-14940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob resolved SOLR-14940.
--
Resolution: Fixed
re-resolving in favor of tackling it in SOLR-14992
> ReplicationHandler memory leak
madrob opened a new pull request #2115:
URL: https://github.com/apache/lucene-solr/pull/2115
https://issues.apache.org/jira/browse/SOLR-14992
This is an automated message from the Apache Git Service.
To respond to the message
[
https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob reassigned SOLR-14992:
Assignee: Mike Drob
> TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures
> ---
[
https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242626#comment-17242626
]
Mike Drob commented on SOLR-14992:
--
Ok, I think I figured this out, the PR I opened is f
Chris M. Hostetter created SOLR-15026:
-
Summary: MiniSolrCloudCluster can inconsistently get confused
about when it's using SSL
Key: SOLR-15026
URL: https://issues.apache.org/jira/browse/SOLR-15026
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242645#comment-17242645
]
ASF subversion and git services commented on SOLR-14934:
Commit 8
[
https://issues.apache.org/jira/browse/SOLR-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242646#comment-17242646
]
ASF subversion and git services commented on SOLR-15026:
Commit 8
Chris M. Hostetter created SOLR-15027:
-
Summary:
TestInPlaceUpdateWithRouteField.testUpdatingDocValuesWithRouteField reproducing
failure on branch_8x
Key: SOLR-15027
URL: https://issues.apache.org/jira/browse
[
https://issues.apache.org/jira/browse/SOLR-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-15025:
-
Labels: beginner newdev (was: beginner)
> MiniSolrCloudCluster.waitForAllNodes ignores passed timeout va
thelabdude merged pull request #2114:
URL: https://github.com/apache/lucene-solr/pull/2114
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
tflobbe commented on a change in pull request #2115:
URL: https://github.com/apache/lucene-solr/pull/2115#discussion_r534445545
##
File path:
solr/core/src/test/org/apache/solr/cloud/TestPullReplicaErrorHandling.java
##
@@ -236,8 +237,9 @@ public void testCloseHooksDeletedOnRe
[
https://issues.apache.org/jira/browse/SOLR-15027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242700#comment-17242700
]
Chris M. Hostetter commented on SOLR-15027:
---
I don't really understand why/how
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242702#comment-17242702
]
ASF subversion and git services commented on SOLR-14934:
Commit 0
dsmiley merged pull request #2105:
URL: https://github.com/apache/lucene-solr/pull/2105
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
madrob commented on a change in pull request #2115:
URL: https://github.com/apache/lucene-solr/pull/2115#discussion_r534482769
##
File path:
solr/core/src/test/org/apache/solr/cloud/TestPullReplicaErrorHandling.java
##
@@ -236,8 +237,9 @@ public void testCloseHooksDeletedOnRec
janhoy closed pull request #2102:
URL: https://github.com/apache/lucene-solr/pull/2102
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
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242787#comment-17242787
]
ASF subversion and git services commented on SOLR-14934:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242792#comment-17242792
]
Chris M. Hostetter commented on SOLR-12182:
---
[~thelabdude]: on master CHANGES.t
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242817#comment-17242817
]
Mike Drob commented on LUCENE-9629:
---
Would it make sense to shove all of these values
[
https://issues.apache.org/jira/browse/SOLR-14182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242821#comment-17242821
]
Tomas Eduardo Fernandez Lobbe commented on SOLR-14182:
--
{quote}metri
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242828#comment-17242828
]
ASF subversion and git services commented on SOLR-14934:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242826#comment-17242826
]
Timothy Potter commented on SOLR-12182:
---
Yes, I'm aware of that [~hossman] ... wasn
[
https://issues.apache.org/jira/browse/SOLR-14934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter resolved SOLR-14934.
---
Fix Version/s: master (9.0)
8.8
Resolution: Fixed
> Multipl
thelabdude opened a new pull request #2116:
URL: https://github.com/apache/lucene-solr/pull/2116
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short description of the approa
thelabdude merged pull request #2116:
URL: https://github.com/apache/lucene-solr/pull/2116
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
[
https://issues.apache.org/jira/browse/SOLR-12182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242829#comment-17242829
]
ASF subversion and git services commented on SOLR-12182:
Commit 4
janhoy merged pull request #2103:
URL: https://github.com/apache/lucene-solr/pull/2103
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
[
https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242833#comment-17242833
]
Noble Paul commented on SOLR-14613:
---
(y)
> Provide a clean API for pluggable replica a
[
https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242858#comment-17242858
]
Zach Chen commented on LUCENE-9406:
---
Hi [~mikemccand], I'm trying to find a new task t
zacharymorn commented on pull request #2052:
URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-737614580
Just want to have a quick follow up on this PR. Are there any more changes
expected from my end?
This i
[
https://issues.apache.org/jira/browse/LUCENE-9367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242868#comment-17242868
]
Zach Chen edited comment on LUCENE-9367 at 12/3/20, 2:37 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242868#comment-17242868
]
Zach Chen commented on LUCENE-9367:
---
Looks like there's some inconsistency about parsi
Amy Bai created SOLR-15028:
--
Summary: summarySolrCloud shows cluster still healthy without
failover even the node data directory is deleted
Key: SOLR-15028
URL: https://issues.apache.org/jira/browse/SOLR-15028
[
https://issues.apache.org/jira/browse/SOLR-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amy Bai updated SOLR-15028:
---
Affects Version/s: (was: 7.4.1)
7.4
> summarySolrCloud shows cluster still healthy
[
https://issues.apache.org/jira/browse/SOLR-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amy Bai updated SOLR-15028:
---
Description:
I found that SolrCloud won't check the IO status if the SolrCloud process is
alive.
e.g. If
[
https://issues.apache.org/jira/browse/SOLR-15028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amy Bai updated SOLR-15028:
---
Summary: SolrCloud shows cluster still healthy without failover even the
node data directory is deleted (was
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242888#comment-17242888
]
Feng Guo commented on LUCENE-9629:
--
[~mdrob] Thanks for you reply! That's a really good
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242888#comment-17242888
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 3:51 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242888#comment-17242888
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 3:51 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242888#comment-17242888
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 3:53 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242888#comment-17242888
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 3:53 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Feng Guo updated LUCENE-9629:
-
Description:
In the class ForkUtil, mask values have been computed and stored in static
final vailables
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 4:02 AM:
Mike Drob created LUCENE-9630:
-
Summary: Allow Shard Leader to give up leadership gracefully via
shard terms
Key: LUCENE-9630
URL: https://issues.apache.org/jira/browse/LUCENE-9630
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/SOLR-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob reassigned SOLR-15029:
Assignee: Mike Drob
> Allow Shard Leader to give up leadership gracefully via shard terms
> --
[
https://issues.apache.org/jira/browse/SOLR-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob moved LUCENE-9630 to SOLR-15029:
--
Key: SOLR-15029 (was: LUCENE-9630)
Lucene Fields: (was: New)
[
https://issues.apache.org/jira/browse/SOLR-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242904#comment-17242904
]
Mike Drob commented on SOLR-15029:
--
[~tflobbe], [~caomanhdat] - you were involved with t
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 5:52 AM:
tflobbe commented on a change in pull request #2115:
URL: https://github.com/apache/lucene-solr/pull/2115#discussion_r534702097
##
File path:
solr/core/src/test/org/apache/solr/cloud/TestPullReplicaErrorHandling.java
##
@@ -236,8 +237,9 @@ public void testCloseHooksDeletedOnRe
tflobbe commented on a change in pull request #2115:
URL: https://github.com/apache/lucene-solr/pull/2115#discussion_r534702097
##
File path:
solr/core/src/test/org/apache/solr/cloud/TestPullReplicaErrorHandling.java
##
@@ -236,8 +237,9 @@ public void testCloseHooksDeletedOnRe
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 6:41 AM:
[
https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17242418#comment-17242418
]
Feng Guo edited comment on LUCENE-9629 at 12/3/20, 6:43 AM:
92 matches
Mail list logo