Łukasz Jan Niemier

Results 235 comments of Łukasz Jan Niemier

Ok, we have noticed the problem and I am working on a resolution. I am reopening. cc @chasers

We are aware of the issue and we are planning fix deployment. Currently the workaround in case of this issue is to edit the pool size in the configuration which...

@abc3 the connection shutdowns and errors weren't properly handled, which mean that there was message, that was left unhandled, it was logged, but the timeout wasn't restarted, so the process...

We are currently working on releasing updated version that should solve that issue. It should be out in few days.

Now I see that there is option `:global_tags` which I missed. However this one stores global tags in each metric which may be a little bit wasteful. I think that...

Yeah, I forgot about naming scheme and I do not think that it is in `CONTRIBUTING.md`. I will clean this up and make it pass (as I have incorrectly fixed...

I see that there already is such function in ERTS, but I am not experienced enough right now to come up with an idea how to expose such function there.

`erts_sys_aligned_alloc` in [`erts/emulator/sys/unix/sys.c`](https://github.com/erlang/otp/blob/8a53de13325bc4be60d0ea359dcdd3fcbdefbafb/erts/emulator/sys/unix/sys.c#LL825) and [`erts/emulator/sys/win32/sys.c`](https://github.com/erlang/otp/blob/8a53de13325bc4be60d0ea359dcdd3fcbdefbafb/erts/emulator/sys/win32/sys.c#L2813)

I would go with `{4, little}` as it would allow us to extend it in future, as I see one more improvement possible there. Because in general we have 2...

I hate that single test. I cannot reproduce the problem locally and it is flaky as hell…