Fixing LogWriter... order of destructors
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [Yes]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
LogWriterGSM destructor is called before LogWriterBase destructor while the writer-thread from LogWriteBase was accessing already destroyed members.