limingnihao commented on code in PR #1050:
URL: https://github.com/apache/solr/pull/1050#discussion_r991753125


##########
solr/webapp/web/js/angular/controllers/cloud.js:
##########
@@ -424,7 +424,7 @@ var nodesSubController = function($scope, Collections, 
System, Metrics) {
               // These are the cores we _expect_ to find on this node 
according to the CLUSTERSTATUS
               var cores = nodes[node]['cores'];
               if (! cores) {
-                cores = {};
+                cores = [];

Review Comment:
   Thanks, I've changed it to do `cores.sort` when "if not empty".



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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to