Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2095

Data loss following a region server failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1-incubating
    • dtm
    • 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.

      Attachments

        Activity

          People

            sbroeder Sean Broeder
            sbroeder Sean Broeder
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: