Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable jmx by default #754

Closed
wants to merge 0 commits into from
Closed

Conversation

sfc-gh-rcheng
Copy link
Collaborator

JMX very slightly affects performance at high throughputs. This PR disables by default for both Snowpipe and Snowpipe Streaming, customers will have to enable it in the configuration.

@@ -110,7 +110,7 @@ public class SnowflakeSinkConnectorConfig {

// metrics
public static final String JMX_OPT = "jmx";
public static final boolean JMX_OPT_DEFAULT = true;
public static final boolean JMX_OPT_DEFAULT = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do it for snowpipe streaming only? otherwise we need to go through a BCR process

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, makes sense with streamings higher processing requirement. but why would snowpipe require BCR but not streaming?

@sfc-gh-rcheng sfc-gh-rcheng force-pushed the rcheng-disablejmxdefault branch from a9713a1 to 6edd211 Compare December 1, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants