Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
in sqlci-
begin;
insert into table t values (1);
kill region server where region hosting key for value 1 is located. Wait for new region to come online
insert into table t values (2);
commit;
select * from t;
This will show the value 2, but not 1 as it was lost with the region server failure.