foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

FoundationDB - the open source, distributed, transactional key-value store

Results 638 foundationdb issues
Sort by recently updated
recently updated
newest added

There are a few client trace logs that currently do not have the Cluster as an XML/log key indicating what cluster they are talking to, and I think that it...

enhancement

7.3.69 is missing fdb_c_types.h in fdb-headers

After installing Foundation Db server on a system with SELinux enabled, backup agents can not create trace files. The errors in the system journals are: ``` Jan 22 14:44:27 fdbs...

## The symptom FoundationDB sends packets like this (base64 encoded) ``` nM/dJJIzyEzz4c8v5+Nzr2Pj689zKCZt4XKrfc8AAAAAAAAAALpHUDpnZXRMaXZlQ29tbWl0dGVkVmVyc2lvbstB2hrK+I1wjctB2hrK+I1+cMwCzAGRz0lxldEziDEAz4+RKRdlyryiz2h8XhpEvLsXkIGnYWRkcmVzc7MyMi4xNzEuMTA2LjEzMDo0NTAx ``` However, this is not valid MsgPack. These are the outputs of a Python parser and [Rust parser](https://github.com/3Hren/msgpack-rust/blob/master/rmp/examples/inspect.rs)...

See https://github.com/jemalloc/jemalloc and https://news.ycombinator.com/item?id=44264958 for discussions. May need to check if jemalloc is going to be maintenanced in the future or not.

Foundationdb version: `7.4.2` Platform: `FreeBSD 14.3` Building with Swift is documented in the Swift specific files but the `README.md` still shows instructions to build without Swift. It should be updated...

### Description When building FoundationDB using the official foundationdb/build:rockylinux9-latest Docker image, the ninja command fails during the linking of bin/fdb_c_performance_test due to an undefined reference to std::ios_base_library_init(). ### Error Log:...

* FoundationDB version: `7.3.57` * Environment: Kubernetes I set my cluster's `tracing_udp_listener_addr` knob to a domain which does not resolve (dig responds with `status: NXDOMAIN`) This caused pods to crash...