Skip to content

Handle EINTR in statvfs#15557

Merged
alexey-milovidov merged 6 commits intomasterfrom
statvfs-eintr
Oct 3, 2020
Merged

Handle EINTR in statvfs#15557
alexey-milovidov merged 6 commits intomasterfrom
statvfs-eintr

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Prevent the possibility of error message Could not calculate available disk space (statvfs), errno: 4, strerror: Interrupted system call. This fixes #15541.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Oct 3, 2020
@alexey-milovidov alexey-milovidov self-assigned this Oct 3, 2020
@alexey-milovidov alexey-milovidov merged commit 46fa5ff into master Oct 3, 2020
@alexey-milovidov alexey-milovidov deleted the statvfs-eintr branch October 3, 2020 12:57
robot-clickhouse pushed a commit that referenced this pull request Oct 3, 2020
robot-clickhouse pushed a commit that referenced this pull request Oct 3, 2020
robot-clickhouse pushed a commit that referenced this pull request Oct 3, 2020
robot-clickhouse pushed a commit that referenced this pull request Oct 3, 2020
alexey-milovidov added a commit that referenced this pull request Oct 8, 2020
Backport #15557 to 20.9: Handle EINTR in statvfs
alexey-milovidov added a commit that referenced this pull request Oct 8, 2020
Backport #15557 to 20.7: Handle EINTR in statvfs
alexey-milovidov added a commit that referenced this pull request Oct 8, 2020
Backport #15557 to 20.8: Handle EINTR in statvfs
alexey-milovidov added a commit that referenced this pull request Oct 8, 2020
Backport #15557 to 20.6: Handle EINTR in statvfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix Pull request with bugfix, not backported by default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interrupted system call from DB::DiskLocal::getAvailableSpace()

2 participants