Changeset: b5850f64a848 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b5850f64a848 Modified Files: gdk/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 tools/merovingian/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Add/amend changelog messages. diffs (39 lines): diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -6,3 +6,10 @@ (11.39.X) or older when the write-ahead log (WAL) was not empty and contained instructions to create new tables. +* Thu Aug 04 2022 Sjoerd Mullender <sjo...@acm.org> +- Avoid logging of failure to backup files that didn't need to be backed + up in the first place. + +* Wed Aug 03 2022 Sjoerd Mullender <sjo...@acm.org> +- Avoid an attempt to access a file when the database is in memory. + diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,3 +1,8 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Fri Aug 19 2022 Sjoerd Mullender <sjo...@acm.org> +- Fixed a busy loop in the code that applies the write-ahead log when + there are log files that cannot yet be cleaned due to active + transactions. This loop can become nasty when mserver5 is exiting. + diff --git a/tools/merovingian/ChangeLog.Jul2021 b/tools/merovingian/ChangeLog.Jul2021 --- a/tools/merovingian/ChangeLog.Jul2021 +++ b/tools/merovingian/ChangeLog.Jul2021 @@ -2,6 +2,7 @@ # This file is updated with mchangelog * Wed Aug 24 2022 Sjoerd Mullender <sjo...@acm.org> -- In certain cases a log message was logged over and over again. - This has been fixed. +- In certain cases (when an mserver5 process exits right after producing + a message) the log message was logged over and over again, causing + monetdbd to use 100% CPU. This has been fixed. _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org