janhoy commented on a change in pull request #461:
URL: https://github.com/apache/solr/pull/461#discussion_r772184630
##
File path: solr/CHANGES.txt
##
@@ -488,7 +488,7 @@ Bug Fixes
* SOLR-8319: Fix NPE in pivot facets, add non-Analyzed query method in
FieldType. (Houston P
[
https://issues.apache.org/jira/browse/SOLR-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462504#comment-17462504
]
Mark Robert Miller commented on SOLR-14569:
---
Ah, my bad, this actually differen
[
https://issues.apache.org/jira/browse/SOLR-15237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462535#comment-17462535
]
Mark Robert Miller commented on SOLR-15237:
---
So in this case, things were chang
[
https://issues.apache.org/jira/browse/SOLR-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462545#comment-17462545
]
Mark Robert Miller commented on SOLR-14569:
---
Bullet pointed:
* Should not need
bszabo97 opened a new pull request #462:
URL: https://github.com/apache/solr/pull/462
https://issues.apache.org/jira/browse/SOLR-15830
# Description
When using Schema API SchemaManager class triggers a core reload here:
https://github.com/apache/solr/blob/cfc953b6b
[
https://issues.apache.org/jira/browse/SOLR-15830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462659#comment-17462659
]
Bence Szabó commented on SOLR-15830:
I have opened a PR for this one where I also add
[
https://issues.apache.org/jira/browse/SOLR-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462696#comment-17462696
]
Mark Robert Miller commented on SOLR-14569:
---
Perhaps instead of having CoreCont
Lamine created SOLR-15857:
-
Summary: Add Secret Manager support for ZK ACL password
Key: SOLR-15857
URL: https://issues.apache.org/jira/browse/SOLR-15857
Project: Solr
Issue Type: Improvement
S
[
https://issues.apache.org/jira/browse/SOLR-15857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lamine updated SOLR-15857:
--
Summary: Add Secret Manager support for ZK ACL credentials (was: Add
Secret Manager support for ZK ACL passwor
[
https://issues.apache.org/jira/browse/SOLR-15857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lamine updated SOLR-15857:
--
Description: In progress... (was: TODO...)
> Add Secret Manager support for ZK ACL credentials
> -
Andrzej Bialecki created SOLR-15858:
---
Summary: ConfigSetsHandler requires DIR entries in the uploaded
ZIPs
Key: SOLR-15858
URL: https://issues.apache.org/jira/browse/SOLR-15858
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-15858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki updated SOLR-15858:
Description:
If you try uploading a configset zip that contains resources in sub-folders -
Andy Lester created SOLR-15859:
--
Summary: Add handler to dump filter cache
Key: SOLR-15859
URL: https://issues.apache.org/jira/browse/SOLR-15859
Project: Solr
Issue Type: Improvement
Secur
[
https://issues.apache.org/jira/browse/SOLR-15859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn Heisey reassigned SOLR-15859:
---
Assignee: Shawn Heisey
> Add handler to dump filter cache
>
[
https://issues.apache.org/jira/browse/SOLR-15859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462789#comment-17462789
]
Shawn Heisey commented on SOLR-15859:
-
I've been discussing this with [~petdance] on
HoustonPutman commented on issue #385:
URL: https://github.com/apache/solr-operator/issues/385#issuecomment-998201837
where are you running this? The fact that it can't find the host
`example-solrcloud-zookeeper-1.example-solrcloud-zookeeper-headless.default.svc.cluster.local`
is a bad sig
[
https://issues.apache.org/jira/browse/SOLR-15237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462811#comment-17462811
]
Mark Robert Miller commented on SOLR-15237:
---
Okay, so some of that was assuming
[
https://issues.apache.org/jira/browse/SOLR-15237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462811#comment-17462811
]
Mark Robert Miller edited comment on SOLR-15237 at 12/20/21, 7:48 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Robert Miller updated SOLR-14569:
--
Attachment: SOLR-14569-mrm.patch
> Configuring a shardHandlerFactory on the /select req
[
https://issues.apache.org/jira/browse/SOLR-14569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462841#comment-17462841
]
Mark Robert Miller commented on SOLR-14569:
---
Here is that in rough patch form:
janhoy commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772698361
##
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##
@@ -944,6 +946,14 @@ public void load() {
});
clusterSingletons.setR
janhoy commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772699089
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
murblanc commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772475914
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
Hitesh N. Kulkarni created SOLR-15860:
-
Summary: Update Log4J version manually
Key: SOLR-15860
URL: https://issues.apache.org/jira/browse/SOLR-15860
Project: Solr
Issue Type: Sub-task
murblanc commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772756813
##
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##
@@ -944,6 +946,14 @@ public void load() {
});
clusterSingletons.se
[
https://issues.apache.org/jira/browse/SOLR-15860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-15860.
Resolution: Invalid
This project uses Jira for bugs, not support questions.
You'll find our offici
murblanc commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772758746
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
[
https://issues.apache.org/jira/browse/SOLR-15860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462907#comment-17462907
]
Hitesh N. Kulkarni commented on SOLR-15860:
---
Sorry for the confusion.. was not
murblanc edited a comment on pull request #403:
URL: https://github.com/apache/solr/pull/403#issuecomment-996930678
> This is now ready for review. FYI, @murblanc.
will try to have a look this week-end, otherwise early next week. [Edit:
done]
--
This is an automated message from
[
https://issues.apache.org/jira/browse/SOLR-15860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hitesh N. Kulkarni closed SOLR-15860.
-
> Update Log4J version manually
> --
>
> Key: SO
janhoy commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772762468
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
janhoy commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772762468
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
murblanc commented on a change in pull request #403:
URL: https://github.com/apache/solr/pull/403#discussion_r772766560
##
File path: solr/core/src/java/org/apache/solr/core/NodeRoles.java
##
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
venkatrockz opened a new pull request #463:
URL: https://github.com/apache/solr/pull/463
Added support in solrj client to add query fields/params through java 8
consumer. I have added new method in solr query class which will take solr
query consumer as parameter and return the solr query
Sammy Chu created SOLR-15861:
Summary: ConcurrentUpdateSolrClient should work with
ManagedExecutorService
Key: SOLR-15861
URL: https://issues.apache.org/jira/browse/SOLR-15861
Project: Solr
Issu
sammyhk opened a new pull request #464:
URL: https://github.com/apache/solr/pull/464
…le API to support ManagedExecutorService
https://issues.apache.org/jira/browse/SOLR-15861
# Description
ConcurrentUpdateSolrClient (and ConcurrentUpdateHttp2SolrClient) shou
36 matches
Mail list logo