diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index 53340ca23b2..014a0db8373 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -2193,19 +2193,31 @@ rs.close(); -
+
Failover - When a RegionServer fails (short version): - - The regions immediately become unavailable because the RegionServer is down. + When a RegionServer fails: + + The regions immediately become unavailable because the RegionServer is + down. - The Master will detect that the RegionServer has failed. + + The Master will detect that the RegionServer has failed. - The region assignments will be considered invalid and will be re-assigned just - like the startup sequence. + + The region assignments will be considered invalid and will be re-assigned just + like the startup sequence. + + + In-flight queries are re-tried, and not lost. + + + Operations are switched to a new RegionServer within the following amount of + time: + ZooKeeper session timeout + split time + assignment/replay time - +