>If I have an application that writes to a HBase cluster, can I count that the cluster will always available to receive writes? No, it's CP, not AP system. > so everything get in sync when the other nodes get up again There is no hinted backoff, It's not Cassandra.
2015-04-07 14:48 GMT+02:00 Marcelo Valle (BLOOMBERG/ LONDON) < [email protected]>: > If I have an application that writes to a HBase cluster, can I count that > the cluster will always available to receive writes? > I might not be able to read if a region server which handles a range of > keys is down, but will I be able to keep writing to other nodes, so > everything get in sync when the other nodes get up again? > Or I might get no write availability for a while?
