You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2017/12/01 05:57:00 UTC

[jira] [Created] (KUDU-2230) Safe-to-evict logic should always consider local node viable

Mike Percy created KUDU-2230:
--------------------------------

             Summary: Safe-to-evict logic should always consider local node viable
                 Key: KUDU-2230
                 URL: https://issues.apache.org/jira/browse/KUDU-2230
             Project: Kudu
          Issue Type: Bug
          Components: consensus
    Affects Versions: 1.6.0
            Reporter: Mike Percy


During the 1.6.0 development cycle, we introduced an improvement to address KUDU-2048 in 1e4db3148a1cb4e340aa96edaea85c733cfdbf5a that uses heuristics to decide whether it is safe to evict a failed replica or not. That patch appears to have a bug wherein the leader checks against the last time it communicated with itself, which is nonsensical. The issue is that the field it checks against is never updated for the local node.

We're currently investigating this issue and working on a fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)