[
https://issues.apache.org/jira/browse/SOLR-14827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303157#comment-17303157
]
Noble Paul commented on SOLR-14827:
---
are you referring to the {{storeConfig()}} method?
[
https://issues.apache.org/jira/browse/SOLR-15265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303176#comment-17303176
]
Dawid Weiss commented on SOLR-15265:
bq. if lucene start publishing javadoc jars
It'
asalamon74 opened a new pull request #22:
URL: https://github.com/apache/solr/pull/22
Original lucene-solr pull request:
https://github.com/apache/lucene-solr/pull/2406
# Description
In the SolrPaths.assertPathAllowed the normalize() method is only called for
pathToAs
NazerkeBS opened a new pull request #23:
URL: https://github.com/apache/solr/pull/23
- `Standalone` class renamed to `FileSystemConfigSet`
- `CloudConfigSetService` class renamed to `ZkConfigSetService`
- Removed `ZkConfigManager`
- `TestZkConfigManager`renamed to `TestZkConfigSetS
magibney commented on pull request #2:
URL: https://github.com/apache/solr/pull/2#issuecomment-801119305
Made cachedOrdIdxMap `volatile` in 8007e5c. Another option would be to make
it `final` and eagerly compute it in the constructor (trading `volatile`
overhead for some unnecessary work o
Andrzej Bialecki created SOLR-15272:
---
Summary: Solr Admin UI uses non-standard unit for the number of
docs
Key: SOLR-15272
URL: https://issues.apache.org/jira/browse/SOLR-15272
Project: Solr
ctargett commented on a change in pull request #12:
URL: https://github.com/apache/solr/pull/12#discussion_r596081822
##
File path: solr/solr-ref-guide/src/morelikethis.adoc
##
@@ -16,97 +16,624 @@
// specific language governing permissions and limitations
// under the Licens
magibney commented on pull request #2:
URL: https://github.com/apache/solr/pull/2#issuecomment-801172368
>Another option would be to make it final and eagerly compute it in the
constructor
Hmm. on second thought I think there's another practical problem with any
approach seeking to
asalamon74 opened a new pull request #24:
URL: https://github.com/apache/solr/pull/24
Original lucene-solr pull request:
https://github.com/apache/lucene-solr/pull/2252 I removed the lucene part of it.
# Description
JDK8 has a builtin Base64 encoder and decoder, there
dsmiley commented on a change in pull request #23:
URL: https://github.com/apache/solr/pull/23#discussion_r596028789
##
File path:
solr/contrib/prometheus-exporter/src/test/org/apache/solr/prometheus/scraper/SolrFileSystemConfigSetServiceScraperTest.java
##
@@ -40,7 +40,7 @@
[
https://issues.apache.org/jira/browse/SOLR-13075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303585#comment-17303585
]
Mike Drob commented on SOLR-13075:
--
I've been running this one a bunch locally and haven
[
https://issues.apache.org/jira/browse/SOLR-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303591#comment-17303591
]
Cassandra Targett commented on SOLR-15267:
--
The only thing is I don't like the l
[
https://issues.apache.org/jira/browse/SOLR-15266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303637#comment-17303637
]
Chris M. Hostetter commented on SOLR-15266:
---
FWIW: This issue "is part of" SOLR
[
https://issues.apache.org/jira/browse/SOLR-15267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris M. Hostetter updated SOLR-15267:
--
Attachment: SOLR-15267.patch
Status: Open (was: Open)
bq. Could we just shorte
ctargett opened a new pull request #25:
URL: https://github.com/apache/solr/pull/25
PR moved from apache/lucene-solr#2447.
The commits bring the branch up to date with `main` and update the javadocs
path to the correct non-redirected path.
--
ctargett commented on pull request #25:
URL: https://github.com/apache/solr/pull/25#issuecomment-801320073
Since this was previously approved and I made the one recommended change,
I'll wait for precommit check to finish and then merge this.
---
[
https://issues.apache.org/jira/browse/SOLR-15265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303653#comment-17303653
]
Chris M. Hostetter commented on SOLR-15265:
---
{quote}It's a maven requirement –
HoustonPutman merged pull request #240:
URL: https://github.com/apache/solr-operator/pull/240
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
madrob commented on a change in pull request #10:
URL: https://github.com/apache/solr/pull/10#discussion_r596299172
##
File path:
solr/solrj/src/java/org/apache/solr/common/cloud/PerReplicaStatesOps.java
##
@@ -65,13 +65,7 @@ private void persist(List
operations, String znode
dsmiley commented on pull request #2:
URL: https://github.com/apache/solr/pull/2#issuecomment-801360299
I think all my concerns have been addressed.
A meaningful perf test would probably be some "q" query that matches a lot
of documents plus a cached "fq" that matches very little (th
ctargett merged pull request #25:
URL: https://github.com/apache/solr/pull/25
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 sp
[
https://issues.apache.org/jira/browse/SOLR-15212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303716#comment-17303716
]
ASF subversion and git services commented on SOLR-15212:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303736#comment-17303736
]
Cassandra Targett commented on SOLR-4903:
-
Someone asked me the other day when the
[
https://issues.apache.org/jira/browse/SOLR-15170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303737#comment-17303737
]
David Smiley commented on SOLR-15170:
-
bq. I would need to reload the collection, is
[
https://issues.apache.org/jira/browse/SOLR-15170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303741#comment-17303741
]
David Smiley commented on SOLR-15170:
-
Amending my last statement -- the line is a bi
[
https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303745#comment-17303745
]
Istvan Farkas commented on SOLR-14660:
--
Thanks [~dsmiley], I'll keep those in mind.
NazerkeBS commented on pull request #23:
URL: https://github.com/apache/solr/pull/23#issuecomment-801506003
@dsmiley , `TestConfigsApi` class is failing due to NPE from
`OverseerConfigSetMessageHandler` where configSetService is null.
-
dsmiley commented on pull request #23:
URL: https://github.com/apache/solr/pull/23#issuecomment-801565991
It's probable the ConfigSetService needs to be registered sooner then.
This is an automated message from the Apache Git
[
https://issues.apache.org/jira/browse/SOLR-15002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303810#comment-17303810
]
Robert Muir commented on SOLR-15002:
I merged the lucene part (impacts the replicator
dsmiley commented on a change in pull request #23:
URL: https://github.com/apache/solr/pull/23#discussion_r596508662
##
File path: solr/core/src/java/org/apache/solr/core/ConfigSetService.java
##
@@ -211,6 +215,73 @@ protected NamedList loadConfigSetFlags(CoreDescriptor cd,
So
30 matches
Mail list logo