[jira] [Commented] (SOLR-14679) TLOGs grow forever, never get out of BUFFERING state

2022-10-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624890#comment-17624890 ] Viktor Molnár commented on SOLR-14679: -- You are welcome, I'm glad it's going to be f

[GitHub] [solr] joshgog commented on pull request #1115: Created V2 equivalent of REPLACENODE

2022-10-26 Thread GitBox
joshgog commented on PR #1115: URL: https://github.com/apache/solr/pull/1115#issuecomment-1293004331 > Initially I had tried using JerseyTest but the test failed due to server shutdown. > > ``` > 2> INFO: Started listener bound to [localhost:9998] > 2> Oct 26, 2022 9:23:11 PM

[GitHub] [solr] joshgog commented on a diff in pull request #1115: Created V2 equivalent of REPLACENODE

2022-10-26 Thread GitBox
joshgog commented on code in PR #1115: URL: https://github.com/apache/solr/pull/1115#discussion_r1006387694 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReplaceNodeAPI.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [solr] ben-manes commented on pull request #1118: [SOLR-16489] CaffeineCache puts thread into infinite loop

2022-10-26 Thread GitBox
ben-manes commented on PR #1118: URL: https://github.com/apache/solr/pull/1118#issuecomment-1292941058 If you do come by a stacktrace please let me know. I am not having luck in a review of the code, but a fresh set of eyes is always welcome. If you can reproduce then look for other excepti

[jira] [Commented] (SOLR-16274) HEAD request for managed resource returns 500 Server Error

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624843#comment-17624843 ] Kevin Risden commented on SOLR-16274: - [~thomascorthals] thanks for the details. PR t

[jira] [Updated] (SOLR-16274) HEAD request for managed resource returns 500 Server Error

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16274: Status: Patch Available (was: Open) > HEAD request for managed resource returns 500 Server Error >

[GitHub] [solr] risdenk commented on a diff in pull request #1140: SOLR-16274: HEAD request for managed resource returns 500 Server Error

2022-10-26 Thread GitBox
risdenk commented on code in PR #1140: URL: https://github.com/apache/solr/pull/1140#discussion_r1006379673 ## solr/core/src/java/org/apache/solr/rest/RestManager.java: ## @@ -355,10 +355,7 @@ public void delegateRequestToManagedResource() { } private void doHead(Man

[GitHub] [solr] risdenk opened a new pull request, #1140: SOLR-16274: HEAD request for managed resource returns 500 Server Error

