In chainmaker-go (aka ChainMaker) before 2.4.0, when making frequent updates to a nodes configuration file and restarting this node, concurrent writes by logger.go to a map are mishandled. Creating other logs simultaneously can lead to a read-write conflict and panic.
The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource.