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

docs: add FoundationDB macOS troubleshooting guide #1975

Conversation

NathanFlurry
Copy link
Member

Changes

Copy link
Contributor

graphite-app bot commented Jan 30, 2025

Merge activity

  • Jan 30, 3:44 AM EST: A user added this pull request to the Graphite merge queue.
  • Jan 30, 3:44 AM EST: CI is running for this PR on a draft PR: #1976
  • Jan 30, 3:46 AM EST: A user merged this pull request with the Graphite merge queue via draft PR: #1976.

@NathanFlurry NathanFlurry changed the base branch from 01-29-fix_docker_auto-build_sdk_hub_in_build.rs to graphite-base/1975 January 30, 2025 08:44
NathanFlurry added a commit that referenced this pull request Jan 30, 2025
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
Copy link
Member Author

NathanFlurry commented Jan 30, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Added troubleshooting documentation for FoundationDB issues on macOS in the Docker development environment, focusing on resolving segmentation faults and disk I/O failures.

  • Added detailed error output examples in /docker/dev-full/README.md showing FoundationDB segmentation faults and disk I/O failures
  • Added solution to use Apple Virtualization framework with Rosetta and VirtioFS for macOS users
  • Added troubleshooting section for Illegal instruction errors during apt-get install on macOS

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

/var/fdb/scripts/fdb.bash: line 68: 32 Segmentation fault fdbserver --listen-address 0.0.0.0:"$FDB_PORT" --public-address "$PUBLIC_IP:$FDB_PORT" --datadir /var/fdb/data --logdir /var/fdb/logs --locality-zoneid="$(hostname)" --locality-machineid="$(hostname)" --class "$FDB_PROCESS_CLASS"
```

Try changing you Docker VM to _Apple Virtualization framework_ with _Use Rosetta_ and _VirtioFS_ enabled.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: typo in 'changing you Docker VM' -> 'changing your Docker VM'

Suggested change
Try changing you Docker VM to _Apple Virtualization framework_ with _Use Rosetta_ and _VirtioFS_ enabled.
Try changing your Docker VM to _Apple Virtualization framework_ with _Use Rosetta_ and _VirtioFS_ enabled.

@graphite-app graphite-app bot closed this Jan 30, 2025
@graphite-app graphite-app bot deleted the docs_add_FoundationDB_macOS_troubleshooting_guide branch January 30, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant