synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Fix load adapter code #34

Closed berryware closed 4 years ago

berryware commented 8 years ago

load adapter needs to be synchronized. If it is not thread safe, meta data corruption can occur. The previous cache should not be cleared until the new config file is validated.

berryware commented 4 years ago

This should have been closed a long time ago. loadAdapters is synchronized and is called as a part of static initialization