Hi Team,
I am trying to copy data from master to slave through replication handler. But
I am getting leaderurl malformed even though leaderurl being valid. Am I
missing anything here, Can anyone please help me on this?
This is the /replication handler of mine.
<requestHandler name="/replication" class="solr.ReplicationHandler" >
<lst name="follower">
<str
name="leaderUrl">https://sss-nick-solr-m.use1.prod.aws.viacbs.tech/solr/nickjr_webplex</str<https://sss-nick-solr-m.use1.prod.aws.viacbs.tech/solr/nickjr_webplex%3c/str>>
<str name="httpConnTimeout">10000</str>
<str name="httpReadTimeout">10000</str>
<str name="compression">internal</str>
<str name="pollInterval">00:01:00</str>
</lst>
</requestHandler>
Thanks&Regards
KrishnaVamsi