Usman Masood

Results 26 comments of Usman Masood

Would it be possible for you to share a script that reproduces the issue? Or share the core dump?

Great, thanks so much! I'll dig into it sometime this week. As a side note, I'm curios why you had to implement the `tdigest.centroids` command. Was `tdigest.debug` not good for...

Can you also share your compiled binaries?

I'm on Ubuntu, so seems like I can't attach to the core dump. ``` usmanm@usmanm-puget:~/Downloads $ gdb ./redis-server core.18554 GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright (C) 2016 Free Software Foundation,...

Hey @vvhungy, sorry I have not been to spend time on this. I will try to look into it this weekend.

Hey @arielshaqed, I'm happy to accept any PRs! I believe releasing is better? 0.1 could be a good starting version.

This should be relatively easy. We can build a dependency DAG and execute in that order. The other thing we can start doing after we have a DAG is to...

I think tuple queue is for 1-1 IPC. We need a N-1 system. I think in general we need a better messaging layer. Something which offers better message level ordering...

Nothing's decided yet. This probably won't be touched till after 1.0.