Revision 8c80a004b587fcc4f0a9c92f4dd7146ad0f1eaac authored by Amanpreet Singh on 11 August 2021, 07:32:54 UTC, committed by Facebook GitHub Bot on 11 August 2021, 07:33:53 UTC
Summary: In large-scale distributed jobs, multiple processes writing config simultaneously to the manifold can cause issues with consistency among the keys. This PR makes sure that only master process writes the config.

Reviewed By: vedanuj

Differential Revision: D30193487

fbshipit-source-id: 060fe341a7dfd13f81627ded948e35a669ecbde6
1 parent c745af5
History
File Mode Size
.circleci
.github
docs
mmf
mmf_cli
projects
tests
tools
website
.editorconfig -rw-r--r-- 191 bytes
.flake8 -rw-r--r-- 187 bytes
.gitignore -rw-r--r-- 267 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 130 bytes
NOTICES -rw-r--r-- 4.5 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 1017 bytes
requirements.txt -rw-r--r-- 497 bytes
setup.py -rw-r--r-- 5.1 KB

README.md

back to top