Jean-Sébastien Pédron

Results 125 comments of Jean-Sébastien Pédron

@michaelklishin: I removed the "4.0" prefix you added to the title because we will probably backport that to 3.13.x once it is stable.

The layout is now in place. The next challenge is the handling of deletions, especially the bindings. Currently the code does something like this: 1. In a transaction: 1. A...

After studying the code more deeply, I believe the current situation is fine: * Exchanges and bindings that are supposed to be deleted during the deletion of another queue or...

Here is an example of the content of Khepri in an unclustered RabbitMQ with a single PerfTest client running with default options: ```erlang ● ├── '__khepri_mnesia_migration' │ ╰── m2k_table_copy │...

As I said on Slack, I also favor the use of deprecated features because it increases the chance that the information reaches the user who rely on that feature. It...

The problem discovered by CI is related to rabbitmq/ra#451. I'm off this week, I will resume this work next week.

As of this writing, the `amdgpu` looks fine, but there is a regression with the `i915` drivers (the screen is blank after loading the driver, but the computer "works").

> The blank scrren with i915 goes away for me after changing DIV_ROUND_DOWN_ULL(x, n) to ((unsigned long long)(x) / (n)) Indeed, looking at the two newly used macros was my...

I’m running with that fix in my tree since last night and everything is stable so far. Note that I only load the i915 driver, I don’t actually use it...