[jira] [Resolved] (SOLR-17232) PropertiesOutputStream does not override write(byte[], int, int)

2024-04-12 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved SOLR-17232. --- Fix Version/s: 9.6 Resolution: Fixed > PropertiesOutputStream does not override

[jira] [Commented] (SOLR-17232) PropertiesOutputStream does not override write(byte[], int, int)

2024-04-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836668#comment-17836668 ] ASF subversion and git services commented on SOLR-17232: Commit

[jira] [Commented] (SOLR-17232) PropertiesOutputStream does not override write(byte[], int, int)

2024-04-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836662#comment-17836662 ] ASF subversion and git services commented on SOLR-17232: Commit

Re: [PR] SOLR-17232: PropertiesOutputStream overrides write(byte[], int, int). [solr]

2024-04-12 Thread via GitHub
bruno-roustant merged PR #2400: URL: https://github.com/apache/solr/pull/2400 -- 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:

Re: [PR] SolrJ HTTP/2 Async API using CompletableFuture (update for 2024) [solr]

2024-04-12 Thread via GitHub
rishisankar commented on PR #2402: URL: https://github.com/apache/solr/pull/2402#issuecomment-2051996432 @jdyer1 thanks, cool to see this being implemented! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] SolrJ HTTP/2 Async API using CompletableFuture (update for 2024) [solr]

2024-04-12 Thread via GitHub
jdyer1 commented on PR #2402: URL: https://github.com/apache/solr/pull/2402#issuecomment-2051972168 @rishisankar I would like to include your name in the `CHANGES.txt` entry as "Rishi Sankar", as you did the initial work nearly 4 years ago! If you would rather opt out or use an alternate

Re: [PR] SolrJ HTTP/2 Async API using CompletableFuture (update for 2024) [solr]

2024-04-12 Thread via GitHub
jdyer1 commented on code in PR #2402: URL: https://github.com/apache/solr/pull/2402#discussion_r1562689772 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ## @@ -417,67 +419,101 @@ public void send(OutStream outStream, SolrRequest req, String

Re: [PR] SolrJ HTTP/2 Async API using CompletableFuture (update for 2024) [solr]

2024-04-12 Thread via GitHub
jdyer1 commented on code in PR #2402: URL: https://github.com/apache/solr/pull/2402#discussion_r1562689501 ## solr/solrj/src/test/org/apache/solr/client/solrj/impl/LBHttp2SolrClientTest.java: ## @@ -51,4 +67,249 @@ public void testLBHttp2SolrClientWithTheseParamNamesInTheUrl()

Re: [PR] SOLR-13350: Multithreaded search [solr]

2024-04-12 Thread via GitHub
dsmiley commented on PR #2248: URL: https://github.com/apache/solr/pull/2248#issuecomment-2051945929 Definitely the segment bit sets need to be sized to the segment, plus no more than 63 bits for long-alignment. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (SOLR-14853) Make enableRemoteStreaming option global; not configSet

2024-04-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836639#comment-17836639 ] Jan Høydahl commented on SOLR-14853: See dev list thread ["Sv:

[jira] [Resolved] (SOLR-16466) Admin UI - Make it optional to sort list of commandline args

2024-04-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-16466. Resolution: Fixed Thanks everyone! > Admin UI - Make it optional to sort list of

[jira] [Commented] (SOLR-16466) Admin UI - Make it optional to sort list of commandline args

2024-04-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836569#comment-17836569 ] ASF subversion and git services commented on SOLR-16466: Commit

[jira] [Commented] (SOLR-16466) Admin UI - Make it optional to sort list of commandline args

2024-04-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836568#comment-17836568 ] ASF subversion and git services commented on SOLR-16466: Commit

Re: [PR] SOLR-16466: Admin UI - Make it optional to sort list of commandline args [solr]

2024-04-12 Thread via GitHub
cpoerschke merged PR #2246: URL: https://github.com/apache/solr/pull/2246 -- 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:

[jira] [Assigned] (SOLR-16466) Admin UI - Make it optional to sort list of commandline args

2024-04-12 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke reassigned SOLR-16466: -- Assignee: Christine Poerschke > Admin UI - Make it optional to sort list of

Re: [PR] SOLR-13350: Multithreaded search [solr]

2024-04-12 Thread via GitHub
cpoerschke commented on PR #2248: URL: https://github.com/apache/solr/pull/2248#issuecomment-2051535511 So the https://github.com/apache/solr/pull/2248/commits/fdfef9f734d091db7298d3493681d7f07f50c043 commit starts to explore using segment level bit sets ... ... but actually I don't

Re: [PR] Update dependency commons-codec:commons-codec to v1.16.1 [solr]

2024-04-12 Thread via GitHub
cpoerschke merged PR #2266: URL: https://github.com/apache/solr/pull/2266 -- 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:

Re: [PR] Update dependency org.semver4j:semver4j to v5.2.3 [solr]

2024-04-12 Thread via GitHub
cpoerschke merged PR #2399: URL: https://github.com/apache/solr/pull/2399 -- 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:

Re: [PR] Update GC logging options for Zookeeper [solr]

2024-04-12 Thread via GitHub
radu-gheorghe commented on PR #2364: URL: https://github.com/apache/solr/pull/2364#issuecomment-2051188428 My pleasure :) -- 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.