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

fix(index): use --tmp directory for building indexes #7289

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Jan 13, 2021

Fixes DGRAPH-2894

By default /tmp directory was used as a temporary directory for rebuilding indexes. This might lead to out of disk out of space error if /tmp is not spacious enough.
This PR provides makes it use directory passed through --tmp instead.


This change is Reviewable

@NamanJain8 NamanJain8 merged commit 1707ecf into master Jan 13, 2021
@NamanJain8 NamanJain8 deleted the naman/index-tmp-dir branch January 13, 2021 10:59
NamanJain8 added a commit that referenced this pull request Jan 15, 2021
Makes reindexing use directory passed through --tmp flag of alpha.

(cherry picked from commit 1707ecf)
NamanJain8 added a commit that referenced this pull request Jan 15, 2021
Makes reindexing use directory passed through --tmp flag of alpha.

(cherry picked from commit 1707ecf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants