<!-- Generated from the rendered page by scripts/write-llm-mirrors.mjs. Do not edit by hand. -->
Canonical: https://molo17.com/blog/gluesync-2-2-11-query-studio-cdc-checkpoints-mcp-grafana/
Markdown mirror: https://molo17.com/blog/gluesync-2-2-11-query-studio-cdc-checkpoints-mcp-grafana/index.md
Title: Gluesync 2.2.11: Query Studio, CDC checkpoints, MCP, Grafana
Description: Gluesync 2.2.11 ships Query Studio transactions and mobile, CoreHub-managed CDC checkpoints, Smart Alert allowlists, an in-process MCP server, and a rebuilt Grafana metrics pack.

[← All articles](/blog/)

Article

# Gluesync 2.2.11: Query Studio transactions, CoreHub CDC checkpoints, MCP server and rebuilt Grafana

![Gluesync 2.2.11: Query Studio transactions, CoreHub CDC checkpoints, MCP server and rebuilt Grafana featured image](/blog/gluesync-2-2-11-query-studio-cdc-checkpoints-mcp-grafana/bfac2586-gluesync-2-2-11-cover.webp)

8 Sep 2026  [Gluesync](/blog/?category=gluesync)  4 min read

Gluesync 2.2.11: Query Studio transactions and mobile, CoreHub CDC checkpoints, Smart Alerts allowlist, Core Hub MCP server, and Grafana that separates source lag from hub latency.

Gluesync 2.2.11 is now generally available. This release focuses on operational truth: Query Studio grows real transactions and mobile access, Core Hub owns CDC checkpoints so readers survive a move, Smart Alerts become an allowlist with Low / Normal / High sensitivity, and the official Grafana pack finally separates source CDC freshness from Core Hub internal latency.

Version 2.2.11 also ships an in-process Core Hub MCP server (52 tools under the same RBAC), a live SQL connection registry, and the internal foundations of a reusable connections catalog. Below is a concise overview of the headline capabilities, fact-checked against the official release notes.

## Query Studio: transactions, XLSX, edit-in-place and mobile

