isNoOp

Parameters

isNoOp

true only for the internal §5.4.2 election no-op a new leader appends so prior-term entries can advance commitIndex. No-ops are real log entries (replicated and persisted) but are not application data, so they are withheld from RaftNode.committed. Application-proposed entries always have isNoOp == false, even when their command is empty.