You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2020/02/07 05:43:00 UTC

[jira] [Created] (KUDU-3051) RaftConsensusITest.TestLMPMismatchOnRestartedReplica fails sometimes

Alexey Serbin created KUDU-3051:
-----------------------------------

             Summary: RaftConsensusITest.TestLMPMismatchOnRestartedReplica fails sometimes
                 Key: KUDU-3051
                 URL: https://issues.apache.org/jira/browse/KUDU-3051
             Project: Kudu
          Issue Type: Bug
          Components: consensus, test, tserver
    Affects Versions: 1.12.0
            Reporter: Alexey Serbin
         Attachments: raft_consensus-itest.0.txt.xz

{noformat}
src/kudu/integration-tests/raft_consensus-itest.cc:1120: Failure
Value of: resp.has_error()                                                      
  Actual: true                                                                  
Expected: false                                                                 
error {                                                                         
  code: UNKNOWN_ERROR                                                           
  status {                                                                      
    code: CORRUPTION                                                            
    message: "New operation\'s index does not follow the previous op\'s index. Current: 2.1. Previous: 1.1"
  }                                                                             
} 
{noformat}

The full log is attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)