[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2021-07-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378386#comment-17378386 ] David Smiley commented on SOLR-14660: - Fantastic!  I took a peek.  I love the comment

[jira] [Commented] (SOLR-15485) discourage Collections.singleton.forEach use

2021-07-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378385#comment-17378385 ] David Smiley commented on SOLR-15485: - The anti-pattern corrected in this issue occur

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #120: URL: https://github.com/apache/solr/pull/120#discussion_r667246977 ## File path: solr/contrib/s3-repository/src/java/org/apache/solr/s3/S3BackupRepository.java ## @@ -0,0 +1,339 @@ +/* + * Licensed to the Apache So

[jira] [Updated] (SOLR-15528) Remove several guava calls in favor of Java9+ alternatives

2021-07-09 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15528: - Description: Follow on to SOLR-9621   Several classes of work here: 1) Replacing calls to ImmutableLis

[jira] [Created] (SOLR-15528) Remove several guava calls in favor of Java9+ alternatives

2021-07-09 Thread Mike Drob (Jira)
Mike Drob created SOLR-15528: Summary: Remove several guava calls in favor of Java9+ alternatives Key: SOLR-15528 URL: https://issues.apache.org/jira/browse/SOLR-15528 Project: Solr Issue Type: I

[jira] [Commented] (SOLR-14660) Migrating HDFS into a package

