[GitHub] [solr] chatman commented on pull request #1842: SOLR-16644 Fixing the entropy warning threshold based on OS ubuntu an…

2023-09-24 Thread via GitHub
chatman commented on PR #1842: URL: https://github.com/apache/solr/pull/1842#issuecomment-1732905462 Yes, I think we should calibrate as per the poolsize instead of checking for the kernel version. It might be more robust for the future. On Mon, 25 Sept, 2023, 10:11 am Raghavan, ***

[GitHub] [solr] chatman commented on pull request #1842: SOLR-16644 Fixing the entropy warning threshold based on OS ubuntu an…

2023-09-24 Thread via GitHub
chatman commented on PR #1842: URL: https://github.com/apache/solr/pull/1842#issuecomment-1732904666 I remember testing it with some VM which has low entropy. I'm hazy on whether or how I was able to stimulate the low entropy inside the VM. On Mon, 25 Sept, 2023, 10:11 am Raghavan,

[GitHub] [solr] Raghavan1988 commented on pull request #1842: SOLR-16644 Fixing the entropy warning threshold based on OS ubuntu an…

2023-09-24 Thread via GitHub
Raghavan1988 commented on PR #1842: URL: https://github.com/apache/solr/pull/1842#issuecomment-1732897914 Thanks @chatman for the comment, In line:1914 of the file, I updated the threshold from 300 to 64 # Adjusted for 256 pool size (approx 25% of 256) Are you recommending, check fo

[jira] [Updated] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2023-09-24 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-16194: Fix Version/s: 9.4 (was: 9.1) > Updating Time Routed Alias Parameters Loses Existing

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

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

[GitHub] [solr] gus-asf merged pull request #1956: SOLR-16194: Don't overwrite list of collections in a Routed Alias

2023-09-24 Thread via GitHub
gus-asf merged PR #1956: URL: https://github.com/apache/solr/pull/1956 -- 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.or

[GitHub] [solr] gus-asf opened a new pull request, #1956: SOLR-16194: Don't overwrite list of collections in a Routed Alias

2023-09-24 Thread via GitHub
gus-asf opened a new pull request, #1956: URL: https://github.com/apache/solr/pull/1956 Don't overwrite list of collections in a Routed Alias when updating parameters. (#864) (cherry picked from commit adeab2d88f5bbb5bf56d5d4fc5fda349b9c8ee10) https://issues.apache.org/jira/br

[jira] [Commented] (SOLR-16644) Entropy warning thresholds need to be revisited

2023-09-24 Thread Evan Lavelle (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768441#comment-17768441 ] Evan Lavelle commented on SOLR-16644: - Hi [~raghavanm], [~ichattopadhyaya] - I hadn't

[jira] [Commented] (SOLR-10352) Low entropy warning in bin/solr script

2023-09-24 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768438#comment-17768438 ] Ishan Chattopadhyaya commented on SOLR-10352: - [~eml1], this is tracked in ht

[jira] [Commented] (SOLR-10352) Low entropy warning in bin/solr script

2023-09-24 Thread Evan Lavelle (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768433#comment-17768433 ] Evan Lavelle commented on SOLR-10352: - Perhaps this could be re-opened? Linux kernel

[jira] [Commented] (SOLR-16992) Non-reproducible StreamingTest failures -- suggests CloudSolrStream concurency race condition

2023-09-24 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768392#comment-17768392 ] Alex Deparvu commented on SOLR-16992: - [~hossman] pushed an early PR for review http

[GitHub] [solr] stillalex opened a new pull request, #1955: SOLR-16992 Non-reproducible StreamingTest failures

2023-09-24 Thread via GitHub
stillalex opened a new pull request, #1955: URL: https://github.com/apache/solr/pull/1955 -- suggests CloudSolrStream concurency race condition https://issues.apache.org/jira/browse/SOLR-16992 # Description Please provide a short description of the changes you

[GitHub] [solr] epugh opened a new pull request, #1954: SOLR-14496: Add Basic Auth support to SolrCLI

2023-09-24 Thread via GitHub
epugh opened a new pull request, #1954: URL: https://github.com/apache/solr/pull/1954 https://issues.apache.org/jira/browse/SOLR-14496 # Description Add a new commmand line parameter `-credentials` (sometimes known as `-u`) in the format of: `-u eric:password` to enable basic auth