On 1/3/2022 2:21 PM, mtn search wrote:
From the Solr Admin UI (server:8080/solr/old.html#/collection1/replication)
I can select the Replicate Now button. This will successfully replicate
once, but not restart the periodic replication.
Any tips?
I think if there was an api to modify the next replication date, that would
do the trick.
Are you using the scripts to start Solr with the included jetty, or have
you moved the webapp into a different container? I only ask because
port 8080 is the most commonly used port for standalone container
installations, so I usually expect Solr on a different port number.
Can you show us the replication configs on the master and the slave?
Was the "Replicate Now" button found on the admin UI for the slave or
for the master? What is the exact version of Solr 6 that you are using?
(In case you're wondering, I am aware that the terms in the previous
paragraph are sensitive. I am only using them because those are the
terms used in the replication configuration for your Solr version. If I
had a reasonable way to avoid using those terms for this discussion, I
would.)
It's been many years since I last used replication in my own setups, but
the config is fairly straightforward, and hasn't changed a whole lot
since Solr 1.4.1, which was the last time I used it.
Thanks,
Shawn