Rumit Jain
11/27/2025, 2:19 PMALTER SYSTEM MODIFY FRONTEND "host:9010" TO OBSERVER;
ALTER SYSTEM MODIFY FRONTEND
HOST "<fe-hostname>"
TO OBSERVER;
but every variation fails with syntax errors (e.g., unexpected input ‘OBSERVER’, unexpected ‘PORT’, etc.).
My question:
👉 Is OBSERVER role supported at all in StarRocks 4.x Shared-Data (S3) mode and Kubernetes Operator deployments?
Or has it been deprecated and removed from the FE role model?
If OBSERVER is not supported, what is the recommended alternative for reducing quorum load or adding read-only FE capacity?Phước Hồ
11/27/2025, 2:35 PMKevin Cai
11/27/2025, 11:17 PM