2022-10-26 Thread GitBox
risdenk opened a new pull request, #1140: URL: https://github.com/apache/solr/pull/1140 https://issues.apache.org/jira/browse/SOLR-16274 -- 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] [Updated] (SOLR-16274) HEAD request for managed resource returns 500 Server Error

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16274: Summary: HEAD request for managed resource returns 500 Server Error (was: HEAD request for managed

[jira] [Assigned] (SOLR-16274) HEAD request for managed resource → 500 Server Error

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16274: --- Assignee: Kevin Risden > HEAD request for managed resource → 500 Server Error >

[GitHub] [solr] risdenk commented on pull request #495: SOLR-15116: Support a HEAD request for managed resources

2022-10-26 Thread GitBox
risdenk commented on PR #495: URL: https://github.com/apache/solr/pull/495#issuecomment-1292898999 I know this is really delayed but trying to piece this together looking at SOLR-16274. Regarding the semantics of the `HEAD` request: https://www.rfc-editor.org/rfc/rfc9110.html#name-hea

[jira] [Commented] (SOLR-16499) REPLACENODE API doesn't obey 'parallel', 'timeout' params

2022-10-26 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624776#comment-17624776 ] Noble Paul commented on SOLR-16499: --- I guess it should be a mistake that these params a

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006118554 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006235792 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[GitHub] [solr] iamsanjay commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2022-10-26 Thread GitBox
iamsanjay commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1006235472 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ## @@ -452,6 +454,11 @@ void call() throws Exception { } } + @Override Review Comm

[jira] [Updated] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-10918: -- Fix Version/s: main (10.0) 9.2 Resolution: Fixed Status: Re

[jira] [Commented] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624773#comment-17624773 ] ASF subversion and git services commented on SOLR-10918: Commit e

[jira] [Commented] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624772#comment-17624772 ] ASF subversion and git services commented on SOLR-10918: Commit 2

[GitHub] [solr] HoustonPutman merged pull request #1137: SOLR-10918: Fix IntPointField hashing for HLL

2022-10-26 Thread GitBox
HoustonPutman merged PR #1137: URL: https://github.com/apache/solr/pull/1137 -- 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.apa

[jira] [Commented] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624768#comment-17624768 ] ASF subversion and git services commented on SOLR-16477: Commit 5

[jira] [Commented] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624769#comment-17624769 ] Kevin Risden commented on SOLR-16477: - Thanks [~stillalex] for reporting and the PR.

[jira] [Updated] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16477: Fix Version/s: 8.11.3 > Collection RENAME api creates broken alias > --

[jira] [Updated] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16477: Resolution: Fixed Status: Resolved (was: Patch Available) > Collection RENAME api creates

[jira] [Updated] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16477: Fix Version/s: 9.2 > Collection RENAME api creates broken alias > -

[jira] [Commented] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624764#comment-17624764 ] ASF subversion and git services commented on SOLR-16477: Commit 5

[GitHub] [solr] risdenk commented on pull request #1127: SOLR-16477: Collection RENAME api creates broken alias

2022-10-26 Thread GitBox
risdenk commented on PR #1127: URL: https://github.com/apache/solr/pull/1127#issuecomment-1292663214 Thanks @stillalex! -- 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 u

[jira] [Updated] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16477: Fix Version/s: main (10.0) > Collection RENAME api creates broken alias > -

[jira] [Updated] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16477: Affects Version/s: 9.1 > Collection RENAME api creates broken alias > -

[jira] [Assigned] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16477: --- Assignee: Kevin Risden > Collection RENAME api creates broken alias > --

[jira] [Commented] (SOLR-16477) Collection RENAME api creates broken alias

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624762#comment-17624762 ] ASF subversion and git services commented on SOLR-16477: Commit 8

[GitHub] [solr] risdenk merged pull request #1127: SOLR-16477: Collection RENAME api creates broken alias

2022-10-26 Thread GitBox
risdenk merged PR #1127: URL: https://github.com/apache/solr/pull/1127 -- 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] gerlowskija commented on a diff in pull request #1053: SOLR-16392: Refactor and update v2 DELETEREPLICAPROP API

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1053: URL: https://github.com/apache/solr/pull/1053#discussion_r1006192774 ## solr/core/src/test/org/apache/solr/handler/admin/api/DeleteReplicaPropertyAPITest.java: ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[jira] [Updated] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-10918: Status: Patch Available (was: Open) > Hashing for IntPointFields is broken for HLL > -

[jira] [Assigned] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-10918: --- Assignee: Houston Putman > Hashing for IntPointFields is broken for HLL > --

[jira] [Updated] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16293: Fix Version/s: 8.11.3 > Luke request fails for document with a binary field > -

[jira] [Commented] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624749#comment-17624749 ] ASF subversion and git services commented on SOLR-16293: Commit 6

[jira] [Updated] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16293: Affects Version/s: 9.1 > Luke request fails for document with a binary field >

[jira] [Updated] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16293: Fix Version/s: 9.2 Resolution: Fixed Status: Resolved (was: Patch Available) Tha

[jira] [Commented] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624743#comment-17624743 ] ASF subversion and git services commented on SOLR-16501: Commit 3

[jira] [Updated] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Fix Version/s: 9.2 > Fix JvmMetricsTest NPE > -- > > Key: SOLR-

[jira] [Updated] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Resolution: Fixed Status: Resolved (was: Patch Available) > Fix JvmMetricsTest NPE > -

[jira] [Commented] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624744#comment-17624744 ] ASF subversion and git services commented on SOLR-16293: Commit 4

[GitHub] [solr] HoustonPutman merged pull request #1125: Fix useGpg signing without password

2022-10-26 Thread GitBox
HoustonPutman merged PR #1125: URL: https://github.com/apache/solr/pull/1125 -- 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.apa

[GitHub] [solr] jebnix opened a new pull request, #1139: Emphasize the meaning of using replicas without sharding

2022-10-26 Thread GitBox
jebnix opened a new pull request, #1139: URL: https://github.com/apache/solr/pull/1139 https://issues.apache.org/jira/browse/SOLR-X # Description Personally, that confused me very much. I just didn't understand how is it possible to use Solr without shards but o

[jira] [Updated] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Component/s: metrics > Fix JvmMetricsTest NPE > -- > > Key: SOL

[jira] [Updated] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Fix Version/s: main (10.0) > Fix JvmMetricsTest NPE > -- > > Ke

[jira] [Updated] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16293: Fix Version/s: main (10.0) > Luke request fails for document with a binary field >

[jira] [Commented] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624742#comment-17624742 ] ASF subversion and git services commented on SOLR-16293: Commit 9

[GitHub] [solr] risdenk merged pull request #1134: SOLR-16293: Luke request fails for document with a binary field

2022-10-26 Thread GitBox
risdenk merged PR #1134: URL: https://github.com/apache/solr/pull/1134 -- 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

[jira] [Commented] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624741#comment-17624741 ] ASF subversion and git services commented on SOLR-16501: Commit 8

[GitHub] [solr] risdenk merged pull request #1133: SOLR-16501: Fix JvmMetricsTest NPE

2022-10-26 Thread GitBox
risdenk merged PR #1133: URL: https://github.com/apache/solr/pull/1133 -- 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] jebnix opened a new pull request, #1138: Remove the Before SolrCloud section, and expand the supported feature…

2022-10-26 Thread GitBox
jebnix opened a new pull request, #1138: URL: https://github.com/apache/solr/pull/1138 …s section instead https://issues.apache.org/jira/browse/SOLR-X # Description There is a pretty confusing section that explains what existed before SolrCloud. That's pr

[GitHub] [solr] HoustonPutman opened a new pull request, #1137: SOLR-10918: Fix IntPointField hashing for HLL

2022-10-26 Thread GitBox
HoustonPutman opened a new pull request, #1137: URL: https://github.com/apache/solr/pull/1137 https://issues.apache.org/jira/browse/SOLR-10918 -- 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

[jira] [Updated] (SOLR-10918) Hashing for IntPointFields is broken for HLL

2022-10-26 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-10918: -- Summary: Hashing for IntPointFields is broken for HLL (was: StatsComponent cardinality descrep

[GitHub] [solr] jebnix opened a new pull request, #1136: Fix the Zookeeper docs URL link so that it will not get shown

2022-10-26 Thread GitBox
jebnix opened a new pull request, #1136: URL: https://github.com/apache/solr/pull/1136 https://issues.apache.org/jira/browse/SOLR-X # Description A full URL is shown in the docs, instead of a clickable word. # Solution Fix the Zookeeper docs URL lin

[jira] [Resolved] (SOLR-7802) TestDistributedStatsComponentCardinality failure

2022-10-26 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-7802. -- Resolution: Duplicate > TestDistributedStatsComponentCardinality failure > -

[GitHub] [solr] jebnix commented on pull request #1120: Fix typo in the user-managed mode explanation

2022-10-26 Thread GitBox
jebnix commented on PR #1120: URL: https://github.com/apache/solr/pull/1120#issuecomment-1292610520 @epugh > Solr's user-managed mode requires that cluster coordination activities that SolrCloud normally uses ZooKeeper for are performed manually or with local scripts. That ain't

[GitHub] [solr] epugh commented on pull request #1133: SOLR-16501: Fix JvmMetricsTest NPE

2022-10-26 Thread GitBox
epugh commented on PR #1133: URL: https://github.com/apache/solr/pull/1133#issuecomment-1292592980 Seems like nice refactoring! -- 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 commen

[GitHub] [solr] HoustonPutman closed pull request #1135: SOLR-15921: Add lib folder to the smoketester

2022-10-26 Thread GitBox
HoustonPutman closed pull request #1135: SOLR-15921: Add lib folder to the smoketester URL: https://github.com/apache/solr/pull/1135 -- 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 comm

[GitHub] [solr] chatman commented on pull request #1135: SOLR-15921: Add lib folder to the smoketester

2022-10-26 Thread GitBox
chatman commented on PR #1135: URL: https://github.com/apache/solr/pull/1135#issuecomment-1292591025 Merged, thanks Houston. Can you please close this? -- 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 g

[jira] [Commented] (SOLR-15921) Look for jars in SOLR_TIP/lib/

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624726#comment-17624726 ] ASF subversion and git services commented on SOLR-15921: Commit e

[jira] [Commented] (SOLR-15921) Look for jars in SOLR_TIP/lib/

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624724#comment-17624724 ] ASF subversion and git services commented on SOLR-15921: Commit 8

[jira] [Commented] (SOLR-15921) Look for jars in SOLR_TIP/lib/

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624725#comment-17624725 ] ASF subversion and git services commented on SOLR-15921: Commit d

[GitHub] [solr] gerlowskija commented on a diff in pull request #1053: SOLR-16392: Refactor and update v2 DELETEREPLICAPROP API

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1053: URL: https://github.com/apache/solr/pull/1053#discussion_r1006130505 ## solr/core/src/test/org/apache/solr/handler/admin/TestCollectionAPIs.java: ## @@ -199,13 +199,6 @@ public void testCommands() throws Exception { //"Valu

[GitHub] [solr] epugh commented on pull request #1120: Fix typo in the user-managed mode explanation

2022-10-26 Thread GitBox
epugh commented on PR #1120: URL: https://github.com/apache/solr/pull/1120#issuecomment-1292583209 Thanks for this! -- 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 unsub

[GitHub] [solr] epugh merged pull request #1120: Fix typo in the user-managed mode explanation

2022-10-26 Thread GitBox
epugh merged PR #1120: URL: https://github.com/apache/solr/pull/1120 -- 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

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006118554 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[jira] [Commented] (SOLR-15921) Look for jars in SOLR_TIP/lib/

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624713#comment-17624713 ] ASF subversion and git services commented on SOLR-15921: Commit 8

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006116771 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006112851 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[GitHub] [solr] jebnix commented on pull request #1120: Fix typo in the user-managed mode explanation

2022-10-26 Thread GitBox
jebnix commented on PR #1120: URL: https://github.com/apache/solr/pull/1120#issuecomment-1292545023 I've updated the PR -- 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 u

[GitHub] [solr] jebnix commented on pull request #1114: Link Solr Operator for learning on Solr in Kubernetes, and better exp…

2022-10-26 Thread GitBox
jebnix commented on PR #1114: URL: https://github.com/apache/solr/pull/1114#issuecomment-1292542225 @HoustonPutman I don't understand if you're voting for removing the page since you've said > but we should keep the docs around as long as the scripts are still included If you both agr

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006107819 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[GitHub] [solr] gus-asf commented on a diff in pull request #1130: SOLR-16495 - new text for introduction to solr page.

2022-10-26 Thread GitBox
gus-asf commented on code in PR #1130: URL: https://github.com/apache/solr/pull/1130#discussion_r1006107481 ## solr/solr-ref-guide/modules/getting-started/pages/introduction.adoc: ## @@ -16,28 +16,32 @@ // specific language governing permissions and limitations // under the Li

[jira] [Updated] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16293: Status: Patch Available (was: Open) > Luke request fails for document with a binary field > --

[GitHub] [solr] risdenk commented on a diff in pull request #1134: SOLR-16293: Luke request fails for document with a binary field

2022-10-26 Thread GitBox
risdenk commented on code in PR #1134: URL: https://github.com/apache/solr/pull/1134#discussion_r1006101860 ## solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java: ## @@ -341,10 +342,9 @@ private static SimpleOrderedMap getDocumentFieldsInfo(

[GitHub] [solr] gerlowskija commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1006101772 ## solr/core/src/java/org/apache/solr/handler/replication/BackupAPI.java: ## @@ -0,0 +1,100 @@ +package org.apache.solr.handler.replication; + +import static org.apach

[GitHub] [solr] risdenk opened a new pull request, #1134: SOLR-16293: Luke request fails for document with a binary field

2022-10-26 Thread GitBox
risdenk opened a new pull request, #1134: URL: https://github.com/apache/solr/pull/1134 https://issues.apache.org/jira/browse/SOLR-16293 -- 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

[GitHub] [solr] gerlowskija commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1006099737 ## solr/core/src/java/org/apache/solr/handler/replication/BackupAPI.java: ## @@ -0,0 +1,100 @@ +package org.apache.solr.handler.replication; + +import static org.apach

[jira] [Commented] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624698#comment-17624698 ] Kevin Risden commented on SOLR-16293: - This reproduces. I have a fix that I'm putting

[GitHub] [solr] gerlowskija commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1006098487 ## solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java: ## @@ -452,6 +454,11 @@ void call() throws Exception { } } + @Override Review Co

[jira] [Assigned] (SOLR-16293) Luke request fails for document with a binary field

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16293: --- Assignee: Kevin Risden > Luke request fails for document with a binary field > -

[GitHub] [solr] gerlowskija commented on a diff in pull request #1080: SOLR 15749 created a v2 equivalent of v1 'rename'

2022-10-26 Thread GitBox
gerlowskija commented on code in PR #1080: URL: https://github.com/apache/solr/pull/1080#discussion_r1006078777 ## solr/core/src/java/org/apache/solr/handler/admin/api/RenameCollectionAPI.java: ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under on

[jira] [Updated] (SOLR-16501) Fix JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Summary: Fix JvmMetricsTest NPE (was: JvmMetricsTest NPE) > Fix JvmMetricsTest NPE > -

[jira] [Updated] (SOLR-16501) JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16501: Status: Patch Available (was: Open) > JvmMetricsTest NPE > -- > >

[GitHub] [solr] risdenk commented on a diff in pull request #1133: SOLR-16501: Fix JvmMetricsTest NPE

2022-10-26 Thread GitBox
risdenk commented on code in PR #1133: URL: https://github.com/apache/solr/pull/1133#discussion_r1006071283 ## solr/core/src/test/org/apache/solr/metrics/JvmMetricsTest.java: ## @@ -92,9 +91,10 @@ public void testSystemProperties() { } SolrMetricManager metricManager =

[GitHub] [solr] risdenk opened a new pull request, #1133: SOLR-16501: Fix JvmMetricsTest NPE

2022-10-26 Thread GitBox
risdenk opened a new pull request, #1133: URL: https://github.com/apache/solr/pull/1133 https://issues.apache.org/jira/browse/SOLR-16501 -- 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] [Commented] (SOLR-16501) JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624686#comment-17624686 ] Kevin Risden commented on SOLR-16501: - We can at least fix the NPE - doesn't fix the

[jira] [Created] (SOLR-16501) JvmMetricsTest NPE

2022-10-26 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16501: --- Summary: JvmMetricsTest NPE Key: SOLR-16501 URL: https://issues.apache.org/jira/browse/SOLR-16501 Project: Solr Issue Type: Test Security Level: Public (

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1115: Created V2 equivalent of REPLACENODE

2022-10-26 Thread GitBox
sonatype-lift[bot] commented on code in PR #1115: URL: https://github.com/apache/solr/pull/1115#discussion_r1006066767 ## solr/modules/hadoop-auth/src/java/org/apache/solr/security/hadoop/RequestContinuesRecorderAuthenticationHandler.java: ## @@ -25,9 +25,10 @@ import org.apach

[GitHub] [solr] stillalex commented on pull request #1127: SOLR-16477 Collection RENAME api creates broken alias

2022-10-26 Thread GitBox
stillalex commented on PR #1127: URL: https://github.com/apache/solr/pull/1127#issuecomment-1292449259 @risdenk added the NPE change + some more tests. shouldn't be any breaking test, but I am running the complete test suite again locally for validation. -- This is an automated message fr

[jira] [Commented] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2022-10-26 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624683#comment-17624683 ] Jason Gerlowski commented on SOLR-16462: One reason that the async stuff is trick

[GitHub] [solr] joshgog commented on pull request #1115: Created V2 equivalent of REPLACENODE

2022-10-26 Thread GitBox
joshgog commented on PR #1115: URL: https://github.com/apache/solr/pull/1115#issuecomment-1292436699 Initially I had tried using JerseyTest but the test failed due to server shutdown. ``` 2> INFO: Started listener bound to [localhost:9998] 2> Oct 26, 2022 9:23:11 PM org.glassfi

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624675#comment-17624675 ] ASF subversion and git services commented on SOLR-16427: Commit 3

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624672#comment-17624672 ] ASF subversion and git services commented on SOLR-16427: Commit 0

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624674#comment-17624674 ] ASF subversion and git services commented on SOLR-16427: Commit 2

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624670#comment-17624670 ] ASF subversion and git services commented on SOLR-16427: Commit 9

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624667#comment-17624667 ] ASF subversion and git services commented on SOLR-16427: Commit 5

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624673#comment-17624673 ] ASF subversion and git services commented on SOLR-16427: Commit a

[jira] [Commented] (SOLR-16427) Evaluate and fix errorprone rules

2022-10-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624671#comment-17624671 ] ASF subversion and git services commented on SOLR-16427: Commit d

  1   2   3   >