epugh commented on PR #2452:
URL: https://github.com/apache/solr/pull/2452#issuecomment-2294355229
I am having some second thoughts about the idea of logging ubi queries to
disk... Why? Any real use case you want them to go somewhere. Plus log4j is
a pain to touch... So... May just
dsmiley merged PR #2615:
URL: https://github.com/apache/solr/pull/2615
--
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-17180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874355#comment-17874355
]
Eric Pugh commented on SOLR-17180:
--
Thanks [~houston]... so let me see if I can answer
cpoerschke commented on code in PR #2652:
URL: https://github.com/apache/solr/pull/2652#discussion_r1720105002
##
solr/core/src/java/org/apache/solr/update/processor/AtomicUpdateDocumentMerger.java:
##
@@ -69,10 +69,12 @@ public class AtomicUpdateDocumentMerger {
private st
cpoerschke commented on PR #2527:
URL: https://github.com/apache/solr/pull/2527#issuecomment-2293856349
> I opened a draft merge request with the changes of the current main to
your branch. [otto-de#2](https://github.com/otto-de/solr/pull/2) However, it
may not be completely finished until
cpoerschke merged PR #2630:
URL: https://github.com/apache/solr/pull/2630
--
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
[
https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke resolved SOLR-13350.
Resolution: Fixed
> Explore collector managers for multi-threaded search
>
gus-asf commented on PR #2379:
URL: https://github.com/apache/solr/pull/2379#issuecomment-2293656598
> Wow, this PR touches 33 files, which is super surprising compared to #2493
Can this be simplified or split up?
Ok finally back to this. Sorry about the delay, the merge of a
multi-t
timatbw commented on PR #2652:
URL: https://github.com/apache/solr/pull/2652#issuecomment-2293646567
Possibly, I will have a look through the docs and see what is said about
atomic updates and child docs, especially the nested atomic updates which are
relatively new.
--
This is an automa
epugh commented on PR #2652:
URL: https://github.com/apache/solr/pull/2652#issuecomment-2293643066
Does this need some Ref Guide love?
--
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
[
https://issues.apache.org/jira/browse/SOLR-17412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SOLR-17412:
--
Labels: patch-with-test pull-request-available (was: patch-with-test)
> Skip nested atomic upd
timatbw opened a new pull request, #2652:
URL: https://github.com/apache/solr/pull/2652
https://issues.apache.org/jira/browse/SOLR-17412
# Description
Allow updates that are atomic updates containing nested atomic updates to
quietly skip any child docs that don't ex
[
https://issues.apache.org/jira/browse/SOLR-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-11206.
--
Fix Version/s: main (10.0)
9.7
Resolution: Fixed
With the work done in recent
Tim Owen created SOLR-17412:
---
Summary: Skip nested atomic updates for non-existent child docs
Key: SOLR-17412
URL: https://issues.apache.org/jira/browse/SOLR-17412
Project: Solr
Issue Type: Improve
[
https://issues.apache.org/jira/browse/SOLR-15831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-15831.
--
Fix Version/s: main (10.0)
9.7
Resolution: Fixed
Children tasks are done! Th
[
https://issues.apache.org/jira/browse/SOLR-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-7043.
-
Fix Version/s: main (10.0)
9.7
Resolution: Fixed
With the recent releases of 9x,
[
https://issues.apache.org/jira/browse/SOLR-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874272#comment-17874272
]
Eric Pugh commented on SOLR-11206:
--
Okay, I think we are done on this! Barring someone
[
https://issues.apache.org/jira/browse/SOLR-17359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-17359.
--
Fix Version/s: main (10.0)
(was: 9.7)
Assignee: Eric Pugh
Resolut
[
https://issues.apache.org/jira/browse/SOLR-16829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-16829.
--
Resolution: Fixed
This is done now that the zk args parsing has been completed in main. The
remainin
[
https://issues.apache.org/jira/browse/SOLR-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-11896.
--
Resolution: Cannot Reproduce
> bin/solr create doesn't complain when invalid options are used
> ---
[
https://issues.apache.org/jira/browse/SOLR-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874266#comment-17874266
]
Eric Pugh commented on SOLR-11896:
--
I tested this, and everything appears to work... I
[
https://issues.apache.org/jira/browse/SOLR-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874264#comment-17874264
]
Eric Pugh commented on SOLR-12429:
--
I just opened up a PR, would love some eyes..
> ZK
gus-asf commented on code in PR #2651:
URL: https://github.com/apache/solr/pull/2651#discussion_r1719891393
##
solr/core/src/java/org/apache/solr/util/FileTypeMagicUtil.java:
##
@@ -60,6 +60,14 @@ public static void assertConfigSetFolderLegal(Path confPath)
throws IOException
fsparv commented on code in PR #2651:
URL: https://github.com/apache/solr/pull/2651#discussion_r1719890154
##
solr/core/src/java/org/apache/solr/util/FileTypeMagicUtil.java:
##
@@ -60,6 +60,14 @@ public static void assertConfigSetFolderLegal(Path confPath)
throws IOException
[
https://issues.apache.org/jira/browse/SOLR-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SOLR-12429:
--
Labels: pull-request-available (was: )
> ZK upconfig throws confusing error when it encounters
epugh opened a new pull request, #2651:
URL: https://github.com/apache/solr/pull/2651
https://issues.apache.org/jira/browse/SOLR-12429
# Description
Preventing the upload of a configset via bin/solr zk upload that contains
symbolic links to files and dirs. This prevents a
[
https://issues.apache.org/jira/browse/SOLR-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh reassigned SOLR-12429:
Assignee: Eric Pugh
> ZK upconfig throws confusing error when it encounters a symlink
> --
[
https://issues.apache.org/jira/browse/SOLR-17394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874202#comment-17874202
]
ASF subversion and git services commented on SOLR-17394:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-16620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874186#comment-17874186
]
Eric Pugh commented on SOLR-16620:
--
[~houston] thoughts on this ticket? I'm getting to
[
https://issues.apache.org/jira/browse/SOLR-14627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-14627:
-
Component/s: (was: SolrCLI)
> SynonymGraphFilterFactory with Wordnet format synonym file produces
>
[
https://issues.apache.org/jira/browse/SOLR-15226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-15226:
-
Component/s: (was: SolrCLI)
> org.apache.lucene.index.IndexNotFoundException: no segments* file found
[
https://issues.apache.org/jira/browse/SOLR-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874183#comment-17874183
]
Eric Pugh commented on SOLR-11611:
--
What do you all think about adding a page to Ref Gui
[
https://issues.apache.org/jira/browse/SOLR-15231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874182#comment-17874182
]
Eric Pugh commented on SOLR-15231:
--
Any updates on this [~subhajitdas298] ? I'd love s
[
https://issues.apache.org/jira/browse/SOLR-17407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh resolved SOLR-17407.
--
Resolution: Invalid
Please use the user mailing list for tech support. If you have a distinct
bug,
[
https://issues.apache.org/jira/browse/SOLR-15469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17874180#comment-17874180
]
Eric Pugh edited comment on SOLR-15469 at 8/16/24 10:37 AM:
T
[
https://issues.apache.org/jira/browse/SOLR-15469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-15469:
-
Resolution: Won't Fix
Status: Resolved (was: Patch Available)
This use case has become less freq
epugh closed pull request #170: SOLR-15469: start/stop script fails on multiple
instances
URL: https://github.com/apache/solr/pull/170
--
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 co
epugh commented on code in PR #2621:
URL: https://github.com/apache/solr/pull/2621#discussion_r1719667781
##
solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:
##
@@ -1988,16 +1989,38 @@ private FastInputStream getStream() throws IOException {
req.setBasePath
epugh merged PR #2650:
URL: https://github.com/apache/solr/pull/2650
--
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
39 matches
Mail list logo