Closed androklis closed 7 years ago
When 2 or more services adding a status message to statusLog ArrayList in the same time.
Added a new method in ServiceOrchestrator.java: addStatusLog(status), which is protected to avoid conflicts.
My mistake no protected modifier just add synchronized after method's modifier to make it thread safe
When 2 or more services adding a status message to statusLog ArrayList in the same time.