|
|
return fmt.Sprintf("unstable=%d committed=%d applied=%d", l.unstable, l.committed, l.applied)
|
|
return fmt.Sprintf("unstable=%d committed=%d applied=%d", l.unstable, l.committed, l.applied)
|
|
|
// maybeAppend returns (0, false) if the entries cannot be appended. Otherwise,
|
|
// maybeAppend returns (0, false) if the entries cannot be appended. Otherwise,
|