postgres_cluster icon indicating copy to clipboard operation
postgres_cluster copied to clipboard

"Multimaster node is not online: current status InMinor"

Open meagon opened this issue 8 years ago • 4 comments

I've got this problem while use psql query, i do not known what was the problem

ERROR:  Multimaster node is not online: current status InMinor

meagon avatar Sep 17 '16 13:09 meagon

It means that multimaster node is not able to establish connection with other nodes. Please check log file.

knizhnik avatar Sep 17 '16 13:09 knizhnik

both node are starts welll, will if node lost connection as some time, it will auto reconnect?

meagon avatar Sep 17 '16 14:09 meagon

Yes. Actually it is better to have at least 3 nodes, because in case of failure of any of two nodes there will be no quorum and remaining node can not proceed requests.

knizhnik avatar Sep 17 '16 15:09 knizhnik

I did it with 2 nodes, and my wal sender process becomes in

wal sender process postgres 192.168.56.103(37494) idle in transaction

when i use ps -ef |grep postgres show the command line process name ? is it an problem? and 2 nodes keep alive

u mean the raft port should connect ok ?

meagon avatar Sep 17 '16 17:09 meagon