Apache BookKeeper · Schema

ClusterInfo

BookKeeper cluster-wide status and bookie count information.

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Properties

Name Type Description
auditorElected boolean Whether an auditor has been elected.
auditorId string Socket address of the elected auditor.
clusterUnderReplicated boolean Whether any ledgers in the cluster are under-replicated.
ledgerReplicationEnabled boolean Whether ledger replication is enabled.
totalBookiesCount integer Total number of bookies in the cluster.
writableBookiesCount integer Number of bookies available for writes.
readonlyBookiesCount integer Number of read-only bookies.
unavailableBookiesCount integer Number of unavailable bookies.
View JSON Schema on GitHub