yjhjstz commented on code in PR #1124:
URL: https://github.com/apache/cloudberry/pull/1124#discussion_r2107880517
##########
contrib/interconnect/tcp/ic_tcp.c:
##########
@@ -1895,6 +1895,20 @@ SetupTCPInterconnect(EState *estate)
estate->es_interconnect_is_setup = true;
} /*
SetupTCPInterconnect */
+static void TeardownInterconnectTCPCallbck(ChunkTransportState
*transportStates,
+
bool hasErrors)
+{
+ PG_TRY();
+ {
+ TeardownTCPInterconnect(transportStates, hasErrors);
+ }
+ PG_CATCH();
+ {
+ elog(WARNING, "TeardownInterconnectTCPCallbck: failed to
teardown interconnect");
Review Comment:
Add print failed reason ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]