chore(sync): influxdb_pro 2026-07-22#27556
Open
hiltontj wants to merge 1 commit into
Open
Conversation
Source: 6a5b61f8299cea2cee49894ac8dc7006094b2f6b Commits: - `d8737b4c59` feat: Add function for fast-forwarding snapshots onto a catalog (influxdata/influxdb_pro#4678) - `2e8fe3d0f8` fix(catalog): default node_spec when deserializing catalog snapshots (influxdata/influxdb_pro#4714) - `be64dff8f9` feat: auto-configure WebUI server (influxdata/influxdb_pro#4684) - `fabb039700` feat(trace_http): classify resource-exhausted as its own metric status (influxdata/influxdb_pro#4482) - `d70497319f` feat(PE): sync PE oss with ent (influxdata/influxdb_pro#4707) - `771e610b86` fix: Allow calling just recipes from oss directory (influxdata/influxdb_pro#4653) - `ab5facb133` chore: post-release oss updates for 3.10.5 (influxdata/influxdb_pro#4680) - `17e48a6479` fix: Ensure all crate tests can compile by themselves (influxdata/influxdb_pro#4676) - `4364f46de7` feat(catalog): make the node stop API idempotent for repeat stops (influxdata/influxdb_pro#4524) - `f0557b7061` fix: Use rust-toolchain-specified toolchain with CI (influxdata/influxdb_pro#4651) - `242a4394f1` fix: persist split buffer chunks to distinct parquet paths (influxdata/influxdb_pro#4606) - `add6f18f3f` chore: Update to rust 1.97.1 (influxdata/influxdb_pro#4603) - `539f6f4071` chore: bump install script defaults to Core 3.10.3 / Enterprise 3.10.4 (influxdata/influxdb_pro#4586) - `25567e5dfe` fix: removing unnecessary sysinfo features (influxdata/influxdb_pro#4591) - `6d1acba692` feat(pacha): durable, lease-fenced file ID grants across primary failover (influxdata/influxdb_pro#4420) - `1493c9d592` feat(distributed-queries): initialize WAL watchers only for assigned ingesters (influxdata/influxdb_pro#4563) - `f6612fc614` feat(distributed-queries): add query-node assignment helpers and catalog lookup (influxdata/influxdb_pro#4556) - `3f2b472eb2` chore(deny): drop RUSTSEC-2026-0204 ignore; bump anyhow for RUSTSEC-2026-0190 (influxdata/influxdb_pro#4582) - `d38c25a2e7` chore(deny): ignore RUSTSEC-2026-0204 (crossbeam-epoch fmt::Pointer) (influxdata/influxdb_pro#4572) Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Cannon Palms <cpalms@influxdata.com> Co-authored-by: caterryan <caterryan1@gmail.com> Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com> Co-authored-by: David Norton <dgnorton@gmail.com> Co-authored-by: Joe-Blount <73478756+Joe-Blount@users.noreply.github.com> Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com> Co-authored-by: Marco Neumann <marco@crepererum.net> Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com> Co-authored-by: Trevor Hilton <thilton@influxdata.com>
hiltontj
marked this pull request as ready for review
July 22, 2026 16:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sync
oss/frominfluxdata/influxdb_promain (source:6a5b61f829). Brings the fix for the Core 3.9→3.10 upgrade crash —#[serde(default)]onnode_specin catalog snapshot versions v2/v3/v4, with tests against catalog files written by a real 3.9.3-core instance (influxdata/influxdb_pro#4714) — plus accumulatedoss/changes since the last main sync (2026-07-15). See the sync commit message for the full commit list.Closes #27554