GitHub user kuien opened a pull request:
https://github.com/apache/incubator-hawq/pull/1316
HAWQ-1550. Constrain max log file storage/duration
A) add guc 'log_max_size' to constrain max log storage
B) add guc 'log_max_age' to constraint log size
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kuien/incubator-hawq logsize
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1316.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1316
----
commit 3277b8c1da2208ac5ce8bf218222139bcc3f5ea6
Author: Kuien Liu <[email protected]>
Date: 2017-11-29T12:13:21Z
HAWQ-1550. Constrain max log file storage/duration
----
---