Skip to content
Snippets Groups Projects
  • Jan Mach's avatar
    8797c181
    Fix: Make sure all possibly uncommitted IDEA messages are committed during daemon shutdown. · 8797c181
    Jan Mach authored
    Previously it was possible that during the daemon shutdown some IDEA messages could remain uncommitted when running in bulk commit mode. It was necessary to make use of 'stop' event to force commit and switch back to immediate commit mode for the rest of the events that still might be in the event queue (it is not guaranteed the stop event will be last in the queue, some of the previous events might still schedule some other event, which will be handled after the stop event). (Redmine issue: #4572)
    8797c181
    History
    Fix: Make sure all possibly uncommitted IDEA messages are committed during daemon shutdown.
    Jan Mach authored
    Previously it was possible that during the daemon shutdown some IDEA messages could remain uncommitted when running in bulk commit mode. It was necessary to make use of 'stop' event to force commit and switch back to immediate commit mode for the rest of the events that still might be in the event queue (it is not guaranteed the stop event will be last in the queue, some of the previous events might still schedule some other event, which will be handled after the stop event). (Redmine issue: #4572)