We are facing weird issue with Phoenix & HBase. We have MR program that loads data in HBAse table . We use Phoenix for inserting and reading data from HBase. The issue is after data is loaded the count for particular table matches with what we got in extract . We point our API application and after that when we fire same select count statement on Hbase tables , the count is increased and we start seeing duplicate values. Did someone run into the consistency issue with data being pulled from Hbase via Phoenix? We have phoenix 4.7 version
Regards, Sagar