When the Greenplum Command Center (GPCC) server process is stopped—often to reduce system "chattiness" or overhead—Workload Management (WLM) rules stop being enforced.
This results in the loss of critical controls such as idle session termination and advanced query rules based on real-time performance metrics.
Customers may seek a way to keep WLM active while GPCC is offline.
The WLM rule engine is not a native component of the Greenplum core database engine. Instead, it is a submodule of the GPCC application. It relies on the GPCC metrics collector to provide the real-time telemetry required to evaluate complex rules. Consequently, if the GPCC service is shut down, the engine that evaluates and executes these rules is also terminated.
The WLM rule engine is architecturally embedded within the GPCC server process and cannot run as a standalone service. To enforce workload limits without GPCC, users must utilize native Greenplum Database (GPDB) controls:
ALTER RESOURCE GROUP ... SET CONCURRENCY).statement_timeout GUC to automatically terminate long-running queries.idle_session_timeout GUC.