Ruilong Huo created HAWQ-292:
--------------------------------
Summary: Remove debugging information in base.py due to
introduction of hawqfaultinjector
Key: HAWQ-292
URL: https://issues.apache.org/jira/browse/HAWQ-292
Project: Apache HAWQ
Issue Type: Bug
Components: Command Line Tools
Reporter: Ruilong Huo
Assignee: Lei Chang
Due to extra debugging information in base.py due to introduction of
hawqfaultinjector, hawq config generate more debugging information:
{noformat}
[gpadmin@localhost ~]$ hawq config -l
### DEBUG: ENV[GP_COMMAND_FAULT_POINT] = None
### DEBUG: self.name = SomeName
### DEBUG: EXECUTE name = SomeName
### DEBUG: EXECUTE cmdStr = SomeCmdStr
### DEBUG: EXECUTE context = SomeExecContext
### DEBUG: EXECUTE remoteHost = None
GUC : add_missing_from
Value : off
GUC : application_name
Value :
GUC : array_nulls
Value : on
...
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)