-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issues/issue7
* master: MXQ bump version make: add LOCALSTATEDIR web: show threads in group table and runtime in minutes for completed jobs mxq_job: fix memory leak mxqd: fix typo in log MXQ bump version mxqd: Fix root check MXQ bump version mxqd: Send TERM to process when over memory instead of KILL to pgrp mxqd: Store and use max_sumrss mxq_job: Minor cleanup Makefile: Build and run tests by default mx_log: Fix typo "ALERT" mxq_log: Use mx_streq() README: update install section mx_log: Add mx_logva*() to use va lists when logging mx_log: Fix return value of mx_log_printf() test_mx_util: Fix renamed function README: Update mysql section mysql: Split create_tables into create_tables, drop_tables and create_trigger mysql: Drop tables and triggers only if they exist mxqd: Kill jobs over memory at most every 60 seconds mx_proc: Use pgrp in addition to ppid to group processes mxqps: Add new tool to list mxqd processes mx_proc: Add process tree related functions mxqd: limit killall_over_time to run every minute if jobs are running mxqd: Change default for --no-log in development build Makefile: remove definition of RUNASNORMALUSER in devel mode README: Add development instructions MXQ: update credits mxqd: Introduce new macro RUNNING_AS_ROOT Makefile: Add new target devel and remove nonroot mx_proc: Move process related function from mx_util to mx_proc mxqd: set MXQ_HOSTID in main process
- Loading branch information
Showing
25 changed files
with
1,117 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.