[
https://issues.apache.org/jira/browse/SOLR-10763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028166#comment-16028166
]
Jan Høydahl commented on SOLR-10763:
------------------------------------
Hmm, I tried to reproduce this on master branch, but was not able to. I setup a
techproducts core and a slave on another port replicating it. I see Version,
Gen and Size on the slave as expected. Have not tried to reproduce on 6.5.1.
[[email protected]] can you please try to reproduce this on e.g.
the "techproducts" example from a new stock setup? I used this
replicationHandler config when testing locally:
{code:xml}
<requestHandler name="/replication" class="solr.ReplicationHandler">
<lst name="slave">
<str
name="masterUrl">http://localhost:8983/solr/techproducts/replication</str>
<str name="pollInterval">00:00:10</str>
</lst>
</requestHandler>
{code}
And these steps:
# bin/solr -e techrpoducts
# bin/solr start -p 8080
# bin/solr create -c techproducts -p 8080
# bin/solr stop -p 8080
# # Edit server/solr/techproducts/conf/solrconfig.xml to add the replication
handler above
# bin/solr start -p 8080
Now you have the master on
http://localhost:8983/solr/#/techproducts/replication and the slave on
http://localhost:8080/solr/#/techproducts/replication
Add some docs and verify that version updates on slave
# bin/post -c techproducts example/exampledocs/books.json
> Admin Console error in solr 6.5
> -------------------------------
>
> Key: SOLR-10763
> URL: https://issues.apache.org/jira/browse/SOLR-10763
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Admin UI
> Affects Versions: 6.5.1
> Environment: CentOS Linux release 7.2.1511 (Core)
> Reporter: VIbhav Singh Rohilla
> Priority: Blocker
> Fix For: master (7.0)
>
> Attachments: original UI.png, solr default console.png
>
>
> The default console of solr 6.5.1(on slave) is not able to show details of
> replication tab.
> But on clicking use "original UI" , the same tab is showing results.
> URL used - http://Solr_Slave_Host:8983/solr/cms/replication
> The inspect element error is -
> angular.js:11617 TypeError: Cannot set property 'status' of undefined
> at getIterations (replication.js:114)
> at replication.js:32
> at angular-resource.min.js:33
> at processQueue (angular.js:13193)
> at angular.js:13209
> at Scope.$eval (angular.js:14406)
> at Scope.$digest (angular.js:14222)
> at Scope.$apply (angular.js:14511)
> at done (angular.js:9669)
> at completeRequest (angular.js:9859)
> Please guide.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]