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
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
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
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
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
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
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