Refresh Elasticsearch cache in people view
There is now a simple page that will allow the jobs to be re-run with default configuration as detailed on https://github.com/Health-Education-England/TIS-SYNC/ (README). The information below is deprecated and it will not be possible soon as the blob store resources will not be migrated to AWS.
Alternative instructions created on Sync Service page. As Sync Service is not in Production yet, this page is still current.
After a database has been re-imported to stage, please ssh into either the blue or green server and copy and paste the commands below in a single chunk and it will go through the process of downloading the JDK and the JMX client, copy them to the container, extract the compressed JDK, launch the JMX client and restart the elasticsearch sync:
cd /tmp mkdir javatools cd javatools wget https://heetisrequiredapps.blob.core.windows.net/javafiles/jmxterm-1.0.0-uber.jar wget https://heetisrequiredapps.blob.core.windows.net/javafiles/jdk-8-linux-x64.tar.gz cd .. docker cp javatools tcs_tcs_1:/tmp docker exec -it tcs_tcs_1 /bin/bash cd /tmp/javatools tar -zxvf jdk-8-linux-x64.tar.gz rm jdk-8-linux-x64.tar.gz ./jdk1.8.0_202/bin/java -jar jmxterm-1.0.0-uber.jar open 1 domain tcs.mbean bean tcs.mbean:name=PersonElasticSearchJob run personElasticSearchSync run isCurrentlyRunning exit |
---|
tail /var/log/apps/tcs.log -f |
---|
When your back at the bash-4.4# prompt you can run the following command to keep an eye on the progress of the sync
Slack: https://hee-nhs-tis.slack.com/
Jira issues: https://hee-tis.atlassian.net/issues/?filter=14213