Sergey Tselovalnikov

Results 89 comments of Sergey Tselovalnikov

Hey, @lukehobbs! I can't reproduce the issue. Can you check if maybe https://github.com/SerCeMan/firewalker/pull/19 fixes it for you?

Oh, nice! Thanks, I didn't know about the branch!

Hey, folks! We've noticed a similar pattern in our applications where we observed these two issues: * Extensive CPU usage on EC2 spent sending UDP packets. Depending on the application,...

Hey, @prudhvi! What do you mean by "wasn't able to consume fast enough"? As far as I can see, there is only a single consume in the `NonBlockingStatsDClient` - `c.t.s.NonBlockingStatsDClient#executor`...

Would it be reasonable to change "Error Data" to be an arbitrary payload, not UTF-8 encoded? I see a potential need for having human-readable messages though as it perfectly maps...

Hey, @AndyOGo! Could you elaborate on what the desired change is? While `createErrorFromFrame` creates an error that has a type that can be described as `RSocketError`, the other references types,...

No i tested in with my own filesystem, but you can easily reproduce you with memoryFs, FS benchmark (fio for example) and memory allocation profiler (Java mission control for example...

Same problem, inside cljsbuild.compiler. invoked ``` (when (or (seq macro-modified) (seq clj-modified) (seq cljs-modified) (seq js-modified)) (compile-cljs cljs-paths compiler-options notify-command incremental? assert? watching?)) ``` And then immediate fail inside System/exit...

Hey, @daniel-centore! `MemoryFS` is a simple toy example of how you could build a full-fledged file system backed by fuse. For open-source examples of file systems built on fuse, you...

Hey, @overheadhunter! I believe for JPMS to work correctly, we'll need to find an alternative for this class, https://github.com/SerCeMan/jnr-fuse/blob/master/src/main/java/jnr/ffi/provider/jffi/ClosureHelper.java, as it's currently, iirc, requires to be in the jnr package.