Home > Software engineering >  In a 3-node cluster of Apache IoTDB, if one node breaks, will it affect the normal use of the entire
In a 3-node cluster of Apache IoTDB, if one node breaks, will it affect the normal use of the entire

Time:02-21

I want to know more about Apache IoTDB Database too. In a 3-node cluster, if one node breaks, will it affect the normal use of the entire cluster? Thanks!

CodePudding user response:

It depends on how many replicas you config. If you set the replica num >= 3, then if one replica breaks, it won't affect the normal use of the entire cluster.

  • Related