Sean Broeder created TRAFODION-2095:
---------------------------------------

             Summary: Data loss following a region server failure
                 Key: TRAFODION-2095
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2095
             Project: Apache Trafodion
          Issue Type: Bug
          Components: dtm
            Reporter: Sean Broeder
            Assignee: Sean Broeder


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to