Coordinated

Raft-backed escalation path — for tasks that require a globally-agreed ordering or exactly-once semantics. The ring owner proposes the task to the WarpNode's raftNode and calls coordinatedExecutor only after a quorum commits the log entry. Requires raftNode to be non-null in the WarpNode constructor.