Closed
Bug 156559
Opened 23 years ago
Closed 23 years ago
mysqld-watcher.pl should kill multiple queries at once, quicker, and with better notification
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
4.04 KB,
patch
|
dmosedale
:
review+
|
Details | Diff | Splinter Review |
[not sure in which component to file contrib/ scripts]
mysqld-watcher.pl should kill all queries that have taken too long to run, not
just the longest running one. Also, it should kill queries after 3 minutes (at
the most); queries taking more time than that are unlikely to ever return.
Finally, it should output more information about the queries it kills, f.e. the
full query string, so admins can more effectively fix slow-running queries.
Assignee | ||
Comment 1•23 years ago
|
||
Oh yeah, and this script shouldn't include globals.pl, since it doesn't use it
and since doing so means it has to be moved to the Bugzilla root directory to
work, whereas without that line it can live happily in the contrib directory
cleverly slaughtering its queries from there.
dmose- Can you give these changes the once-over to make sure I'm not
egregriously violatingy your code?
Comment 2•23 years ago
|
||
Comment on attachment 90689 [details] [diff] [review]
patch v1: implementation
rheeet=dmose
Attachment #90689 -
Flags: review+
Assignee | ||
Comment 3•23 years ago
|
||
Checking in mysqld-watcher.pl;
/cvsroot/mozilla/webtools/bugzilla/contrib/mysqld-watcher.pl,v <--
mysqld-watcher.pl
new revision: 1.3; previous revision: 1.2
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•