weinan003 commented on code in PR #1308:
URL: https://github.com/apache/cloudberry/pull/1308#discussion_r2281484354
##########
src/backend/cdb/cdbutil.c:
##########
@@ -131,6 +132,15 @@ typedef struct HostPrimaryCountEntry
*/
static GpSegConfigEntry *
readGpSegConfigFromFTSFiles(int *total_dbs)
+{
+ Assert(!IsTransactionState());
+ /* notify and wait FTS to finish a probe and update the dump file */
Review Comment:
one more `Assert(not in hot dr cluster)`?
--
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]