tux-o-matic opened a new issue, #466:
URL: https://github.com/apache/solr-operator/issues/466
Upon deploying a SolrCloud CR for the first time with the Operator (version
0.6.0), ZK is fine but the SOLR StatefulSet fails to start Pods because of:
```
create Pod demo-solrcloud-0 in State
HoustonPutman commented on PR #841:
URL: https://github.com/apache/solr/pull/841#issuecomment-1219019915
Hey @risdenk should we still try and 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 above t
HoustonPutman closed pull request #776: Attempt to fix various testing thread
leaks
URL: https://github.com/apache/solr/pull/776
--
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.
HoustonPutman commented on PR #776:
URL: https://github.com/apache/solr/pull/776#issuecomment-1219013402
Closing this as there was better work done to fix these.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
HoustonPutman commented on issue #465:
URL: https://github.com/apache/solr-operator/issues/465#issuecomment-1218915216
They seem to be working now! I guess github pushed a fix 🙂
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
HoustonPutman closed issue #465: Documentation links are broken
URL: https://github.com/apache/solr-operator/issues/465
--
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 unsub
NazerkeBS opened a new pull request, #977:
URL: https://github.com/apache/solr/pull/977
# Description
Please provide a short description of the changes you're making with this
pull request.
# Solution
Please provide a short description of the approach tak
patsonluk commented on PR #909:
URL: https://github.com/apache/solr/pull/909#issuecomment-1218692060
> FYI this has been causing NPE in ZkStateReaderTest - #966
Thanks for fixing it! 🙇🏼
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
[
https://issues.apache.org/jira/browse/SOLR-16341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-16341:
-
Priority: Minor (was: Major)
> Error when upload configset with empty file entry
> -
[
https://issues.apache.org/jira/browse/SOLR-16341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581044#comment-17581044
]
Mike Drob commented on SOLR-16341:
--
I am not able to reproduce this issue using the same
[
https://issues.apache.org/jira/browse/SOLR-16341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob updated SOLR-16341:
-
Labels: newdev (was: )
> Error when upload configset with empty file entry
> ---
Mike Drob created SOLR-16341:
Summary: Error when upload configset with empty file entry
Key: SOLR-16341
URL: https://issues.apache.org/jira/browse/SOLR-16341
Project: Solr
Issue Type: Bug
sonatype-lift[bot] commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r948381273
##
solr/core/src/java/org/apache/solr/security/AuthorizationUtils.java:
##
@@ -0,0 +1,126 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
markrmiller merged PR #34:
URL: https://github.com/apache/solr-sandbox/pull/34
--
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.a
markrmiller commented on code in PR #34:
URL: https://github.com/apache/solr-sandbox/pull/34#discussion_r948345879
##
CROSSDC.md:
##
@@ -117,6 +117,14 @@ Additional configuration properties:
*groupId* - the group id to give Kafka for the consumer, default to the
empty str
markrmiller commented on code in PR #34:
URL: https://github.com/apache/solr-sandbox/pull/34#discussion_r948344522
##
crossdc-commons/src/main/java/org/apache/solr/crossdc/common/KafkaCrossDcConf.java:
##
@@ -16,25 +16,49 @@
*/
package org.apache.solr.crossdc.common;
+impor
anshumg commented on code in PR #34:
URL: https://github.com/apache/solr-sandbox/pull/34#discussion_r948336224
##
CROSSDC.md:
##
@@ -117,6 +117,14 @@ Additional configuration properties:
*groupId* - the group id to give Kafka for the consumer, default to the
empty string
gerlowskija commented on PR #975:
URL: https://github.com/apache/solr/pull/975#issuecomment-1218414038
> can we get more javadoc on the newly introduced methods and interfaces so
that folks coming in later will better understand the shape and relationship
between everything?
Good ide
[
https://issues.apache.org/jira/browse/SOLR-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580955#comment-17580955
]
Kevin Risden commented on SOLR-16040:
-
[~dsmiley] not sure what JDK you are using - b
sonatype-lift[bot] commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r948314317
##
solr/core/src/java/org/apache/solr/handler/api/SomeCoreResource.java:
##
@@ -0,0 +1,44 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
gerlowskija opened a new pull request, #976:
URL: https://github.com/apache/solr/pull/976
# Description
OpenAPI, and its suite of surrounding tooling, has much to offer web service
maintainers. An OpenAPI spec can be used to generate clients in a number of
different languages, gener
madrob commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r948274391
##
solr/core/src/java/org/apache/solr/jersey/PermissionName.java:
##
@@ -0,0 +1,31 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributo
gerlowskija opened a new pull request, #975:
URL: https://github.com/apache/solr/pull/975
# Description
Currently, v2 APIs are defined using a "homegrown" annotation-based
framework. Generally speaking, this works well. But there are a few downsides:
1. The Solr community mus
epugh commented on PR #971:
URL: https://github.com/apache/solr/pull/971#issuecomment-1218120819
Tests are now passing, though I don't love what I did in
#7354bb629318a59ab51d80332f4cdf355d590cd7 to make it pass!
--
This is an automated message from the Apache Git Service.
To respond to t
danrosher commented on PR #935:
URL: https://github.com/apache/solr/pull/935#issuecomment-1218098214
This PR passes the tests in StreamDecoratorTest and StreamExpressionTest so
I believe it's ready to merge
On Wed, 17 Aug 2022 at 12:26, Eric Pugh ***@***.***> wrote:
> Thought
epugh commented on PR #943:
URL: https://github.com/apache/solr/pull/943#issuecomment-1217896387
Really looking forward to this!
--
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 comme
epugh commented on PR #33:
URL: https://github.com/apache/solr/pull/33#issuecomment-1217895534
I'm working up the energy to tackle this again!
--
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
epugh commented on PR #768:
URL: https://github.com/apache/solr/pull/768#issuecomment-1217894430
The direction that we've been going in the admin UI has been to add
parameters, and we haven't been trying to think through "Which are the
important ones" Partly because we've added the pa
epugh commented on PR #935:
URL: https://github.com/apache/solr/pull/935#issuecomment-1217883013
Thoughts @cpoerschke and @danrosher on this being ready for merging? Seems
like a valuable bug fix! Or is there still a lack of clarity on the right
behavior?
--
This is an automated m
epugh commented on PR #943:
URL: https://github.com/apache/solr/pull/943#issuecomment-1217880794
Looks like the content about `CloudSolrClient` in the ref guide
(https://solr.apache.org/guide/solr/latest/deployment-guide/solrj.html#building-and-running-solrj-applications)
refers to the use
30 matches
Mail list logo