Created 05-15-2016 12:23 AM
Does phoenix support HBase HA reads (timeline consistency)? For example if I setup hbase to do 3x read replica how
can I configure phoenix to set timeline consistency parameter?
Created 05-15-2016 12:27 AM
Nevermind I found the answer. This was fixed in PHOENIX-1683.
ALTER SESSION SET CONSISTENCY = 'TIMELINE'
Created 05-15-2016 12:27 AM
Nevermind I found the answer. This was fixed in PHOENIX-1683.
ALTER SESSION SET CONSISTENCY = 'TIMELINE'
Created 05-16-2016 05:12 AM
Correct this feature was added in Phoenix 4.4.