-
I took the get_range example, changed the fdb_cluster_file to an empty string, and the open fails with a 1515 error "No cluster file found in current directory or default location".
-
Consider the following C++ program:
```
#include
#include
struct Foo {
int a;
bool valid = true;
Foo(int a) : a(a) {
}
Foo(Foo&& foo) : a(foo.a) {
foo.v…
-
## Bug Report
When trying to check the parts information with following query, we got the error intermittently. If we re-run the query a few more times it will work. But after a while the error wil…
-
At https://github.com/apple/foundationdb/blob/4b66b0e4ef84c7520a44088db7422acaa166d9de/fdbserver/GrvProxyServer.actor.cpp#L1064, any `broken_promise` error from an actor tracked by `addActor` will get…
-
The `ObjectStore` doesn't need seeks. Some stores which do not support ranges are optimised for point lookup, examples include:
https://github.com/yahoo/HaloDB
https://github.com/OpenHFT/Chronicle…
-
```
devRetryCorrectnessTest bin/fdbserver -r simulation -s 847876228 -b off -fi on -f tests/slow/ConfigureStorageMigrationTest.toml
```
at commit b891b424e
```addr2line -e bin/fdbserver -p -C …
-
Running fdb_c_api_tests under ASAN often (but not always) produces this leak report:
```
$ ctest -R fdb_c_api_tests$ -VV
...
12: =================================================================…
-
I created bindings for CPython with asyncio support, Guile, and Chez, but I struggle to get started with Gambit.
There is an official C library client that other language should rely on because ups…
-
### What should be done?
See https://github.com/FerretDB/FerretDB/issues/2451#issuecomment-1515114900
`envtool` should not fail like that. It should provide a helpful error message.
### Where…
-
When using `tmux` + `deploy.py` to start ByConity servers and the client, the TSO process got stuck:
```
Processing configuration file '/xxx/xxx/xx/byconity/deploy/cluster/tso/tso.xml'.
Include not…