提交 b30fc633 编写于 作者: J Jimmy Yih 提交者: Xin Zhang

Disable ProcessStartupPacket fault injector for FTS handler process

This was found in the dispatch ICG regress test where
ProcessStartupPacket fault injector was being used. In this recent
version of 6.0, FTS probe handler now uses ProcessStartupPacket. In
addition to blocking the backend, this now blocks the FTS probe
handler which caused failover to occur.

Author: Xin Zhang <xzhang@pivotal.io>
Author: Jimmy Yih <jyih@pivotal.io>
上级 f795613f
......@@ -2841,7 +2841,10 @@ retry1:
break;
}
SIMPLE_FAULT_INJECTOR(ProcessStartupPacketFault);
if (!am_ftshandler)
{
SIMPLE_FAULT_INJECTOR(ProcessStartupPacketFault);
}
return STATUS_OK;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册