Changeset: bdd04053973d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bdd04053973d Modified Files: MonetDB.spec debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Jul2021 misc/packages/deb/changelog misc/packages/rpm/changelog sql/ChangeLog-Archive sql/ChangeLog.Jul2021 tools/merovingian/ChangeLog-Archive tools/merovingian/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Moved contents of ChangeLog.Jul2021 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (271 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -84,7 +84,7 @@ Group: Applications/Databases License: MPLv2.0 URL: https://www.monetdb.org/ BugURL: https://bugs.monetdb.org/ -Source: https://www.monetdb.org/downloads/sources/Jul2021-SP7/%{name}-%{version}.tar.bz2 +Source: https://www.monetdb.org/downloads/sources/Jul2021-SP8/%{name}-%{version}.tar.bz2 # The Fedora packaging document says we need systemd-rpm-macros for # the _unitdir and _tmpfilesdir macros to exist; however on RHEL 7 @@ -846,6 +846,31 @@ else fi %changelog +* Fri Aug 26 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- Rebuilt. + +* Wed Aug 24 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- merovingian: 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. + +* Fri Aug 19 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- sql: 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. + +* Wed Aug 10 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- gdk: A bug was fixed when upgrading a database from the Oct2020 releases + (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> - 11.41.27-20220826 +- gdk: 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> - 11.41.27-20220826 +- gdk: Avoid an attempt to access a file when the database is in memory. + * Tue Aug 02 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.25-20220802 - Rebuilt. diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +monetdb (11.41.27) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 26 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * merovingian: 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. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 24 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * sql: 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. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 19 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: A bug was fixed when upgrading a database from the Oct2020 releases + (11.39.X) or older when the write-ahead log (WAL) was not empty and + contained instructions to create new tables. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 10 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: Avoid logging of failure to backup files that didn't need to be backed + up in the first place. + + -- Sjoerd Mullender <sjo...@acm.org> Thu, 04 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: Avoid an attempt to access a file when the database is in memory. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 03 Aug 2022 10:15:38 +0200 + monetdb (11.41.25) unstable; urgency=low * Rebuilt. diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive --- a/gdk/ChangeLog-Archive +++ b/gdk/ChangeLog-Archive @@ -1,6 +1,18 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Aug 10 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- A bug was fixed when upgrading a database from the Oct2020 releases + (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> - 11.41.27-20220826 +- 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> - 11.41.27-20220826 +- Avoid an attempt to access a file when the database is in memory. + * Tue Aug 2 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.25-20220802 - When destroying a bat, make sure there are no files left over in the BACKUP directory since they can cause problems when the bat id diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021 --- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,15 +1,3 @@ # ChangeLog file for GDK # This file is updated with Maddlog -* Wed Aug 10 2022 Sjoerd Mullender <sjo...@acm.org> -- A bug was fixed when upgrading a database from the Oct2020 releases - (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/misc/packages/deb/changelog b/misc/packages/deb/changelog --- a/misc/packages/deb/changelog +++ b/misc/packages/deb/changelog @@ -1,3 +1,46 @@ +monetdb (11.41.27) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 26 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * merovingian: 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. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 24 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * sql: 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. + + -- Sjoerd Mullender <sjo...@acm.org> Fri, 19 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: A bug was fixed when upgrading a database from the Oct2020 releases + (11.39.X) or older when the write-ahead log (WAL) was not empty and + contained instructions to create new tables. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 10 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: Avoid logging of failure to backup files that didn't need to be backed + up in the first place. + + -- Sjoerd Mullender <sjo...@acm.org> Thu, 04 Aug 2022 10:15:38 +0200 + +monetdb (11.41.27) unstable; urgency=low + + * gdk: Avoid an attempt to access a file when the database is in memory. + + -- Sjoerd Mullender <sjo...@acm.org> Wed, 03 Aug 2022 10:15:38 +0200 + monetdb (11.41.25) unstable; urgency=low * Rebuilt. diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog --- a/misc/packages/rpm/changelog +++ b/misc/packages/rpm/changelog @@ -1,3 +1,28 @@ +* Fri Aug 26 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- Rebuilt. + +* Wed Aug 24 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- merovingian: 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. + +* Fri Aug 19 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- sql: 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. + +* Wed Aug 10 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- gdk: A bug was fixed when upgrading a database from the Oct2020 releases + (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> - 11.41.27-20220826 +- gdk: 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> - 11.41.27-20220826 +- gdk: Avoid an attempt to access a file when the database is in memory. + * Tue Aug 02 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.25-20220802 - Rebuilt. diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -1,6 +1,11 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Aug 19 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- 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. + * Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425 - GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables as far as the table content is concerned. The schema information diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,8 +1,3 @@ # 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-Archive b/tools/merovingian/ChangeLog-Archive --- a/tools/merovingian/ChangeLog-Archive +++ b/tools/merovingian/ChangeLog-Archive @@ -1,6 +1,11 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Aug 24 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.27-20220826 +- 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. + * Thu Jun 23 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.25-20220802 - When multiple identical messages are written to the log, write the first one, and combine subsequent ones in a single message. diff --git a/tools/merovingian/ChangeLog.Jul2021 b/tools/merovingian/ChangeLog.Jul2021 --- a/tools/merovingian/ChangeLog.Jul2021 +++ b/tools/merovingian/ChangeLog.Jul2021 @@ -1,8 +1,3 @@ # ChangeLog file for sql/src/backends/monet5/merovingian # This file is updated with mchangelog -* Wed Aug 24 2022 Sjoerd Mullender <sjo...@acm.org> -- 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