#persist

Notes on LTER MN Transfer to New Software Stack and New Content Approach
========================================================================


Present: Chris, Dave, Ben, Mark, Jing, Robert, Roger


Summary
-------
Issues to resolve
-----------------
1. Turn off sync
What to do if you need to change the baseURL and reharvest all content.
1. Update baseURL and disable Sync on node via MemberNode call
    a. Set new baseUrl in node
    b. Set synchronization off in node
    c. call updateNodeCapabilities on the CN from the MN

2. Confirm baseURL has changed (administrative procedure on CN)
    a. Notify CN Admin
    b. confirm that d1_processing daemon's synchronization reflects the change (baseUrl and synchronization boolean)
        1) check the synchronization log file. 
        2) Hazelcast notifications will cause Synch Schedule Manager to reschedule node's harvest (deleting it from quartz scheduler)
    c. CN Admin will update last_harvest date on the node

3. Turn on sync via MemberNode call
    a. set syncrhonization on in node
    b. call updateNodeCapabilities
4. Check Synchronization process
    a. Notify CN Admin
    b. confirm that d1_processing daemon's synchronization has picked up the change
        1) check the synchronization log file. 
        2) Hazelcast notifications will cause Synch Schedule Manager to reschedule node's harvest (adding it to quartz scheduler)