jangjang0401 commented on PR #1702: URL: https://github.com/apache/cloudberry/pull/1702#issuecomment-4332741970
@yjhjstz @my-ship-it Regarding the vacuum_gp check failure: It appears that the vacuum_gp failure is an indirect effect of this patch. Before the fix, the standby coordinator crashed on every connection, which caused FTS to disable synchronous replication. After the fix, however, the standby remains healthy and synchronous replication stays enabled. As a result, unexpected DETAIL/WARNING messages seem to appear during the fault injection process. I would appreciate it if you could confirm whether my understanding is correct. Additionally, in this case, would it be appropriate to add SET synchronous_commit = local before the fault injection block in vacuum_gp.sql, or would you recommend handling this in a different way? -- 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]
