0 votes
in Apache Phoenix by
What happens to a Phoenix write when a RegionServer fails?

1 Answer

0 votes
by
Writes are durable and durability is defined by a WRITE that is committed to disk (in the Write Ahead Log). So in case of a RegionServer failure, the write is recoverable by replaying the WAL. A “complete” write is one that has been flushed from the WAL to an HFile. Any failures will be represented as exceptions.

Related questions

0 votes
asked Nov 1, 2021 in Apache Phoenix by john ganales
0 votes
asked Nov 1, 2021 in Apache Phoenix by john ganales
...