Peter Kroiss created SOLR-17306:
---
Summary: Solr Repeater or Slave loses data after restart when
replication is not enabled on leader
Key: SOLR-17306
URL: https://issues.apache.org/jira/browse/SOLR-17306
[
https://issues.apache.org/jira/browse/SOLR-17306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Kroiss updated SOLR-17306:
Description:
We are testing Solr 9.6.2 in a leader - repeater - follower configuration. We
have ti
[
https://issues.apache.org/jira/browse/SOLR-17306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848580#comment-17848580
]
Eric Pugh commented on SOLR-17306:
--
Could you put together a reproducible bats style tes
epugh commented on code in PR #2472:
URL: https://github.com/apache/solr/pull/2472#discussion_r1609814674
##
solr/solr-ref-guide/modules/configuration-guide/pages/caches-warming.adoc:
##
@@ -86,7 +86,6 @@ The async cache provides most significant improvement with
many concurren
epugh commented on code in PR #2473:
URL: https://github.com/apache/solr/pull/2473#discussion_r1609824037
##
solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java:
##
@@ -572,7 +572,7 @@ private V2Request postPlugin(Object payload) {
public void waitForAllNode
epugh commented on code in PR #2471:
URL: https://github.com/apache/solr/pull/2471#discussion_r1609830946
##
solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:
##
@@ -694,9 +694,14 @@ public boolean addToCoreAware(T obj) {
}
}
+ void initConfig(SolrConf
epugh commented on PR #2471:
URL: https://github.com/apache/solr/pull/2471#issuecomment-2124630652
> > It seems like if your test is passing, then you've fixed the bug!
>
> The test does pass - but for completeness, I still want to check what
happens when the collection is reloaded or
gus-asf commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1609909368
##
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:
##
@@ -73,10 +72,7 @@
public class SolrDispatchFilter extends BaseSolrFilter implements PathExclude
gus-asf commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1609932690
##
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##
@@ -93,69 +87,69 @@ public class CoreContainerProvider implements
ServletContextListener {
gus-asf commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1609932690
##
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##
@@ -93,69 +87,69 @@ public class CoreContainerProvider implements
ServletContextListener {
gus-asf commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1609936991
##
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##
@@ -93,69 +87,69 @@ public class CoreContainerProvider implements
ServletContextListener {
[
https://issues.apache.org/jira/browse/SOLR-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848638#comment-17848638
]
Sanjay Dutt commented on SOLR-17279:
Blocked on SOLR-17300 for the 9x back port beca
[
https://issues.apache.org/jira/browse/SOLR-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848643#comment-17848643
]
Eric Pugh commented on SOLR-17279:
--
Thanks for flagging this... Let me look again at w
AndreyBozhko commented on code in PR #2472:
URL: https://github.com/apache/solr/pull/2472#discussion_r1610122730
##
solr/solr-ref-guide/modules/configuration-guide/pages/caches-warming.adoc:
##
@@ -86,7 +86,6 @@ The async cache provides most significant improvement with
many co
AndreyBozhko commented on code in PR #2473:
URL: https://github.com/apache/solr/pull/2473#discussion_r1610156568
##
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##
@@ -1331,12 +1331,24 @@ public ConfigData getSecurityProps(boolean getFresh) {
[
https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848668#comment-17848668
]
Andrzej Bialecki commented on SOLR-13350:
-
{quote}As of now, the timeAllowed requ
epugh commented on code in PR #2473:
URL: https://github.com/apache/solr/pull/2473#discussion_r1610274309
##
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##
@@ -1331,12 +1331,24 @@ public ConfigData getSecurityProps(boolean getFresh) {
* Ret
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610556050
##
solr/core/build.gradle:
##
@@ -153,6 +153,13 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core'
runtimeOnly 'org.apache.logging.log4j:log4j-s
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610556518
##
solr/core/src/java/org/apache/solr/util/stats/MetricUtils.java:
##
@@ -165,6 +169,71 @@ public static void toSolrInputDocuments(
});
}
+ /**
+ * Provi
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610557889
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610557299
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610557545
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreSearcherMetric.java:
##
@@ -0,0 +1,70 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610558336
##
solr/core/src/java/org/apache/solr/response/PrometheusResponseWriter.java:
##
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mo
epugh commented on PR #2452:
URL: https://github.com/apache/solr/pull/2452#issuecomment-2125657957
I figured out how to parse and run a streaming expression that is used to
write the query analytics data to, well, anywhere we want ;-). The next area
is to look at is actually integrating t
epugh commented on PR #2452:
URL: https://github.com/apache/solr/pull/2452#issuecomment-2125659610
Oh, and of course, we now have a machine readable schema via Json Schema
available here https://github.com/o19s/ubi
--
This is an automated message from the Apache Git Service.
To respond to
[
https://issues.apache.org/jira/browse/SOLR-17279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848743#comment-17848743
]
Eric Pugh commented on SOLR-17279:
--
[~sanjaydutt] so I looked and I was only going to ma
epugh opened a new pull request, #2475:
URL: https://github.com/apache/solr/pull/2475
Having issues pushing CHANGES.txt to
https://github.com/apache/solr/pull/2449 so opening new PR.
Sigh.
# Description
old code:
```// Checks if this node is the first (alphabetically) for
epugh commented on PR #2449:
URL: https://github.com/apache/solr/pull/2449#issuecomment-2125702345
Due to challenges pushing changes, replacing this one with
https://github.com/apache/solr/pull/2475.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
epugh closed pull request #2449: Admin UI: fixed node list display bug caused
by different hostname with same front part
URL: https://github.com/apache/solr/pull/2449
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
epugh commented on code in PR #2429:
URL: https://github.com/apache/solr/pull/2429#discussion_r1610618344
##
solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java:
##
@@ -164,7 +164,8 @@ public NamedList request(SolrRequest request,
String coreName)
epugh merged PR #2429:
URL: https://github.com/apache/solr/pull/2429
--
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-12813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848744#comment-17848744
]
ASF subversion and git services commented on SOLR-12813:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-12813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848745#comment-17848745
]
ASF subversion and git services commented on SOLR-12813:
Commit 2
epugh commented on code in PR #2473:
URL: https://github.com/apache/solr/pull/2473#discussion_r1610621573
##
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##
@@ -1331,12 +1331,24 @@ public ConfigData getSecurityProps(boolean getFresh) {
* Ret
dsmiley commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610636272
##
solr/core/src/java/org/apache/solr/metrics/prometheus/SolrPrometheusCoreExporter.java:
##
@@ -0,0 +1,104 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
epugh commented on PR #2472:
URL: https://github.com/apache/solr/pull/2472#issuecomment-2125731069
Okay, I added just a tweak after building the ref guide site and reading
through it! thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
epugh merged PR #2472:
URL: https://github.com/apache/solr/pull/2472
--
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
epugh merged PR #2475:
URL: https://github.com/apache/solr/pull/2475
--
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
epugh commented on PR #2464:
URL: https://github.com/apache/solr/pull/2464#issuecomment-2125733793
@HoustonPutman would you like me to merge this one?
--
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 g
epugh commented on PR #2459:
URL: https://github.com/apache/solr/pull/2459#issuecomment-2125736089
One thought I had the other day is that I've seen plenty of API's that when
you list things have a rangeWithout the range or size parameter, you
get X, but you can control that by spec
epugh commented on PR #2455:
URL: https://github.com/apache/solr/pull/2455#issuecomment-2125737828
Does this overlap with #2473 ? WOuld be nice to get this in.
--
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 commented on PR #2447:
URL: https://github.com/apache/solr/pull/2447#issuecomment-2125741320
If this update passes all the tests, then I'm planning on merging it
tomorrow, May 23rd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
HoustonPutman commented on PR #2464:
URL: https://github.com/apache/solr/pull/2464#issuecomment-2125749403
I need to make a separate JIRA so we can target 9.6.1 with it. I'll do it
though, thanks for the offer 🙂
--
This is an automated message from the Apache Git Service.
To respond to t
dsmiley commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610641774
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java:
##
@@ -41,14 +46,30 @@ public SolrCoreMetric(
this.metricName = metricName;
la
epugh commented on PR #1768:
URL: https://github.com/apache/solr/pull/1768#issuecomment-2125785227
Waiting for the upcoming commons cli 1.7.1 to come out with nicer handling
of deprecated options.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
mlbiscoc commented on code in PR #2405:
URL: https://github.com/apache/solr/pull/2405#discussion_r1610675745
##
solr/core/src/java/org/apache/solr/metrics/prometheus/SolrPrometheusExporter.java:
##
@@ -0,0 +1,203 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
[
https://issues.apache.org/jira/browse/SOLR-17007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848752#comment-17848752
]
David Smiley commented on SOLR-17007:
-
[GE|https://ge.apache.org/scans/tests?search.r
AndreyBozhko commented on code in PR #2473:
URL: https://github.com/apache/solr/pull/2473#discussion_r1610734437
##
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java:
##
@@ -1331,12 +1331,24 @@ public ConfigData getSecurityProps(boolean getFresh) {
dsmiley commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1610754549
##
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##
@@ -93,69 +87,69 @@ public class CoreContainerProvider implements
ServletContextListener {
dsmiley commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1610765299
##
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##
@@ -93,69 +87,69 @@ public class CoreContainerProvider implements
ServletContextListener {
Houston Putman created SOLR-17307:
-
Summary: CachingDirectoryFactory uses the wrong separator on
Windows
Key: SOLR-17307
URL: https://issues.apache.org/jira/browse/SOLR-17307
Project: Solr
I
dsmiley commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1610783362
##
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:
##
@@ -73,10 +72,7 @@
public class SolrDispatchFilter extends BaseSolrFilter implements PathExclude
dsmiley commented on code in PR #2474:
URL: https://github.com/apache/solr/pull/2474#discussion_r1610784556
##
solr/core/src/test/org/apache/solr/handler/admin/HealthCheckHandlerTest.java:
##
@@ -112,36 +112,6 @@ public void testHealthCheckHandler() throws Exception {
new
HoustonPutman merged PR #2464:
URL: https://github.com/apache/solr/pull/2464
--
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-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848779#comment-17848779
]
ASF subversion and git services commented on SOLR-17307:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848780#comment-17848780
]
ASF subversion and git services commented on SOLR-17307:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848782#comment-17848782
]
ASF subversion and git services commented on SOLR-17307:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-17307.
---
Fix Version/s: 9.7
9.6.1
Assignee: Houston Putman
Resolutio
[
https://issues.apache.org/jira/browse/SOLR-17118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley reassigned SOLR-17118:
---
Assignee: David Smiley
> Solr deadlock during servlet container start
>
dsmiley merged PR #2453:
URL: https://github.com/apache/solr/pull/2453
--
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
dsmiley merged PR #2419:
URL: https://github.com/apache/solr/pull/2419
--
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
61 matches
Mail list logo