forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back out "Use fallocate for file size extension when supported" (face…
…bookincubator#11480) Summary: Pull Request resolved: facebookincubator#11480 Original commit changeset: f690fb454d40 Original Phabricator Diff: D65316028 We observed crash ``` terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError' what(): Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: (-1 vs. 0) fallocate failed in LocalWriteFile::truncate: No space left on device. Retriable: False Expression: ret == 0 Function: truncate File: fbcode/velox/common/file/File.cpp Line: 388 Stack trace: ``` Reviewed By: xiaoxmeng, zacw7 Differential Revision: D65647366 fbshipit-source-id: 34cbb6d83d1fc9040c263f76cea2bd44bf6fb222
- Loading branch information
1 parent
c5232cd
commit 31aa90c
Showing
4 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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