-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Placeholder: Various (potentially NFS or LMDB) filesystem-related bugs #14599
Comments
For the last, it appears LMDB is a no-go on NFS, which makes sense. See "Caveats" here: http://www.lmdb.tech/doc/. In particular the
Unofficial opinining on this here: https://news.ycombinator.com/item?id=18414124 |
Should we add a mention to Pants docs about this caveat? |
Yeah. Once we have a clue what we're talking about - I don't yet - we should chart the dragons in the waters. We're definitely still in the hand waving phase though. |
#13401 is an LMDB related limit, rather than a filesystem issue per-se. But linking it here since we don't have a bug category for this. |
@thejcannon also encountered a very large directory entry, which due to https://www.pantsbuild.org/docs/reference-global#section-local-store-directories-max-size-bytes and https://www.pantsbuild.org/docs/reference-global#section-local-store-shard-count caused a single shard to hit the |
There may be multiple unrelated problems here or they all may be related. I'm collecting them all for now and will break out seperate tickets if needed as more is learned.
Some are encountered during the setup script execution in CI:
Or:
Some are encountered packaging PEX binaries:
Or:
The text was updated successfully, but these errors were encountered: