[jira] [Updated] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2023-03-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesús Ricardo Ballesteros Molina updated SOLR-16240: Issue Type: Bug (was: Task) > org.apache.solr.common.SolrE

[GitHub] [solr] eliaporciani commented on a diff in pull request #1435: SOLR-16674: Introduce dense vector byte encoding

2023-03-24 Thread via GitHub
eliaporciani commented on code in PR #1435: URL: https://github.com/apache/solr/pull/1435#discussion_r1147400108 ## solr/core/src/java/org/apache/solr/schema/DenseVectorField.java: ## @@ -165,38 +178,69 @@ public void checkSchemaField(final SchemaField field) throws SolrExcepti

[jira] [Commented] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2023-03-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704564#comment-17704564 ] Jesús Ricardo Ballesteros Molina commented on SOLR-16240: - Hello

[GitHub] [solr] dsmiley commented on pull request #1485: SOLR-16507: Remove NodeStateProvider & Snitch

2023-03-24 Thread via GitHub
dsmiley commented on PR #1485: URL: https://github.com/apache/solr/pull/1485#issuecomment-1482753208 Looking good! I think a net improvement. After this change, NodeStateProvider and its related weird named things (Snitches) is only used in one place. WDYT @sigram ? (BTW I tagged

[GitHub] [solr] epugh commented on pull request #1256: SOLR-10466: setDefaultCollection should be deprecated in favor of SolrClientBuilder methods

2023-03-24 Thread via GitHub
epugh commented on PR #1256: URL: https://github.com/apache/solr/pull/1256#issuecomment-148280 Okay, I think I am done! Every `CloudSolrClient.setDefaultCollection` call has been removed from the tests. I'd love some review with an eye to merging to `main` next week, and letting the

[GitHub] [solr-sandbox] bruno-roustant merged pull request #51: Add encryption module.

2023-03-24 Thread via GitHub
bruno-roustant merged PR #51: URL: https://github.com/apache/solr-sandbox/pull/51 -- 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...@sol

[GitHub] [solr] markrmiller commented on pull request #1465: SOLR-16705: Remove useless Zookeeper checks

2023-03-24 Thread via GitHub
markrmiller commented on PR #1465: URL: https://github.com/apache/solr/pull/1465#issuecomment-1482930966 > areAllReplicasParticipating This should have been made obsolete with the introduction of the LIR term work. Which is probably why the return value is not used, but obviously the

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-24 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1458: URL: https://github.com/apache/solr/pull/1458#discussion_r1147706168 ## solr/core/src/java/org/apache/solr/handler/admin/api/InstallCoreDataAPI.java: ## @@ -0,0 +1,135 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[GitHub] [solr] risdenk opened a new pull request, #1491: SOLR-16716: Replace commons-io usages with pure Java

2023-03-24 Thread via GitHub
risdenk opened a new pull request, #1491: URL: https://github.com/apache/solr/pull/1491 https://issues.apache.org/jira/browse/SOLR-16716 -- 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 specif

[jira] [Reopened] (SOLR-16716) Replace commons-io usages with pure Java

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reopened SOLR-16716: - I found a few more places that can be replaced with Java functions. > Replace commons-io usages with

[jira] [Resolved] (SOLR-8297) Allow join query over 2 sharded collections: enhance functionality and exception handling

2023-03-24 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-8297. Resolution: Won't Fix stuck in negotiation. I want to start something small from scratch. >

[jira] [Created] (SOLR-16717) Join collocated shards

2023-03-24 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-16717: --- Summary: Join collocated shards Key: SOLR-16717 URL: https://issues.apache.org/jira/browse/SOLR-16717 Project: Solr Issue Type: Improvement Secur

[jira] [Commented] (SOLR-16717) Join collocated shards

2023-03-24 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704693#comment-17704693 ] Mikhail Khludnev commented on SOLR-16717: - Hi,  After all I have something [http

[jira] [Commented] (SOLR-16717) Join collocated shards

