Giuseppe

Results 20 issues of Giuseppe

It also contains fixes for the usage of new/update.

Quoting RabbitMQ documentation (https://www.rabbitmq.com/confirms.html#when-publishes-are-confirmed): > When Will Published Messages Be Confirmed by the Broker? > For unroutable messages, the broker will issue a confirm once the exchange verifies a message...

bug
usability

### What happened? Creating a cluster with a `restart_delay` custom parameter override leads to the very first pods being created with the `IncorrectCommandline` / `IncorrectProcess` problem. This is what the...

bug

I am not sure why this is happening, as I haven't digged deeper, however a call to `cap()` always returns 0. This makes a lot of code just hang and...

`SetSpanParent` does not take a 16-bytes trace id as documentation mentions, but rather requires a specific serialized binary format (described in description field). I would merge this to the `release-7.3`...

### What happened? I run a cluster with separate coordinator pods which is using an older FoundationDB version e.g. `7.1.17`. Once I set the version to latest `7.3.27`, operator never...

question

**Is this a support request?** No **Describe the bug** The LaunchDarkly Go SDK depends on `testing` package; this increases the size of release binaries and will create issues when accessing...

enhancement

A mix of pointer/non-pointer receivers makes it impossible to use interfaces for the `fdb.Database` type; I propose to change the `Close()` method for consistency. See https://go.dev/play/p/PQ_FDXajpnB for an example of...

Do not commit read-only transactions following the [C API documentation](https://apple.github.io/foundationdb/api-c.html#c.fdb_transaction_commit): > It is not necessary to commit a read-only transaction – you can simply call fdb_transaction_destroy(). No forms of testing...