justfortaste opened a new pull request, #41593:
URL: https://github.com/apache/doris/pull/41593
## Proposed changes
The order of these two variables is reversed.
auto [cooldown_replica_id, cooldown_term] = t->cooldown_conf();
ref:
term and cooldown_replica_id
struct CooldownConf {
int64_t term = -1;
int64_t cooldown_replica_id = -1;
};
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]