Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786140203 One final point: Overall, this is a very positive and important effort. There's a wave of Typescript and Python developers at companies using Solr that would love to extend

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1376845299 ## solr/api/build.gradle: ## @@ -55,8 +56,24 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' } +// Ensure the OAS is availa

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786103637 I'll take a look now. -- 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 c

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
madrob commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786053227 @MarcusSorealheis care to take a look? -- 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 spe

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
gerlowskija commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1786017548 > I've been putting off migrating anything to v2 in the AdminUI on the hope that somethign like a client would come along... [Be careful what you wish for](https://github.com/apach

[PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
gerlowskija opened a new pull request, #2050: URL: https://github.com/apache/solr/pull/2050 https://issues.apache.org/jira/browse/SOLR-17062 # Description Currently, Solr only offers one "first-party" client, SolrJ, which can only be used within JVM environments. This is ob

[jira] [Created] (SOLR-17062) Generate JS bindings from OpenAPI spec

2023-10-30 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17062: -- Summary: Generate JS bindings from OpenAPI spec Key: SOLR-17062 URL: https://issues.apache.org/jira/browse/SOLR-17062 Project: Solr Issue Type: Improveme

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
gerlowskija commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785895502 > I think we should call this client the 'Solr Admin Client' considering that's what it enables users to do. The APIs currently covered by our OAS are all admin APIs, sure. But th

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
anshumg commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785855702 I think we should call this client the 'Solr Admin Client' considering that's what it enables users to do. -- This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (SOLR-16911) Strip out configurable hostContext

2023-10-30 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781083#comment-17781083 ] Eric Pugh commented on SOLR-16911: -- I thought I had purged them, but clearly not. So ye

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
epugh commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785811520 > > Here is another thought... What if we tried generating a Javascript client and using THAT in our admin UI? > > Very good ideas Eric. Using a generated JS client in AdminUI would give

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
epugh commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785810470 > > Up to this point I kindof thought the BATS framework was targeting bash specifically, but you two are the most familiar so if you think it'd be a decent fit I'm happy to give it a shot...

[jira] [Commented] (SOLR-16911) Strip out configurable hostContext

2023-10-30 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781076#comment-17781076 ] Jason Gerlowski commented on SOLR-16911: I was brushing up on how "hostContext" u

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
HoustonPutman commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785715652 > Up to this point I kindof thought the BATS framework was targeting bash specifically, but you two are the most familiar so if you think it'd be a decent fit I'm happy to give it a sh

Re: [I] Issue installing crd [solr-operator]

2023-10-30 Thread via GitHub
HoustonPutman commented on issue #647: URL: https://github.com/apache/solr-operator/issues/647#issuecomment-1785698412 No, solr will not start with cores when first created, you have to create them by creating collections. You couldn't create the collection because there was an issue with y

[jira] [Commented] (SOLR-17061) Disabling flaky tests on 8.11 branch

2023-10-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781063#comment-17781063 ] ASF subversion and git services commented on SOLR-17061: Commit 6

Re: [PR] SOLR-16835: Generate Python client from OpenAPI spec [solr]

2023-10-30 Thread via GitHub
gerlowskija commented on PR #1681: URL: https://github.com/apache/solr/pull/1681#issuecomment-1785585637 > i wonder if there is anything we could do to "dogfood" the python client? Yeah, it's still not ideal IMO but dogfooding might get us enough confidence to merge at least. If anyo

[jira] [Comment Edited] (SOLR-16835) Generate Python bindings from OpenAPI spec

2023-10-30 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728970#comment-17728970 ] Jason Gerlowski edited comment on SOLR-16835 at 10/30/23 4:18 PM: -

[jira] [Updated] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-10-30 Thread Andreas Hubold (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Hubold updated SOLR-17060: -- Description: CoreContainer#create registers metrics for the created core quite early, and metr

[PR] Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible [solr-operator]

2023-10-30 Thread via GitHub
dependabot[bot] opened a new pull request, #651: URL: https://github.com/apache/solr-operator/pull/651 Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible. Release notes Sourced from https://github.com/docker/docker/rel

[jira] [Created] (SOLR-17061) Disabling flaky tests on 8.11 branch

2023-10-30 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-17061: --- Summary: Disabling flaky tests on 8.11 branch Key: SOLR-17061 URL: https://issues.apache.org/jira/browse/SOLR-17061 Project: Solr Issue Type: T

[jira] [Updated] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-10-30 Thread Andreas Hubold (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Hubold updated SOLR-17060: -- Description: CoreContainer#create registers metrics for the created core quite early, and metr

[jira] [Updated] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-10-30 Thread Andreas Hubold (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Hubold updated SOLR-17060: -- Description: CoreContainer#create registers metrics for the created core quite early, and metr

[jira] [Created] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-10-30 Thread Andreas Hubold (Jira)
Andreas Hubold created SOLR-17060: - Summary: CoreContainer#create may deadlock with concurrent requests for metrics Key: SOLR-17060 URL: https://issues.apache.org/jira/browse/SOLR-17060 Project: Solr

Re: [PR] Add option for specifying a imageTagSuffix in gradle [solr]

2023-10-30 Thread via GitHub
HoustonPutman merged PR #2043: URL: https://github.com/apache/solr/pull/2043 -- 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.apa

[jira] [Commented] (SOLR-17059) When ran Backup API, it doesn't create backup.properties file in backup path

2023-10-30 Thread Anusha R (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780933#comment-17780933 ] Anusha R commented on SOLR-17059: - [vmutuku1...@gmail.com|mailto:vmutuku1...@gmail.com] F

[jira] [Created] (SOLR-17059) When ran Backup API, it doesn't create backup.properties file in backup path

2023-10-30 Thread Anusha R (Jira)
Anusha R created SOLR-17059: --- Summary: When ran Backup API, it doesn't create backup.properties file in backup path Key: SOLR-17059 URL: https://issues.apache.org/jira/browse/SOLR-17059 Project: Solr

Re: [PR] KafkaCrossDcConsumerTest fix [solr-sandbox]

2023-10-30 Thread via GitHub
sigram merged PR #80: URL: https://github.com/apache/solr-sandbox/pull/80 -- 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