Details
Description
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":[Unknown macro: { "text"},...}}
- 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}}
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.
Attachments
Issue Links
- Blocked
-
SOLR-14933 Ability to add T and P type replica from admin UI
- Closed
- is duplicated by
-
SOLR-14932 Broken "Add replica" button in solr admin UI
- Resolved
- is part of
-
SOLR-14820 Create replica is broken
- Resolved
- links to