Skip to content

fix: Consistent thread arguments with influxdb3_pro#26304

Merged
stuartcarnie merged 1 commit intomainfrom
issues/26270_cli_args
Apr 22, 2025
Merged

fix: Consistent thread arguments with influxdb3_pro#26304
stuartcarnie merged 1 commit intomainfrom
issues/26270_cli_args

Conversation

@stuartcarnie
Copy link
Copy Markdown
Contributor

Closes #26270

Introduces thread arguments consistent with InfluxDB3 Pro.

Important

If the old environment variables are used, a warning will be displayed on the console with the recommended replacement.

influxdb3 serve
WARN: Use of deprecated environment variable INFLUXDB3_NUM_THREADS: replace with INFLUXDB3_NUM_IO_THREADS
WARN: Use of deprecated environment variable INFLUXDB3_DATAFUSION_NUM_THREADS: replace with INFLUXDB3_NUM_DATAFUSION_THREADS

@stuartcarnie stuartcarnie self-assigned this Apr 22, 2025
If the old environment variables are used, a warning will be displayed
on the console with the recommended replacement.
@stuartcarnie stuartcarnie force-pushed the issues/26270_cli_args branch from 3800df0 to 25fc970 Compare April 22, 2025 06:25
Copy link
Copy Markdown
Contributor

@hiltontj hiltontj left a comment

Choose a reason for hiding this comment

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

🚢

@stuartcarnie stuartcarnie merged commit b0532dc into main Apr 22, 2025
12 checks passed
@stuartcarnie stuartcarnie deleted the issues/26270_cli_args branch April 22, 2025 23:04
hiltontj pushed a commit that referenced this pull request May 2, 2025
If the old environment variables are used, a warning will be displayed
on the console with the recommended replacement.
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.

CLI arguments for specifying IO/Datafusion threads are inconsistent between Core/Enterprise

2 participants