You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Sean Broeder (JIRA)" <ji...@apache.org> on 2016/09/10 14:03:21 UTC

[jira] [Commented] (TRAFODION-2095) Data loss following a region server failure

    [ https://issues.apache.org/jira/browse/TRAFODION-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15479853#comment-15479853 ] 

Sean Broeder commented on TRAFODION-2095:
-----------------------------------------

This is fixed in Jenkins PR 599

> 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
>             Fix For: 2.1-incubating
>
>
> 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)