Jingyu Zhou
Jingyu Zhou
This would require `actorcompiler` understands macros, which is not the case now. The current compilation steps are: 1) run actorcompiler to transpile `.actor.*` to `.actor.g.*`, and 2) gcc/clang compiles `.actor.g.*`.
> ### Result of foundationdb-pr on Linux CentOS 7 > * Commit ID: [105062a](https://github.com/apple/foundationdb/commit/105062a4bef3937789d326ff4f79a0e9fb338d09) > * Duration 1:20:06 > * Result: ❌ **FAILED** > * Error: `Error while executing command:...
Looks like compilation failed: ``` [284/1833] cd /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient && /usr/bin/mono /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/vexillographer.exe /codebuild/output/src4202394945/src/github.com/apple/foundationdb/fdbclient/vexillographer/fdb.options cpp /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient/FDBOptions.g FAILED: fdbclient/FDBOptions.g.h fdbclient/FDBOptions.g.cpp /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient/FDBOptions.g.h /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient/FDBOptions.g.cpp cd /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient && /usr/bin/mono /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/vexillographer.exe /codebuild/output/src4202394945/src/github.com/apple/foundationdb/fdbclient/vexillographer/fdb.options cpp /codebuild/output/src4202394945/src/github.com/apple/foundationdb/build_output/fdbclient/FDBOptions.g Unhandled Exception: System.FormatException:...
We dropped windows support for a long time. See #5135 and https://forums.foundationdb.org/t/foundationdb-windows-download-404s/2784 for discussions. There are community maintained windows binaries, but I couldn't find where they are.
Tenant is an experimental feature in 7.1 and 7.3. Since Apple is not planning to use this feature, we'll rely on community support to bring this feature to a mature...
> What we did was migrate everything to 7.3 before introducing tenanting in production. Good to know. However, you may run into issues upgrading from 7.3 to future releases again....
@sfc-gh-kmakino do you know if ARM build fails or not?
BTW, ARM build is not fully supported yet, but it's on the roadmap.
Is `pip` installing `fdb` python package in the correct location? Can you check if `fdb` package is at library path of python 3.9 (the version you have)?
Yes, this is nice to have. A work around is the following shell script: ``` j () { python3 -m joshua.joshua -C path/to/cluster_file "$@" } name=`j start --tarball input_dir/correctness.tar.gz |...