mirror of https://github.com/apache/kafka.git
MINOR: fix typo and comment (#14650)
Reviewers: hudeqi <1217150961@qq.com>, Ziming Deng <dengziming1993@gmail.com>.
This commit is contained in:
parent
37715862d7
commit
abde0e0878
|
@ -291,8 +291,8 @@ public class QuorumState {
|
|||
}
|
||||
|
||||
/**
|
||||
* Transition to the "unattached" state. This means we have found an epoch greater than
|
||||
* or equal to the current epoch, but wo do not yet know of the elected leader.
|
||||
* Transition to the "unattached" state. This means we have found an epoch greater than the current epoch,
|
||||
* but we do not yet know of the elected leader.
|
||||
*/
|
||||
public void transitionToUnattached(int epoch) {
|
||||
int currentEpoch = state.epoch();
|
||||
|
|
Loading…
Reference in New Issue