Skip to content
Snippets Groups Projects
  1. Jan 11, 2020
    • Jan Mach's avatar
      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
  2. Dec 06, 2019
    • Jan Mach's avatar
      Implemented new bulk event insert commit feature. · 23949111
      Jan Mach authored
      The mentat-storage.py daemon has now ability to use transaction savepoints to reduce number of commits and thus greatly enhance event storage rate. The feature is configurable and optional. The mentat.services.eventstorage needed to be upgraded to support this new feature. Also, the pyzenkit module contained a bug, which prevented this feature to work correctly, so it needed to be fixed as well. (Redmine issue: #4572)
      23949111
  3. Aug 29, 2019
  4. Jul 29, 2019
  5. Mar 01, 2019
  6. Feb 26, 2019
  7. Feb 25, 2019
  8. Sep 18, 2018
  9. Jul 18, 2018
  10. Jun 26, 2018
  11. May 24, 2018
  12. Feb 28, 2018
  13. Feb 23, 2018
  14. Feb 19, 2018
  15. Jan 16, 2018
  16. Sep 14, 2017
  17. Aug 25, 2017
  18. Aug 10, 2017
  19. Aug 06, 2017
  20. Aug 04, 2017
  21. Aug 03, 2017
Loading