[**Query Studio**](https://docs.molo17.com/gluesync/latest/gs-modules/query-studio.html) remains the SQL workbench inside Core Hub. In 2.2.11 it adds the features operators asked for after the first week:

-   **Begin / commit / rollback** on a dedicated connection
-   **Download result sets as** `.xlsx`
-   **Update a cell in place** without a round-trip through a separate editor
-   **Query Studio on mobile**, alongside existing pipeline monitoring
-   External modules (including Chronos) can call Query Studio; Oracle CLOB / NCLOB cells render as text; Couchbase querying via SQL++

## Grafana + Prometheus: source lag versus Core Hub thinking-time

The official Core Hub metrics dashboard is rebuilt around KPIs you actually use at 2 a.m. CDC reader freshness uses `gluesync_read_checkpoint_age_seconds` so you can tell source lag from Core Hub internal stopwatch. Panels also cover rows and bytes delivered, stalled entities, JDBC connections by purpose (pipeline vs Query Studio vs Query Forge), HikariCP pool pressure, host CPU, JVM heap/GC, and live smart-alert thresholds on the same charts.

The `/metrics` scrape expands with entity-heartbeat configuration, connection totals, JVM runtime, Ktor HTTP timings, and checkpoint/pool series when those subsystems are active. See [Grafana dashboards](https://docs.molo17.com/gluesync/latest/alerting-logging-monitoring/grafana-dashboards.html) and the [metrics reference](https://docs.molo17.com/gluesync/latest/alerting-logging-monitoring/metrics-reference.html).

## Smart alerts: allowlist and Low / Normal / High

In Settings → Thresholds, **Monitored objects** is now an allowlist: empty means nobody, and new objects stay off until you add them. Detection is **Low / Normal / High** plus a cooldown. What still fires: source watchdog (hard floor + heartbeat), target idle stall, and an optional latency ceiling. Nested seasonal / EWMA / latency-pattern knobs may remain on the wire for compatibility but no longer wake you. Pipeline-level overrides sit on top of global defaults. See [Alert thresholds](https://docs.molo17.com/gluesync/latest/alerting-logging-monitoring/thresholds.html).

## Core Hub MCP server

An MCP server now runs inside Core Hub: same JVM, same RBAC, no sidecar. Point Claude, Cursor, or any MCP client at `/mcp` or `/mcp/http` for 52 tools covering pipelines, entities, metrics, and Query Studio, plus per-agent SQL tools discovered from the caller's token. Remote clients can connect by IP; discovery works against a self-signed HTTPS Core Hub.

## CoreHub-managed CDC checkpoints

Cache-based CDC readers persist position in Core Hub instead of a local checkpoint file. An agent move or restart no longer resets the reader; read errors retry instead of jumping the position. AS/400, MySQL, MariaDB, Informix, and Oracle LogMiner ship in this release, with REST/WS exposure and Prometheus scrape series when a reader has persisted a position.

## Live connection registry and connections catalog

Core Hub tracks every live SQL connection and its purpose (pipeline task, Query Studio, Query Forge). Admins can see personal access tokens and last-used time; the same snapshot scrapes as Prometheus gauges (`gluesync_db_connections_active` / `_total`). See connection pool management in the docs.

Database credentials are also extracted from the per-pipeline encrypted blob into a reusable global catalog internally. Custom-property secrets such as `logminerPassword` stay out of view-only responses. There is **no Control Plane UI** yet for picking a shared connection in this drop—the catalog is the foundation; the wallet UI follows.

## Additional platform improvements

-   **Core Hub**: insert conflict strategy per entity (`UPSERT` / `SKIP` / `FAIL`); snapshot-only entities; field functions after a mapping UDF; scalar function calls evaluated by the target RDBMS; entity status WARNING on smart-alert threshold vs ERROR for real exceptions; delete pipelines in maintenance or warm-up; drop trigger/CDC/shadow/staging objects when an entity is deleted on trigger-based and CDC/shadow sources.
-   **Chronos**: Query Studio actions on schedules, chained events, platform events, and webhook triggers.
-   **Agents**: PostgreSQL replication slot dropped on teardown (GSSD-534); user-configurable parameters for IBM Db2 LUW CDC and triggers agents; per-table read CCSID override on IBM i; binding and insert-path fixes across Cassandra, ScyllaDB, GridGain, and Azure Cosmos DB.

**Deploy Gluesync 2.2.11 today**

Gluesync 2.2.11 is production-ready for cloud, virtualized, containerized Kubernetes and OpenShift deployments. As with every major update, Gluesync may require a few minutes to restart after the update is applied.

For the full changelog and configuration detail, read the [official Gluesync 2.2.11 release notes](https://docs.molo17.com/gluesync/latest/release-notes/release-notes.html).

Ready to put Query Studio, CoreHub checkpoints, and the rebuilt metrics pack to work in your estate? [Request a free 30-day trial](https://molo17.com/get-gluesync/).

[← Older article Oracle CDC: technical strategies and build vs buy](/blog/oracle-cdc-technical-strategies-build-vs-buy/) [Newer article → Gluesync Core Hub MCP server: pipelines, SQL, and ops from your AI client](/blog/gluesync-core-hub-mcp-server/)

## Keep reading

1.  [Gluesync Gluesync Couchbase DCP source agent: native CDC without Eventing If you’ve ever wanted Couchbase CDC without standing up Eventing, Gluesync 2.2.11.2 adds that path: a source-only DCP agent. No Eventing service, nothing written to the source bucket, CE and EE including Capella. It sits next to the Eventing source, it doesn’t replace it. 17 Sep 2026](/blog/gluesync-couchbase-dcp-source-agent/)
2.  [Gluesync Gluesync Core Hub MCP server: pipelines, SQL, and ops from your AI client Embedded Model Context Protocol server inside Core Hub: 55 RBAC-safe tools, SSE and streamable HTTP, dynamic Query Studio database tools. Available in Core Hub 2.2.10.x. 9 Sep 2026](/blog/gluesync-core-hub-mcp-server/)
3.  [Gluesync Event-driven integration with Chronos: webhooks and platform events Eliminate polling overhead with Chronos webhooks and platform events. Dynamically trigger Gluesync pipelines using external HTTP callouts or native Core Hub state changes. 5 Aug 2026](/blog/event-driven-integration-with-chronos-webhooks-and-platform-events/)

[Back to all articles](/blog/) [More in Gluesync →](/blog/?category=gluesync)