2023-03-24 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704711#comment-17704711 ] Gus Heck commented on SOLR-16717: - Joins are a special case of graph. Distributed graph q

[GitHub] [solr] risdenk merged pull request #156: SOLR-15446: Fix three off-by-one ArrayList initialCapacity choices when calling ZooKeeper.multi API.

2023-03-24 Thread via GitHub
risdenk merged PR #156: URL: https://github.com/apache/solr/pull/156 -- 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

[jira] [Commented] (SOLR-15446) fix some off-by-one initialCapacity choices when calling ZooKeeper.multi

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704725#comment-17704725 ] ASF subversion and git services commented on SOLR-15446: Commit 0

[jira] [Updated] (SOLR-15446) fix some off-by-one initialCapacity choices when calling ZooKeeper.multi

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15446: Fix Version/s: main (10.0) > fix some off-by-one initialCapacity choices when calling ZooKeeper.mul

[jira] [Updated] (SOLR-15446) fix some off-by-one initialCapacity choices when calling ZooKeeper.multi

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15446: Fix Version/s: 9.3 > fix some off-by-one initialCapacity choices when calling ZooKeeper.multi > ---

[jira] [Commented] (SOLR-15446) fix some off-by-one initialCapacity choices when calling ZooKeeper.multi

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704730#comment-17704730 ] ASF subversion and git services commented on SOLR-15446: Commit 0

[jira] [Updated] (SOLR-15446) fix some off-by-one initialCapacity choices when calling ZooKeeper.multi

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15446: Resolution: Fixed Status: Resolved (was: Patch Available) > fix some off-by-one initialCap

[jira] [Updated] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16240: Affects Version/s: 9.1 9.2 > org.apache.solr.common.SolrException: Error lo

[GitHub] [solr-sandbox] markrmiller opened a new pull request, #52: Fix next link in NoOpUpdateRequestProcessor

2023-03-24 Thread via GitHub
markrmiller opened a new pull request, #52: URL: https://github.com/apache/solr-sandbox/pull/52 Fixes the null next link to be correct. -- 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 specifi

[jira] [Created] (SOLR-16718) Move placement plugin test helper classes to test-framework

2023-03-24 Thread Tomas Eduardo Fernandez Lobbe (Jira)
Tomas Eduardo Fernandez Lobbe created SOLR-16718: Summary: Move placement plugin test helper classes to test-framework Key: SOLR-16718 URL: https://issues.apache.org/jira/browse/SOLR-16718

[jira] [Commented] (SOLR-16717) Join collocated shards

2023-03-24 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704751#comment-17704751 ] Mikhail Khludnev commented on SOLR-16717: - Thanks, [~gus] . I definitely want to

[GitHub] [solr-sandbox] markrmiller merged pull request #52: Fix next link in NoOpUpdateRequestProcessor

2023-03-24 Thread via GitHub
markrmiller merged PR #52: URL: https://github.com/apache/solr-sandbox/pull/52 -- 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.a

[jira] [Updated] (SOLR-16716) Replace commons-io usages with pure Java

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16716: Status: Patch Available (was: Reopened) > Replace commons-io usages with pure Java > -

[jira] [Assigned] (SOLR-15561) Write escaped strings in SolrJSONWriter to a StringBuilder before the writer.

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-15561: --- Assignee: (was: Kevin Risden) > Write escaped strings in SolrJSONWriter to a StringBuild

[GitHub] [solr] gerlowskija merged pull request #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-24 Thread via GitHub
gerlowskija merged PR #1458: URL: https://github.com/apache/solr/pull/1458 -- 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.apach

[jira] [Commented] (SOLR-16697) New API support to import index files generated by Embedded SOLR into SOLR Cloud

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704757#comment-17704757 ] ASF subversion and git services commented on SOLR-16697: Commit 8

[jira] [Commented] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704758#comment-17704758 ] Kevin Risden commented on SOLR-16240: - [~janhoy] since you worked on SOLR-15914, do y

