peilinqian commented on issue #21237: URL: https://github.com/apache/shardingsphere/issues/21237#issuecomment-1283484255
> > Maybe it is related about variables of openGauss like `synchronous_commit` & `synchronous_standby_names` ? > > Further validation is needed. > > @peilinqian can you provide your value of variables of openGauss like synchronous_commit & synchronous_standby_names ? execute this SQL in standby database; select name, setting from pg_settings order by 1,2; -- 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]
