-
This is the list of proposed tasks. It is to be extented. You can propose more tasks.
You can also find the previous lists here:
2020/2021: https://github.com/ClickHouse/ClickHouse/issues/15065
2…
-
The Docker image from DockerHub for foundationdb version 7.0.0 seems to be broken.
How to reproduce:
docker-compose.yaml
```
version: '3'
services:
foundationdb:
network_mode: "host"
…
-
-
We have a process performing many range queries using Transaction.get_range. Each query has a limit of 50 rows. At some point mid-way through processing the query returned only 1 row instead of the ex…
-
### What would you like to be added/changed?
It can happen that a process is not bounced during an upgrade e.g. when the reboot RPC is failing between the operator and the fdbserver process. In order…
-
#### What happened:
cargo build failed.
```
error: couldn't read /usr/local/include/foundationdb/fdb.options: No such file or directory (os error 2)
--> /Users/xialingming/.cargo/regist…
lmxia updated
2 years ago
-
Hi,
I just ran into OrientDB while looking for an alternative to FoundationDB. I would really love to see some information on how orient performs on the Jepsen and Hermitage tests. It would really g…
-
When I running foundationdb in k8s pod, I got an error as followings:
```xml
```
And the version was 7.1.19.
-
Commit: a27d27c5ee3fccfc8bd8a3a7f1f81ca261384801
UBSAN on RandomUnitTests produces this error:
```
fdbserver/masterserver.actor.cpp:147:75: runtime error: signed integer overflow: 922337203685477…
-
I am assuming Main is supposed to replace master. But I see checkins are still going to Master
https://github.com/apple/foundationdb/compare/main...master
This was causing a confusion when creating…