hi, all: I’m using phoenix-4.8.0-hbase-1.1 with hbase 1.1.3. When query a lot of rows(ex: 100,000), some fileds of rows does not exists in result set.
steps 1. I created a table test(pk varchar primary key, id bigint, name varchar, age bigint). 2. then populated with 100000 rows, with key prefix 'prefix', and rows will be 'prefix1' - 'prefix100000'. 3. then query with select * from test; occasionally some fields with be lost in rows, sometimes 2 rows missing id and age, some times 3 rows missing name. Can anyone be helpful? Is there some settings should be done ? ---------------------------------------------------------------- jinzhuan
