-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Enhancement] Check meta size enough for BDB Log #34813
Conversation
Could you explain what problem you are trying to resolve with this CL? |
Kudos, SonarCloud Quality Gate passed!
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]❌ fail : 3 / 5 (60.00%) file detail
|
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 32e8b05)
For the new version of BDB (18.3.13), the available disk size is limited: at least 5G. If there is not enough space, BDB will fail to start, but the error log is only printed in bdb/je.info.0, so this enhancement checks the available disk size before starting bdb, which makes the log easy to find the cause of the failure.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: