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

Updated the interpretation of log_stop_retaining_min_disk_mb #21885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AyoubKaz07
Copy link

Description

The gflag log_stop_retaining_min_disk_mb was internally interpreted as kilobytes (kb) instead of megabytes (mb), leading to a unit mismatch. This inconsistency could result in unexpected behavior when users attempted to modify the value of this flag.

Changes

Updated the interpretation of log_stop_retaining_min_disk_mb to use megabytes internally to align with its specified unit.

Fixes: #21849, #19391

…egabytes internally to align with its specified unit.
@CLAassistant
Copy link

CLAassistant commented Apr 8, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented Apr 8, 2024

Deploy Preview for infallible-bardeen-164bc9 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9e45bcc
🔍 Latest deploy log https://app.netlify.com/sites/infallible-bardeen-164bc9/deploys/66147dc7edfcbb00084a3c05
😎 Deploy Preview https://deploy-preview-21885--infallible-bardeen-164bc9.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ddorian ddorian requested a review from kai-franz April 9, 2024 07:06
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.

[DocDB] Flag log_stop_retaining_min_disk_mb is internally used as kb
2 participants