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

feat: add influxdb3_clap_blocks crate with runtime config #25665

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

hiltontj
Copy link
Contributor

@hiltontj hiltontj commented Dec 16, 2024

Added a new workspace crate influxdb3_clap_blocks which will be a starting point for adding InfluxDB 3 OSS/Pro specific CLI configuration that no longer references IOx, and allows for us to trim out unneeded configurations for the monolithic InfluxDB 3.

To start, in this PR, this ports over the code from the clap_blocks tokio.rs module from core/IOx.

Other than changing references from IOX to INFLUXDB3, this makes one important change: it enables IO on the DataFusion runtime. This, at least for now, is an experimental change to see if we can relieve some concurrency issues that we have been experiencing.

This leverages the configurable IO runtime from the main influxdb3 process.

Closes #25664

Added a new workspace crate `influxdb3_clap_blocks` which will be a
starting point for adding InfluxDB 3 OSS/Pro specific CLI configuration
that no longer references IOx, and allows for us to trim out unneeded
configurations for the monolithic InfluxDB 3.

Other than changing references from IOX to INFLUXDB3, this makes one
important change: it enables IO on the DataFusion runtime. This, for now,
is an experimental change to see if we can relieve some concurrency
issues that we have been experiencing.
@hiltontj
Copy link
Contributor Author

Waiting for CI again, as 8cd8475 should fix.

@hiltontj hiltontj merged commit 7d92b75 into main Dec 16, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/rt-clap branch December 16, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add clap blocks for configuring DataFusion and IO runtimes
2 participants