Changeset: c333bc046ac8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c333bc046ac8 Modified Files: tools/merovingian/ChangeLog Branch: default Log Message:
Add Changelog entry for the change in monetdb stop command diffs (21 lines): diff --git a/tools/merovingian/ChangeLog b/tools/merovingian/ChangeLog --- a/tools/merovingian/ChangeLog +++ b/tools/merovingian/ChangeLog @@ -1,3 +1,17 @@ # ChangeLog file for sql/src/backends/monet5/merovingian # This file is updated with mchangelog +* Wed Apr 4 2018 Panagiotis Koutsourakis <[email protected]> +- Changed the monetdb stop command to try to stop stethoscope before + stoping the server. The error conditions that can arrise from attempting + to stop stethoscope are: + - The database is not running. + - The profilerlogpath is not set. + - The profiler.pid file does not exist or is inaccessible. + - The contents of the profiler.pid are not valid. + - Shutdown of stethoscope did not succeed. + - Removing the profiler.pid file failed. + In all the cases, the attempt to stop the server can continue normally, + so we actually ignore any errors that rise from the attempt to stop + stethoscope. + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
