Apache9 commented on code in PR #4530: URL: https://github.com/apache/hbase/pull/4530#discussion_r901799059
########## src/main/asciidoc/_chapters/architecture.adoc: ########## @@ -2955,7 +2955,10 @@ client-side, clients will try to read META replicas first before falling back on the primary. Before this, the replica lookup mode -- now named `HedgedRead` in hbase-2.4.0 -- had clients read the primary and if no response after a configurable amount of time had elapsed, it would start up reads against the -replicas. +replicas. Starting from hbase-2.4.12, with client-side `LoadBalance` mode, clients Review Comment: Better also mention we have this support for all higher versions? Like 'Starting from hbase-2.4.12(and all higher minor versions)' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
