serhiy-bzhezytskyy commented on code in PR #4764:
URL: https://github.com/apache/solr/pull/4764#discussion_r3828254331


##########
solr/core/src/java/org/apache/solr/core/SolrCores.java:
##########
@@ -142,20 +142,6 @@ public SolrCore putCore(CoreDescriptor cd, SolrCore core) {
     }
   }
 
-  /**
-   * @return A list of "permanent" cores, i.e. cores that may not be swapped 
out and are currently
-   *     loaded.
-   *     <p>A core may be non-transient but still lazily loaded. If it is 
"permanent" and lazy-load
-   *     _and_ not yet loaded it will _not_ be returned by this call.
-   *     <p>This list is a new copy, it can be modified by the caller (e.g. it 
can be sorted).
-   */
-  @Deprecated

Review Comment:
   Added `CoreContainer.forEachLoadedCore(Consumer<SolrCore>)`, migrated 
`cancelCoreRecoveries()` to it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to