-
## Bug Report
### Briefly describe the bug
```
2024.01.19 17:02:57.948048 [ 765980 ] {} executeManipulationTask: Failed to execute ManipulationTask {447127167332777986}, type Merge, log.sls_15days…
yandd updated
9 months ago
-
As mentioned there: https://github.com/apple/foundationdb/tree/master/bindings/go
I run only one command and get error:
```
> ./fdb-go-install.sh install --fdbver 6.3.15
Downloading foundation rep…
-
Following is the dependency situation for FDB client-side code.
`fdb_c` ➡ `fdbclient` ➡ `fdbrpc` ➡ `flow`
`fdb_flow` ➡ `fdb_c` and `flow`
Even though fdb_flow dep…
apkar updated
4 years ago
-
Hello again,
I'm trying to investigate an issue with behavior [signal](https://docs.python.org/3/library/signal.html#signal.signal) handlers during and after invocation of `fdb.connect()`.
I hav…
o3bvv updated
4 years ago
-
**Reporter: assefa**
**Date: 2004/06/16 - 20:03**
```
Reported by Steve Spicklemire
Assefa's response to the e-mail
I have checked the code to see what would be the problem. Here is the
situation…
-
Hi,
In my test scenario, I modify crm polling interval, and show the resource result when learning fdb.
I found that the 'Used Count' + 'Available Count' is not equal the total number.
The followin…
-
### Describe the bug
The [Features](https://surrealdb.com/features) mention FoundationDB being supported as a storage layer. However, it is not built with the v1.0.0 binary of SurrealDB.
```
202…
-
### Is your feature request related to a problem? Please describe.
Hi,
I have an FDB repo deployed on LUMI/CSC, and was trying to access it with a freshly created Singularity container that was te…
-
Looks like rust made a change in 1.70 to throw on misaligned pointer dereferences. I'm seeing some errors:
```
stack backtrace:
0: rust_begin_unwind
at /rustc/90c541806f23a127002…
-
我给 kvdb 分配了 500k 空间来保存一个结构体(有且仅有这一个 key 需要保存),分别使用
fdb_kv_get_blob(&kvdb, "charge_device_info", fdb_blob_make(&blob, (void*)&charge_device_info.boot_count, OFFSET_STRUCT(DEVICE_INFO_T, time))); 读取结构…