janhoy commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1802537974
##
gradle/testing/randomization/policies/solr-tests.policy:
##
@@ -109,6 +109,8 @@ grant {
permission java.lang.RuntimePermission "writeFileDescriptor";
// needed by
janhoy merged PR #2769:
URL: https://github.com/apache/solr/pull/2769
--
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
iamsanjay commented on PR #2682:
URL: https://github.com/apache/solr/pull/2682#issuecomment-2415907145
JDK 14 Release Notes
-XX:UseConcMarkSweepGC has been removed. I believe, we still using in
solr.cmd.in.
Other than that I have gone through the release notes and did'nt find
an
janhoy commented on PR #2639:
URL: https://github.com/apache/solr/pull/2639#issuecomment-2416405035
What a mess
https://github.com/user-attachments/assets/73683273-0583-4afa-87a0-30f001ba2aeb";>
So in reality 1.67.1 is the latest version, but no dependency manager in the
world will
solrbot opened a new pull request, #2769:
URL: https://github.com/apache/solr/pull/2769
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[com.fasterxml.jackson:jackson-bom](https://redirect.github.com/FasterXML/jackson-bom)
| depe
solrbot opened a new pull request, #2770:
URL: https://github.com/apache/solr/pull/2770
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.semver4j:semver4j](https://redirect.github.com/semver4j/semver4j) |
dependencies | minor
solrbot opened a new pull request, #2771:
URL: https://github.com/apache/solr/pull/2771
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.apache.calcite:calcite-linq4j](https://calcite.apache.org)
([source](https://redirect.git
solrbot opened a new pull request, #2772:
URL: https://github.com/apache/solr/pull/2772
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.apache.kafka:kafka_2.13](https://kafka.apache.org) | dependencies |
minor | `3.7.1` -> `3
solrbot opened a new pull request, #2768:
URL: https://github.com/apache/solr/pull/2768
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.apache.curator:curator-recipes](https://curator.apache.org)
([source](https://redirect.gi
iamsanjay commented on PR #2682:
URL: https://github.com/apache/solr/pull/2682#issuecomment-2415956590
Since JDK 14 https://openjdk.org/jeps/363
Concurrent Mark Sweep (CMS) garbage collector is removed. So may be can
remove that and whatever is related to it (Which I am not fully aware of
gerlowskija commented on code in PR #2765:
URL: https://github.com/apache/solr/pull/2765#discussion_r1803271038
##
solr/core/src/java/org/apache/solr/update/UpdateLog.java:
##
@@ -2097,10 +2098,19 @@ public void doReplay(TransactionLog translog) {
UpdateRequestProcessor
janhoy commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1803388476
##
solr/server/etc/security.policy:
##
@@ -228,4 +228,7 @@ grant {
// expanded to a wildcard if set, allows all networking everywhere
permission java.net.SocketPerm
janhoy commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1803391559
##
gradle/testing/randomization/policies/solr-tests.policy:
##
@@ -109,6 +109,8 @@ grant {
permission java.lang.RuntimePermission "writeFileDescriptor";
// needed by
[
https://issues.apache.org/jira/browse/SOLR-17158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gus Heck resolved SOLR-17158.
-
Fix Version/s: main (10.0)
9.8
Resolution: Implemented
> Terminate distributed
janhoy commented on PR #2712:
URL: https://github.com/apache/solr/pull/2712#issuecomment-2417306791
Did more testing. The output when starting Solr on Win was broken and
printed the json status text on Win, while on Linux it still printed `Started
Solr server on port (pid=6838). Happy
janhoy commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1803440828
##
solr/core/src/java/org/apache/solr/cli/StatusTool.java:
##
@@ -65,72 +73,224 @@ public String getName() {
.desc("Wait up to the specified number of seconds to
gus-asf merged PR #2773:
URL: https://github.com/apache/solr/pull/2773
--
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-17158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890108#comment-17890108
]
ASF subversion and git services commented on SOLR-17158:
Commit 6
Jan Høydahl created SOLR-17499:
--
Summary: Windows start script should wait 180 secs for Solr start
Key: SOLR-17499
URL: https://issues.apache.org/jira/browse/SOLR-17499
Project: Solr
Issue Type:
[
https://issues.apache.org/jira/browse/SOLR-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-17499:
---
Labels: Beginner beginner-friendly newdev (was: )
> Windows start script should wait 180 secs for So
gerlowskija commented on PR #2766:
URL: https://github.com/apache/solr/pull/2766#issuecomment-2417053569
Should we have a CHANGES.txt entry mentioning the deprecation? That looks
like a popular place that deprecations are highlighted...
--
This is an automated message from the Apache Git
epugh commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1802975213
##
gradle/testing/randomization/policies/solr-tests.policy:
##
@@ -109,6 +109,8 @@ grant {
permission java.lang.RuntimePermission "writeFileDescriptor";
// needed by h
gerlowskija commented on PR #2765:
URL: https://github.com/apache/solr/pull/2765#issuecomment-2416735316
> Is the not-anymore-used req object still used somewhere else?
Yes, actually! Meant to call this out in a comment here or in the code -
the "original" LocalSolrQueryRequest is te
gus-asf opened a new pull request, #2773:
URL: https://github.com/apache/solr/pull/2773
backport
--
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: is
malliaridis commented on PR #2706:
URL: https://github.com/apache/solr/pull/2706#issuecomment-2417694767
I think it would be a good idea to first resolve the current solrbot PRs
before aligning the versions. I am already looking into some of the PRs to see
how they can be resolved.
--
Th
dsmiley commented on PR #2765:
URL: https://github.com/apache/solr/pull/2765#issuecomment-2417910950
I'd like to contribute to this PR to replace the ThreadLocal with a re-using
pool that we mostly already have.
--
This is an automated message from the Apache Git Service.
To respond to th
epugh commented on code in PR #2774:
URL: https://github.com/apache/solr/pull/2774#discussion_r1803997991
##
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##
@@ -934,13 +934,7 @@ protected void logAndFlushAdminRequest(SolrQueryResponse
solrResp) throws IOExce
dsmiley commented on PR #2763:
URL: https://github.com/apache/solr/pull/2763#issuecomment-2418420895
Addressing your nit on renaming `_request` to `request` wasn't fully
possible for various reasons at first, so I started pulling on that thread,
doing some refactoring that ultimately led to
github-actions[bot] commented on PR #2242:
URL: https://github.com/apache/solr/pull/2242#issuecomment-2418183084
This PR is now closed due to 60 days of inactivity after being marked as
stale. Re-opening this PR is still possible, in which case it will be marked
as active again.
--
This
github-actions[bot] closed pull request #2242: Demonstrate a test framework bug
URL: https://github.com/apache/solr/pull/2242
--
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
[
https://issues.apache.org/jira/browse/SOLR-11872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17890262#comment-17890262
]
David Smiley commented on SOLR-11872:
-
Note to self/others: a test that best illustr
dsmiley commented on code in PR #2774:
URL: https://github.com/apache/solr/pull/2774#discussion_r1803994463
##
solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java:
##
@@ -217,62 +218,18 @@ public NamedList request(SolrRequest request,
String coreNam
dsmiley commented on code in PR #2774:
URL: https://github.com/apache/solr/pull/2774#discussion_r1804007364
##
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##
@@ -934,13 +934,7 @@ protected void logAndFlushAdminRequest(SolrQueryResponse
solrResp) throws IOExce
dsmiley opened a new pull request, #2774:
URL: https://github.com/apache/solr/pull/2774
* Moved HttpSolrCall.getResponseWriter to SolrQueryRequest
* Subtle improvements to make ContentStream work when they might not have
https://issues.apache.org/jira/browse/SOLR-17390
--
This is
[
https://issues.apache.org/jira/browse/SOLR-17390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SOLR-17390:
--
Labels: pull-request-available (was: )
> EmbeddedSolrServer should support a ResponseParser
>
epugh commented on code in PR #2712:
URL: https://github.com/apache/solr/pull/2712#discussion_r1804003579
##
solr/core/src/java/org/apache/solr/cli/StatusTool.java:
##
@@ -65,72 +73,224 @@ public String getName() {
.desc("Wait up to the specified number of seconds to
36 matches
Mail list logo