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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org