Skip to content

[documentation] "The flat ledger manager is the default" is a false claim #2408

Description

@lhotari

The documentation claims that "The flat ledger manager is the default".
https://github.com/apache/bookkeeper/blob/master/site/docs/latest/getting-started/concepts.md#use-the-flat-ledger-manager-in-most-cases

However, the default is HierarchicalLedgerManagerFactory and this can be seen at

The documentation for configuration already mentions hierarchical as the default

- name: Metadata Service Settings
params:
- param: metadataServiceUri
description: metadata service uri that bookkeeper is used for loading corresponding metadata driver and resolving its metadata service location.
default: "zk+hierarchical://localhost:2181/ledgers"
- param: ledgerManagerFactoryClass
description: |
@Deprecated in favor of using `metadataServiceUri`
The ledger manager factory class, which defines how ledgers are stored, managed, and garbage collected. See the [Ledger Manager](../../getting-started/concepts#ledger-manager) guide for more details.
default: hierarchical

However, It would be better to remove "The flat ledger manager is the default " from the sentence in concepts.md.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions