Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 5, 2024

Description

Backport of #9458 to 7.x.

Puppet warns when the total number of fact values exceeds a soft limit,
as PuppetDB performance can start to degrade as that number grows.

However, the language that Puppet currently uses to talk about this
limit can be ambiguous. We want to emphasize that the total number of
fact values--counting all children of all facts (every value in all
arrays, hashes, etc.)--is what is relevant to performance.

This commit adds more explicit language about what this number is
counting.

(cherry picked from commit f7dfc72)
@github-actions github-actions bot requested a review from a team as a code owner September 5, 2024 16:04
@puppetlabs-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@mhashizume mhashizume closed this Sep 5, 2024
@mhashizume mhashizume reopened this Sep 5, 2024
@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Sep 5, 2024
@mhashizume mhashizume merged commit 68d9ac4 into 7.x Sep 5, 2024
12 checks passed
@mhashizume mhashizume deleted the backport-9458-to-7.x branch September 5, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants