Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-31 Thread via GitHub
dsmiley merged PR #2226: URL: https://github.com/apache/solr/pull/2226 -- 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

Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-31 Thread via GitHub
dsmiley commented on code in PR #2226: URL: https://github.com/apache/solr/pull/2226#discussion_r1473744576 ## solr/CHANGES.txt: ## @@ -86,6 +86,8 @@ Improvements * SOLR-17119: When registering or updating a ConfigurablePlugin through the `/cluster/plugin` API, config valid

Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-29 Thread via GitHub
dsmiley commented on code in PR #2226: URL: https://github.com/apache/solr/pull/2226#discussion_r1470367294 ## solr/core/src/java/org/apache/solr/cloud/overseer/ClusterStateMutator.java: ## @@ -133,9 +134,18 @@ public ZkWriteCommand createCollection(ClusterState clusterState, Z

Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-26 Thread via GitHub
dsmiley commented on code in PR #2226: URL: https://github.com/apache/solr/pull/2226#discussion_r1468207086 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -155,7 +156,12 @@ private ClusterState fetchClusterState( for (Map.E

Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-26 Thread via GitHub
pjmcarthur commented on code in PR #2226: URL: https://github.com/apache/solr/pull/2226#discussion_r1468103699 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -155,7 +156,12 @@ private ClusterState fetchClusterState( for (Ma

Re: [PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-26 Thread via GitHub
dsmiley commented on code in PR #2226: URL: https://github.com/apache/solr/pull/2226#discussion_r1468049718 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -155,7 +156,12 @@ private ClusterState fetchClusterState( for (Map.E

[PR] SOLR-16699: Expose creationTimeMillis in COLSTATUS API [solr]

2024-01-26 Thread via GitHub
pjmcarthur opened a new pull request, #2226: URL: https://github.com/apache/solr/pull/2226 https://issues.apache.org/jira/browse/SOLR-16699 # Description The collection creation time is now exposed in the solrj DocCollection and the COLSTATUS API. # Solution