提交 9ca6ebd0 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

Temporarily add more debugging information.

To hunt down "not enough arguments for format string" failure we're seeing
MM_gpexpand_1 test in the pipeline
上级 c143e698
......@@ -2825,7 +2825,9 @@ def main(options, args, parser):
if options and options.verbose:
logger.exception("gpexpand failed. exiting...")
else:
logger.error("gpexpand failed: %s \n\nExiting..." % e)
# WALREP__FIXME: I changed this temporarily to print full stack trace, for
# debugging.
logger.error("gpexpand failed: %s \n\nExiting..." % traceback.format_exc(e))
if _gp_expand is not None and _gp_expand.pastThePointOfNoReturn == True:
logger.error(
'gpexpand is past the point of rollback. Any remaining issues must be addressed outside of gpexpand.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册