[GitHub] [solr] epugh commented on a diff in pull request #1491: SOLR-16716: Replace commons-io usages with pure Java

2023-03-24 Thread via GitHub
epugh commented on code in PR #1491: URL: https://github.com/apache/solr/pull/1491#discussion_r1147963970 ## solr/core/src/java/org/apache/solr/cloud/api/collections/TimeRoutedAlias.java: ## Review Comment: I like getting rid of the werid MoreObjects class that I've never s

[jira] [Comment Edited] (SOLR-16717) Join collocated shards

2023-03-24 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704693#comment-17704693 ] Mikhail Khludnev edited comment on SOLR-16717 at 3/24/23 7:30 PM: -

[GitHub] [solr] gerlowskija commented on a diff in pull request #1256: SOLR-10466: setDefaultCollection should be deprecated in favor of SolrClientBuilder methods

2023-03-24 Thread via GitHub
gerlowskija commented on code in PR #1256: URL: https://github.com/apache/solr/pull/1256#discussion_r1147967826 ## solr/core/src/test/org/apache/solr/cloud/HttpPartitionTest.java: ## @@ -70,7 +65,7 @@ * Simulates HTTP partitions between a leader and replica but the replica doe

[jira] [Commented] (SOLR-16393) Cosmetic improvements and migration to JAX-RS (alias, alias-prop CRUD APIs)

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704793#comment-17704793 ] ASF subversion and git services commented on SOLR-16393: Commit 4

[jira] [Commented] (SOLR-16393) Cosmetic improvements and migration to JAX-RS (alias, alias-prop CRUD APIs)

2023-03-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704792#comment-17704792 ] ASF subversion and git services commented on SOLR-16393: Commit 0

[jira] [Created] (SOLR-16719) Let AffinityPlacementFactory have an anti-affinity label

2023-03-24 Thread Tomas Eduardo Fernandez Lobbe (Jira)
Tomas Eduardo Fernandez Lobbe created SOLR-16719: Summary: Let AffinityPlacementFactory have an anti-affinity label Key: SOLR-16719 URL: https://issues.apache.org/jira/browse/SOLR-16719

[jira] [Commented] (SOLR-16465) Start the migration of the Admin UI to React

2023-03-24 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704820#comment-17704820 ] Marcus Eagan commented on SOLR-16465: - I'll be ready to present well before that meet

[jira] [Commented] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704829#comment-17704829 ] Shawn Heisey commented on SOLR-16668: - With SolrJ 9.2, this code that used to work in

[jira] [Commented] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704842#comment-17704842 ] Kevin Risden commented on SOLR-16668: - H so https://mvnrepository.com/artifact/or

[GitHub] [solr] dsmiley commented on a diff in pull request #1491: SOLR-16716: Replace commons-io usages with pure Java

2023-03-24 Thread via GitHub
dsmiley commented on code in PR #1491: URL: https://github.com/apache/solr/pull/1491#discussion_r1148278758 ## solr/core/src/test/org/apache/solr/schema/ChangedSchemaMergeTest.java: ## @@ -83,15 +84,15 @@ private void addDoc(SolrCore core, String... fieldValues) throws IOExcept

[jira] [Updated] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-16668: Attachment: image-2023-03-24-23-07-02-247.png > Use default Java SslContextFactory for HTTP2 when n

[jira] [Commented] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704875#comment-17704875 ] Shawn Heisey commented on SOLR-16668: - I don't see 9.2.0 on the Maven page for SolrJ,

[jira] [Commented] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704876#comment-17704876 ] Shawn Heisey commented on SOLR-16668: - I can see with {{./gradlew dependencies}} that

[jira] [Commented] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704882#comment-17704882 ] Shawn Heisey commented on SOLR-16668: - With this specified in my project's build.grad

[jira] [Comment Edited] (SOLR-16668) Use default Java SslContextFactory for HTTP2 when no system properties are given

2023-03-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704882#comment-17704882 ] Shawn Heisey edited comment on SOLR-16668 at 3/25/23 5:44 AM: -