Re: [I] Failure loading SolrCore at startup - java.util.NoSuchElementException: No key id for key ref=0 after server restart [solr-sandbox]

2024-08-04 Thread via GitHub
bruno-roustant commented on issue #109: URL: https://github.com/apache/solr-sandbox/issues/109#issuecomment-2268303529 @danielsason112 do you commit before closing the server? Indeed, I may have to look at this closeWriter method to override it with EncryptionUpdateHandler. -- This is

Re: [I] EncryptionRequestHandler support for collection with multiple shards [solr-sandbox]

2024-08-04 Thread via GitHub
bruno-roustant commented on issue #110: URL: https://github.com/apache/solr-sandbox/issues/110#issuecomment-2268291633 Yes, calling it on each leader core separately is the right way to do it currently. There is a plan to improve that, but not yet available. -- This is an automated mes

[jira] [Resolved] (SOLR-17070) bin/solr post -h is odd message

2024-08-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-17070. -- Assignee: Eric Pugh Resolution: Cannot Reproduce At some point, this was fixed! > bin/solr post

[jira] [Commented] (SOLR-16829) Refactor bin/solr and bin/solr.cmd to delegate usage help to SolrCLI

2024-08-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870878#comment-17870878 ] Eric Pugh commented on SOLR-16829: -- Okay, at this point auth is done.  Zk is dealt with

[jira] [Resolved] (SOLR-16778) Skip check for local solr's running in bin/solr package

2024-08-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16778. -- Fix Version/s: 9.7 Assignee: Eric Pugh Resolution: Implemented This was dealt with in S

[jira] [Commented] (SOLR-16778) Skip check for local solr's running in bin/solr package

2024-08-04 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870876#comment-17870876 ] Eric Pugh commented on SOLR-16778: -- BTW, as a side effect of the work in SOLR-15831, thi

Re: [PR] add build badges to README.md [solr]

2024-08-04 Thread via GitHub
epugh commented on PR #2546: URL: https://github.com/apache/solr/pull/2546#issuecomment-2267788713 Love to see this get added! -- 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

[jira] [Created] (SOLR-17390) EmbeddedSolrServer should support a ResponseParser

2024-08-04 Thread David Smiley (Jira)
David Smiley created SOLR-17390: --- Summary: EmbeddedSolrServer should support a ResponseParser Key: SOLR-17390 URL: https://issues.apache.org/jira/browse/SOLR-17390 Project: Solr Issue Type: Imp

[PR] TestExportWriter fix, loosen order constraint [solr]

2024-08-04 Thread via GitHub
dsmiley opened a new pull request, #2615: URL: https://github.com/apache/solr/pull/2615 This test was asserting the docs from /export came in the same order as an equivalent from /select. But that's too strong an expectation; only the sorted values should be equivalent. It's remarka

Re: [I] EncryptionRequestHandler support for collection with multiple shards [solr-sandbox]

2024-08-04 Thread via GitHub
dsmiley commented on issue #110: URL: https://github.com/apache/solr-sandbox/issues/110#issuecomment-2267568163 Correct, invoke on each. This could be improved. cc @bruno-roustant -- This is an automated message from the Apache Git Service. To respond to the message, please log on to