reshke commented on code in PR #1801:
URL: https://github.com/apache/cloudberry/pull/1801#discussion_r3350052438


##########
src/backend/cdb/cdbdtxrecovery.c:
##########
@@ -493,6 +493,12 @@ redoDistributedCommitRecord(DistributedTransactionId gxid)
        int                     i;
        bool                    is_hot_standby_qd = IS_HOT_STANDBY_QD();
 
+       if (ConvertMasterDataDirToSegment && !IS_QUERY_DISPATCHER())

Review Comment:
   Like future regression, something to exercise this if condition?
   For all current usages, we have expand CI job. Maybe simple concurrent load 
will do here. Will take a thought.



-- 
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]

Reply via email to