Giuseppe
Giuseppe
This PR contains the following notable changes: 1. make sure that database creation is happening only while network thread is running 2. panic if the call to `fdb_run_network()` fails, instead...
Setting the finalizer prevents user from calling Close(), as it would randomly result in `SIGSEGV` or some other silent memory corruption. See https://github.com/apple/foundationdb/pull/11383#issuecomment-2110368596 for an example. The change consists in...
### Brief summary While using `client.asyncInvoke` I managed to trigger this panic: ``` panic: send on closed channel Run [======================================] setup() goroutine 105931 [running]:----------------------------] go.k6.io/k6/metrics.PushIfNotDone(...)-----------------] go.k6.io/k6/metrics/sample.go:135 go.k6.io/k6/lib/netext/grpcext.statsHandler.HandleRPC({0xc0027b2008?}, {0x1bb81d0, 0xc030f8d0b0}, {0x1bb3018,...
Adding `go.mod` and `go.sum`.
### What would you like to be added/changed? A FoundationDB cluster can be run with the config db disabled (`--no-config-db` passed to `fdbserver` processes); however when operator would issue the...
# Description of the problem With current `main`, running [this testcase](https://gist.github.com/gm42/d845c689a4c85a5cd59897497b6ff4eb) with multi-version client **disabled** leads to: ``` no initial delay initial empty R/O tx: got read version 56590938127280 (using...
Allow cancelling snapshots and R/O transactions. It is beneficial to cancel a transaction, even if not performing any changes, so that futures and other associated resources can be released early....
Fix bug with R/O transaction destroyed before futures, add GC references for db/tx In a [previous PR](https://github.com/apple/foundationdb/pull/11366) the R/O transaction was optimized and the finalizer was removed; however this prevents...
Add `GetClientStatus` method to `Database`. Allow fetching client status JSON information for any database. Added a test to make sure that it works with an open database. NOTE: it depends...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.96.3 - OS Version: Ubuntu 22.04.5 LTS Steps to Reproduce: 1. open `code`. tried this on...