Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Flink introduces "env.java.opts.sql-gateway" for specifying the Java options for the SQL Gateway, which allows you to fine-tune the memory settings, garbage collection behavior, and other relevant Java parameters.
Description
The SQL Gateway is an essential component of Flink in OLAP scenarios, and its performance and stability determine the SLA of Flink as an OLAP service. Just like other components in Flink, we propose adding a separate configuration option to specify the Java options for the SQL Gateway. This would allow users to fine-tune the memory settings, garbage collection behavior, and other relevant Java parameters specific to the SQL Gateway, ensuring optimal performance and stability in production environments.
Attachments
Issue Links
- duplicates
-
FLINK-32985 Support setting env.java.opts.sql-gateway to specify the jvm opts for sql gateway
- Closed
- is duplicated by
-
FLINK-33458 Add env.java.opts.gateway option in flink-conf.yaml
- Resolved
- links to
- mentioned in
-
Page Loading...