PXC-4756: SST Post-processing Timeout in Large Instances (8.4) - #2172
Merged
jaideepkarande merged 2 commits intoNov 25, 2025
Conversation
https://perconadev.atlassian.net/browse/PXC-4756 Problem: In scenarios with large InnoDB Buffer Pools where *innodb_numa_interleave* is enabled, when performing the *post-processing* phase, the instance may take longer to start, potentially exceeding the *timeout_threshold* of 300 seconds and causing the SST procedure to abort. Cause: The script *wsrep_sst_common* handles this logic. The value of timeout_threshold is hard coded to 300 which maybe less for NUMA. innodb_numa_interleave is a system variable that controls memory allocation for InnoDB on Non-Uniform Memory Access (NUMA) systems. When innodb_numa_interleave=ON, the mysqld startup process attempts to interleave memory across all NUMA nodes, which can be useful for balancing memory pressure but may lead to a slower start-up. https://docs.percona.com/percona-server/5.7/performance/innodb_numa_support.html#version-specific-information Solution: Value of timeout_threshold now can be set via my.cnf file, parameter post-processing-timeout in sst section.
…pt_84 (8.4) PXC-4756: SST Post-processing Timeout in Large Instances
jaideepkarande
force-pushed
the
pxc_4756_sh_script_84
branch
from
November 14, 2025 17:57
098fc3d to
d192cc5
Compare
kamil-holubicki
approved these changes
Nov 24, 2025
Contributor
Author
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.
Uh oh!
There was an error while loading. Please reload this page.