Re: [PR] SOLR-17609: Remove HDFS module [solr]

2024-12-21 Thread via GitHub
epugh commented on PR #2923: URL: https://github.com/apache/solr/pull/2923#issuecomment-2558164589 Question! Should `AbstractRecoveryZkTestBase` be merged back into `RecoveryZkTest` since we no longer have the HDFS contrib tests? That goes for `AbstractChaosMonkeySafeLeaderTestBase`, `Ab

[jira] [Commented] (SOLR-6999) deprecate the init(NamedList) in favor of init(PluginInfo)

2024-12-21 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907620#comment-17907620 ] Eric Pugh commented on SOLR-6999: - +1!  I ran into this confusion writing the UBI plugin..

Re: [PR] SOLR-17609: Remove HDFS module [solr]

2024-12-21 Thread via GitHub
epugh commented on PR #2923: URL: https://github.com/apache/solr/pull/2923#issuecomment-2558180476 Opportunity to remove the `isSharedStorage` property of DirectoryFactory? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Adding Powershell snippets to Five Minutes Tutorial [solr]

2024-12-21 Thread via GitHub
epugh commented on PR #2482: URL: https://github.com/apache/solr/pull/2482#issuecomment-2558160012 BTW, I think this was a nice idea, and maybe in the future we'll add it if we see more folks using powershell. I'm also thinking that in the future as our CLI maybe gets richer, we may find

[jira] [Created] (SOLR-17608) v1/v2 serialization should support 'Instant'

2024-12-21 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17608: -- Summary: v1/v2 serialization should support 'Instant' Key: SOLR-17608 URL: https://issues.apache.org/jira/browse/SOLR-17608 Project: Solr Issue Type: Im

[jira] [Created] (SOLR-17609) Remove hdfs module

2024-12-21 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17609: Summary: Remove hdfs module Key: SOLR-17609 URL: https://issues.apache.org/jira/browse/SOLR-17609 Project: Solr Issue Type: Task Components: hdfs Affec

Re: [PR] SOLR-15751: Modify v2 `GET /collections/collName` to support full ColStatus response [solr]

2024-12-21 Thread via GitHub
gerlowskija commented on PR #2912: URL: https://github.com/apache/solr/pull/2912#issuecomment-2558115243 > Still need to look into David's question about use of `Instant` Alright - the main hiccup for using `Instant` is that it's not supported by our serialization layer. Jackson supp

[jira] [Commented] (SOLR-17540) Remove hadoop-auth module

2024-12-21 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907638#comment-17907638 ] David Smiley commented on SOLR-17540: - Please remember to deprecate in 9x.  You can m

Re: [PR] Deprecate MapWriter.append [solr]

2024-12-21 Thread via GitHub
dsmiley commented on code in PR #2919: URL: https://github.com/apache/solr/pull/2919#discussion_r1894685936 ## solr/solrj/src/java/org/apache/solr/common/MapWriter.java: ## @@ -70,8 +74,7 @@ public MapWriter.EntryWriter put(CharSequence k, Object v) { writer.endObject();

Re: [PR] SOLR-17582 Stream CLUSTERSTATUS API response [solr]

2024-12-21 Thread via GitHub
mlbiscoc commented on PR #2916: URL: https://github.com/apache/solr/pull/2916#issuecomment-2558290502 > Uh oh; a back-compat problem is dawning on me. Any SolrJ consumer of this API (especially using the default "javabin" format) is going to break here. The change to BaseHttpClusterStatePro

Re: [PR] SOLR-17587: Prometheus Writer duplicate TYPE information in exposition format [solr]

2024-12-21 Thread via GitHub
mlbiscoc commented on code in PR #2902: URL: https://github.com/apache/solr/pull/2902#discussion_r1894710055 ## solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java: ## @@ -30,18 +30,18 @@ public abstract class SolrCoreMetric extends SolrMetric { pub

[PR] SOLR-17609: Remove HDFS module [solr]

2024-12-21 Thread via GitHub
epugh opened a new pull request, #2923: URL: https://github.com/apache/solr/pull/2923 https://issues.apache.org/jira/browse/SOLR-17609 # Description Explore what removing HDFS module from Solr impacts. # Solution Searching for references for `hdfs`, `hadoop`, a

[jira] [Updated] (SOLR-17609) Remove hdfs module

2024-12-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17609: -- Labels: pull-request-available (was: ) > Remove hdfs module > -- > >