You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Morten Bøgeskov (Jira)" <ji...@apache.org> on 2020/05/14 08:14:00 UTC

[jira] [Created] (SOLR-14483) AdminUI - Create replica - empty drop-down

Morten Bøgeskov created SOLR-14483:
--------------------------------------

             Summary: AdminUI - Create replica - empty drop-down
                 Key: SOLR-14483
                 URL: https://issues.apache.org/jira/browse/SOLR-14483
             Project: Solr
          Issue Type: Bug
          Components: Admin UI
    Affects Versions: 8.5.1
         Environment: Debian-10 based

Solr: 8.5.1

Firefox/google-chrome
            Reporter: Morten Bøgeskov


When you wish to add a replica using the Admin UI, and press the "add replica" button (under a shard):
 *  A json document is fetched: /solr/admin/zookeeper?_=xxx&path=%2Flive_nodes&wt=json
 ** payload:
 ** {{{"tree":[{
 "text":"/live_nodes","a_attr":{
 "href":"admin/zookeeper?detail=true&path=%2Flive_nodes"},
 "children":[{
 "text":"host-1.example.com:8983_solr","a_attr":{
 "href":"admin/zookeeper?detail=true&path=%2Flive_nodes%2Fhost-1.example.com%3A8983_solr"},
 "ephemeral":true,
 "version":0},...}}
 * A JavaScript console error:
 ** Firefox:
 ** {{TypeError: "children[child].data is undefined"}}
    Angular 15
    jQuery 8
    Angular 24{{ Possibly unhandled rejection: {} [angular.min.js:146:303|http://socl-p01:18003/solr/libs/angular.min.js]}}
    Angular 15
    jQuery 8
{{    Angular 24}}
 ** Google-chrome:
 ** TypeError: Cannot read property 'title' of undefined
 at collections.js:219
 at I (angular-resource.min.js:31)
 at angular.min.js:159
 at m.$digest (angular.min.js:170)
 at m.$apply (angular.min.js:174)
 at k (angular.min.js:125)
 at v (angular.min.js:130)
 at XMLHttpRequest.y.onload (angular.min.js:131) "Possibly unhandled rejection: {}"

Resulting in an empty drop-down.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org