Skip to content

Fixed an issue when stopping Logger

Max Piletski requested to merge slb-master-onexit-fix into slb-master

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?

Fixed destructor of the LogWriterBase class to wait until worker-writer thread is finished. Issue happened during access of already destroyed members of LogWriterGSM in writer thread.

Merge request reports

Loading