StarRocks

15 mods across 2 repositories, 259 stars between them.

StarRocks/mcp-server-starrocks

Instructions file

Instructions for StarRocks/mcp-server-starrocks, covering claude.md, project overview, development commands, run the server directly for testing and run with test mode to verify table overview functionality.

185 11d ago A 907 tokens original Apache-2.0

balance

03

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when the tablet scheduler is unhealthy: replicas are missing, clone tasks are failing or timing out, balance is too slow (disk usage skewed) or too aggressive (impacting imports), BE decommission is stuck, or colocate groups are unstable. Covers SHOW PROC /clusterbalance analysis, fetabletschedules system table…

74 3mo ago A 86 tokens original Apache-2.0

compaction

04

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when compaction score is sustained above 100, imports are failing with 'too many versions', or query MERGE time is elevated. Covers three root causes: import rate exceeding cumulative compaction throughput (Cause A), batch DELETE creating delete-predicate version explosion (Cause B), and large tablet where base…

74 3mo ago A 92 tokens original Apache-2.0

cpu-saturation

05

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use as the first stop when a BE or FE host shows high CPU (elevated load average or top near 100%). Attributes CPU to the right workload — query pipeline, import flush/compression, compaction threads, background tasks, FE GC, or non-StarRocks processes — then hands off to the appropriate deep-dive skill…

74 3mo ago C 96 tokens original Apache-2.0

data-lake

06

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when external catalog queries (Hive, Iceberg, S3, HDFS, Paimon) are failing, hanging, or returning stale data. Covers Hive Metastore connectivity errors, Kerberos authentication failures (keytab expiry, GSS errors, clock skew), S3 rate limiting and SSL issues, network saturation from HMS, and metadata cache TTL…

74 3mo ago A 80 tokens original Apache-2.0

deployment

07

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when FE or BE processes fail to start or stay alive. Covers port conflicts (YARN co-location), missing meta or storage directories, multi-NIC prioritynetworks misconfiguration, clock drift causing replica delta errors, BDB journal corruption blocking FE replay, HMS blocking FE startup, and SSL certificate expiry…

74 3mo ago A 78 tokens original Apache-2.0

high-concurrency

08

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when optimizing for high-QPS (thousands of queries/sec) workloads or diagnosing throughput plateaus and latency spikes under load. Covers pipelinedop=1 tuning, connection pooling (HikariCP/Druid), PreparedStatement plan caching, query cache hit-rate analysis, PK model point-query optimization (short-circuit scan…

74 3mo ago C 83 tokens original Apache-2.0

import

09

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when import jobs are slow, timing out, or failing — Stream Load, Broker Load, Routine Load, INSERT INTO, Flink connector. Covers write-slow triage (asyncdeltawriter / memtableflush / segmentreplicatesync thread pools), publish timeout on PK tables, RPC Failed errors, Reached timeout auto-diagnostics (v3.4+), and…

74 3mo ago A 95 tokens original Apache-2.0

materialized-view

10

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when async materialized views are failing to refresh, timing out, becoming inactive, or query rewrite is not triggering. Covers refresh OOM (spill-to-disk), timeout tuning, MV reactivation, staleness tolerance for query rewrite, sync MV hit verification via EXPLAIN, FE restart impact on refresh schedules, and S3…

74 3mo ago A 77 tokens original Apache-2.0

node

11

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when a BE or FE node is abnormal: BE out-of-memory or crash, FE deadlock causing all queries to hang, FE Full GC pauses, or FE heap memory growth and leak. Covers memtracker curl analysis, large-memory-alloc log search (queryid → SQL), jstack + DeadLockChecker deadlock tracing, GC log analysis, and memory…

74 3mo ago A 80 tokens original Apache-2.0

query

12

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when queries are slow, hanging, or returning wrong results. Covers the full FE→BE query hang flow, profile-based bottleneck analysis (scan skew, MERGE time dominance, join OOM, runtime filter), predicate pushdown failures, and bug localization via session variable exclusion. Start here for any query performance…

74 3mo ago A 73 tokens original Apache-2.0

resource-isolation

13

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when setting up or troubleshooting resource groups, query queues, or big-query circuit breakers — or when a runaway query is starving other workloads. Covers resource group classifier mismatches (queries falling to defaultwg), CPU/memory/scan limit calibration from audit log percentiles, SQL blacklist patterns…

74 3mo ago A 80 tokens original Apache-2.0

shared-data

14

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use for shared-data (lake-mode / cloud-native) deployments only — not for shared-nothing. Covers DataCache corruption and autoscaling-induced compaction regressions, S3 multipart upload failures and 503 rate limiting, FE leader switch causing in-flight transaction loss, compaction score management via…

74 3mo ago C 77 tokens original Apache-2.0

tablet

15

StarRocks/starrocks-debug-skills

Skill Claude CodeCodex

Use when investigating tablet-level structural problems: data skew (one tablet 10× larger than peers), too many tablet versions blocking writes (too many versions error), error-state replicas, over-sharding causing high FE metadata overhead, or disk balance retry loops. Covers SHOW TABLET analysis, betablets SQL…

74 3mo ago A 85 tokens original Apache-2.0