Michal Kuratczyk

Results 27 issues of Michal Kuratczyk

When a queue is no longer available, eg because the node is being shut down, it may happen that the channel tries to deliver a message to a queue there...

In https://github.com/rabbitmq/cluster-operator/pull/385 we implemented queue rebalancing after a rolling restart. However, if definitions are imported through configuration, even a newly deployed cluster may be unbalanced. It is therefore worth rebalancing...

never-stale

Hi, I have view-secret plugin installed using krew 0.3.0 and I've run into the issue fixed by https://github.com/ahmetb/kubectl-extras/pull/4. Turns out that `krew` installs an older version of the plugin (from...

`metadata_store` process memory usage after a node restart is significantly higher than necessary. The memory can be freed with `force_gc`. I've observed this behavior with different definition files, using `10-queues-and-1M-topic-bindings.json`...

khepri
performance

Note: this issue is related to an unreleased feature When Khepri is enabled, `queue_leader_locator = balanced` doesn't work as expected (perhaps other strategies as well): ``` $ cat ~/balanced.conf queue_leader_locator...

khepri

Hi, It would be awesome if willitconnect could validate the SSL certificate presented when connecting to HTTPS websites. This could be used to check if custom Root CA has been...

When using `recon_trace:calls`, I don't get any (meaningful) output on OTP26. Empty lines are printed for every function call, but I can't see the actual trace output: ``` $ rebar3...

The `--no_native` flag in `dialyzer` was ignored since OTP 24.0 and [got removed](https://github.com/erlang/otp/commit/0190550ecfe1bb03370b9c711ddab9b5f4afa625#diff-58be20d83a1e7dae76a736be0938f3596375ed8a739a6390da4db46fbe234c18L76) between 26.0-rc3 and 26.0 final. Therefore `make dialyze` on 26.0 fails with `dialyzer: No such file, directory...

The `Memory Limits` section of https://hub.docker.com/_/rabbitmq is incorrect (perhaps was true a long time ago). Container limits are taken into account, so `vm_memory_high_watermark.relative` will be calculated based on container memory,...

### Describe the bug During chaos tests where one of the VMs/nodes is suddenly restarted, timeouts like this occur: ``` crasher: initial call: rabbit_prequeue:init/1 pid: registered_name: [] exception exit: {{badrecord,...

bug