...
- Stop SOLR on both server
- Remove old scsb-zookeeper data directory from 3 prod servers.
- Run fresh zookeeper container on 3 prod servers.
- Start SOLR on prod server where optimization is done. Start with replication mode. (REPLICATION is true and memory is 6GB)
- Verify the Solr admin page.
- Take backup of solr-prod-data in prod 2 and remove it.
- Now build fresh SOLR on second server with replication mode (remove/move old index from second server).
- Once solr server started, Zookeeper with start process to sync the data from Server 1 to Server 2. It will take about 10 mins to finish it.
- Once its done you can see both servers are in active in solr admin page (admin page → cloud)
- Verify records count between two servers.
...
Prod Solr Optimization Statistics - Sep 11 2017
S. No | Before/After Optimize | Total Count | Bib Count | Holdings Count | Items Count | Disk Size in GB | Deleted Docs |
---|---|---|---|---|---|---|---|
1 | Before | 30718785 | 8293444 | 8585168 | 13840173 | 22.41 | 8258838 |
2 | After | 30718785 | 8293444 | 8585168 | 13840173 | 17.29 | 0 |
Image Reference
Before
After
...