> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/columnstore/cmapi/release-notes-for-cluster-management-api-22-08-1.md).

# Release Notes for Cluster Management API 22.08.1

Cluster Management API (CMAPI) 22.08.1 is a maintenance release of CMAPI. CMAPI is a REST API for administering [MariaDB ColumnStore](https://github.com/mariadb-corporation/docs-release-notes/blob/test/en/mariadb-columnstore/README.md) in multi-node topologies.

Cluster Management API 22.08.1 was released on 2022-09-12. This release is of General Availability (GA) maturity.

CMAPI 22.08.1 is compatible with MariaDB ColumnStore 22.08. CMAPI 22.08.1 was first released with [MariaDB ColumnStore 22.08.1.](/docs/release-notes/columnstore/22.08/22.08.1.md)

## Notable Changes

* CMAPI configures ColumnStore to allow read queries to be executed on any node. ([MCOL-4770](https://jira.mariadb.org/browse/MCOL-4770))
  * In previous releases, CMAPI only added an `ExeMgr` section for the primary node to `Columnstore.xml`.
  * Starting with this release, CMAPI adds an `ExeMgr` section for every node to `Columnstore.xml`, which means that any node can execute read queries.
* Since ColumnStore 22.08 merges the `ExeMgr` process into the PrimProc process, CMAPI no longer tries to start ExeMgr on a node when the binary is not present. ([MCOL-5138](https://jira.mariadb.org/browse/MCOL-5138))
* Some redundant log messages have been removed from the CMAPI log. ([MCOL-5157](https://jira.mariadb.org/browse/MCOL-5157))

## Platforms

In alignment to the MariaDB Corporation Engineering Policy, CMAPI 22.08.1 is provided for:

* CentOS 7 (x86\_64)
* Debian 10 (x86\_64, ARM64)
* Debian 11 (x86\_64, ARM64)
* Red Hat Enterprise Linux 7 (x86\_64)
* Red Hat Enterprise Linux 8 (x86\_64, ARM64)
* Red Hat Enterprise Linux 9 (x86\_64, ARM64)
* Rocky Linux 8 (x86\_64, ARM64)
* Rocky Linux 9 (x86\_64, ARM64)
* Ubuntu 20.04 (x86\_64, ARM64)
* Ubuntu 22.04 (x86\_64, ARM64)

## Installation Instructions

* [ColumnStore Object Storage Topology with MariaDB Enterprise Server 10.5](/docs/server/architecture/topologies/columnstore-object-storage.md)[ and MariaDB ColumnStore 5](/docs/server/architecture/topologies/columnstore-object-storage.md)
* [ColumnStore Object Storage Topology with MariaDB Enterprise Server 10.6](/docs/server/architecture/topologies/columnstore-object-storage.md)[ and MariaDB ColumnStore 6](/docs/server/architecture/topologies/columnstore-object-storage.md)
* [ColumnStore Shared Local Storage Topology with MariaDB Enterprise Server 10.5](/docs/server/architecture/topologies/columnstore-shared-local-storage.md)[ and MariaDB ColumnStore 5](/docs/server/architecture/topologies/columnstore-shared-local-storage.md)
* [ColumnStore Shared Local Storage Topology with MariaDB Enterprise Server ](/docs/server/architecture/topologies/columnstore-shared-local-storage.md)[10](https://github.com/mariadb-corporation/mariadb-docs/blob/main/release-notes/columnstore/cmapi/broken-reference/README.md)[.](/docs/server/architecture/topologies/columnstore-shared-local-storage.md)[6](/docs/server/architecture/topologies/galera-cluster.md)[ and MariaDB ColumnStore 6](/docs/server/architecture/topologies/columnstore-shared-local-storage.md)

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formid="4316" formId="4316" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/release-notes/columnstore/cmapi/release-notes-for-cluster-management-api-22-08-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