2021-07-09 Thread Istvan Farkas (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378283#comment-17378283 ] Istvan Farkas commented on SOLR-14660: -- Status update: test separation also finished

[GitHub] [solr] thelabdude opened a new pull request #209: SOLR-15527: Security admin screen for managing users, roles, and permissions

2021-07-09 Thread GitBox
thelabdude opened a new pull request #209: URL: https://github.com/apache/solr/pull/209 https://issues.apache.org/jira/browse/SOLR-15527 # Description Add new security panel to admin UI # Solution See screenshots in JIRA # Tests Manual in browser

[jira] [Created] (SOLR-15527) Security admin screen for managing users, roles, and permissions

2021-07-09 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15527: - Summary: Security admin screen for managing users, roles, and permissions Key: SOLR-15527 URL: https://issues.apache.org/jira/browse/SOLR-15527 Project: Solr

[GitHub] [solr] HoustonPutman commented on a change in pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
HoustonPutman commented on a change in pull request #120: URL: https://github.com/apache/solr/pull/120#discussion_r667150791 ## File path: solr/contrib/blob-repository/src/java/org/apache/solr/s3/S3BackupRepository.java ## @@ -0,0 +1,347 @@ +/* + * Licensed to the Apache Softw

[jira] [Updated] (SOLR-15526) LeaderTragicEventTest has been failing on 8x

2021-07-09 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15526: - Affects Version/s: (was: 8x) > LeaderTragicEventTest has been failing on 8x > ---

[jira] [Created] (SOLR-15526) LeaderTragicEventTest has been failing on 8x

2021-07-09 Thread Mike Drob (Jira)
Mike Drob created SOLR-15526: Summary: LeaderTragicEventTest has been failing on 8x Key: SOLR-15526 URL: https://issues.apache.org/jira/browse/SOLR-15526 Project: Solr Issue Type: Test

[GitHub] [solr] athrog commented on pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
athrog commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-877374795 > Some first thoughts: > > * Are y'all planning on renaming the contrib to s3 from blob? It seems like a logical choice Yes, renaming the module to `s3-repository` will b

[GitHub] [solr] athrog commented on a change in pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
athrog commented on a change in pull request #120: URL: https://github.com/apache/solr/pull/120#discussion_r667123991 ## File path: solr/contrib/blob-repository/src/java/org/apache/solr/s3/AdobeMockS3StorageClient.java ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Softwar

[GitHub] [solr] cpoerschke commented on a change in pull request #207: SOLR-15385 RawTypes Part VI

2021-07-09 Thread GitBox
cpoerschke commented on a change in pull request #207: URL: https://github.com/apache/solr/pull/207#discussion_r667118063 ## File path: solr/core/src/java/org/apache/solr/util/ConcurrentLRUCache.java ## @@ -552,15 +553,14 @@ private void markAndSweepByCacheSize() { /

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378188#comment-17378188 ] Timothy Potter commented on SOLR-15525: --- I like Houston's approach here ... just lo

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378185#comment-17378185 ] Houston Putman commented on SOLR-15525: --- We could also just accept default envVars

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Aroop (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378179#comment-17378179 ] Aroop commented on SOLR-15525: -- Also why Hadoop ? Aren't we trying very hard to avoid any de

[jira] [Comment Edited] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Aroop (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378179#comment-17378179 ] Aroop edited comment on SOLR-15525 at 7/9/21, 5:03 PM: --- Also why Ha

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378169#comment-17378169 ] Timothy Potter commented on SOLR-15525: --- Why do we need a 3rd party solution to rea

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378165#comment-17378165 ] Mike Drob commented on SOLR-15525: -- Could we consider using a third party library for th

[jira] [Commented] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378153#comment-17378153 ] Timothy Potter commented on SOLR-15525: --- As a really simple hack, we could alter th

[jira] [Created] (SOLR-15525) Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props

2021-07-09 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15525: - Summary: Provide zkCredentialsProvider and zkACLProvider that loads credentials from a file or env vars instead of sys props Key: SOLR-15525 URL: https://issues.apache.org/jira/

[GitHub] [solr] HoustonPutman commented on a change in pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
HoustonPutman commented on a change in pull request #120: URL: https://github.com/apache/solr/pull/120#discussion_r667029697 ## File path: solr/contrib/blob-repository/src/java/org/apache/solr/s3/S3BackupRepositoryConfig.java ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [solr] HoustonPutman commented on pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-07-09 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-877266775 > Also, I'm not sure if it's a problem with my setup or maybe I missed some gradle setting somewhere, but just doing a `./gradlew assemble` doesn't seem to put our new `blob-re

[jira] [Commented] (SOLR-15524) Fix Solr Docker test cleanup

2021-07-09 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378108#comment-17378108 ] Houston Putman commented on SOLR-15524: --- Yeah that's my bad. When testing the concu

[GitHub] [solr-operator] HoustonPutman commented on issue #84: Solr registers with incorrect port 80 in Zookeeper

2021-07-09 Thread GitBox
HoustonPutman commented on issue #84: URL: https://github.com/apache/solr-operator/issues/84#issuecomment-877225446 Glad to hear things are working 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

[GitHub] [solr-operator] alewis001 commented on issue #84: Solr registers with incorrect port 80 in Zookeeper

2021-07-09 Thread GitBox
alewis001 commented on issue #84: URL: https://github.com/apache/solr-operator/issues/84#issuecomment-877193280 Apologies, it looks like the issue was due to another piece of software that had Solr embedded and the two "instances" we conflicting. Also, sorry it took so long to get back to

[GitHub] [solr-operator] benediktarnold opened a new issue #282: Allow changing the livenessPrope settings for prometheus exporter

2021-07-09 Thread GitBox
benediktarnold opened a new issue #282: URL: https://github.com/apache/solr-operator/issues/282 Hi! My prometheus exporter pod was constantly restarting because the liveness probe timed out. I've noticed a high cpu and memory usage on the exporter pod as well even though I'm only sc

[jira] [Commented] (SOLR-15490) Add v1-v2 API Mapping tests for /cluster/* APIs

2021-07-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378001#comment-17378001 ] ASF subversion and git services commented on SOLR-15490: Commit f

[GitHub] [solr] gerlowskija merged pull request #204: SOLR-15490: /cluster v2 API parameter mapping tests

2021-07-09 Thread GitBox
gerlowskija merged pull request #204: URL: https://github.com/apache/solr/pull/204 -- 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