Péter Gömöri

Results 43 issues of Péter Gömöri

This way the return type matches `error_info()` This is an alternative fix for https://github.com/WhatsApp/erlfmt/pull/324

CLA Signed

- Also include connected, hidden nodes ([Observer User Guide](https://www.erlang.org/doc/apps/observer/observer_ug.html#getting-started) uses a hidden node as example) - Always include current node. If dist_listen is false it won't show up in epdm...

team:PS
testing
in progress

According to erlang documentation the argument module_str of enif_open_resource_type "is not (yet) used and must be NULL." This NULL value is unfortunately asserted on a debug enabled erlang VM. This...

## Proposed Changes Eg. when the source exchange does not exist the source channel is closed during `queue.bind`, this used to cause the shovel to crash. With this change the...

**Describe the bug** By looking at the ssl code and testing I suspect that the option only affects the ssl receiver processes (ssl_gen_statem) and not the tls_sender processes, the later...

bug

### Describe the bug In shovel and federation plugin the child id format of the mirrored supervisor was changed (in 3.12.8 for shovels, in 3.13.0 for federation). When shovels and...

bug

`erlfmt_scan` returns `erl_anno:location()` in errors however `erlfmt_parse` mostly returns full `erlfmt_scan:anno()` maps. The errors from the parser also surface in the return value of `erlfmt:read_nodes[_string]` I noticed this via dialyzer...

CLA Signed

### Describe the bug In case when init is performed in an async way (https://github.com/rabbitmq/ra/blob/main/src/ra_server_proc.erl#L265) there is a Config map instead of a #state{} record in the gen_statem state. This...

bug

This is mostly for consistency with other Mnesia metrics.

### Is your feature request related to a problem? Please describe. The symptom is that after an unclean shutdown when RabbitMQ starts up and runs recovery steps, its memory usage...

enhancement