Skip to main content

Crate mz_clusterd

Crate mz_clusterd 

Source

ModulesΒ§

usage_metrics πŸ”’
Support for collecting system usage metrics.

StructsΒ§

Args πŸ”’
Independent cluster server for Materialize.

ConstantsΒ§

BUILD_INFO πŸ”’

StaticsΒ§

VERSION

FunctionsΒ§

is_connection_error πŸ”’
Per-connection errors from accept() that can be skipped immediately. All other errors (e.g., EMFILE/ENFILE resource exhaustion) warrant a sleep before retrying. Mirrors hyper’s AddrIncoming classification.
main
process_ordinal_from_hostname πŸ”’
The process ordinal for a StatefulSet pod, taken from the trailing --delimited segment of its hostname (e.g. β€œmz5ncn-cluster-s1-replica-s1-gen-1-0” β†’ β€œ0”). This mirrors how orchestrator-kubernetes recovers the process id from pod names.
run πŸ”’