[
https://issues.apache.org/jira/browse/KUDU-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Henke updated KUDU-2122:
------------------------------
Labels: trivial (was: )
> Clean up naming of InvalidOpId(), MinimumOpId(), etc
> ----------------------------------------------------
>
> Key: KUDU-2122
> URL: https://issues.apache.org/jira/browse/KUDU-2122
> Project: Kudu
> Issue Type: Bug
> Components: consensus
> Affects Versions: 1.5.0
> Reporter: Mike Percy
> Assignee: Mike Percy
> Priority: Trivial
> Labels: trivial
>
> We have some aliases in opid_util.h/cc called MinimumOpId() and InvalidOpId()
> that are poorly named. We should consider changing InvalidOpId() to (0,0) and
> MinimumOpId() to (1,0) or something similar to reflect how we use those
> values today. Or come up with better naming. The actual, operational minimum
> OpId that can appear in a WAL is (1,1).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)