Skip to main content

VnodeId

Type Alias VnodeId 

Source
pub type VnodeId = u32;
Expand description

Identifier for a vnode slot on the ring.

In this engine the ring is a flat continuum of (token, peer) points; a vnode is identified by its index into that continuum. The annotated walker reports the index of the entry from which a peer was selected so the coordinator can correlate fallbacks back to the primary slot they cover.