Sailesh Mukil

Results 9 issues of Sailesh Mukil

The first Beta version is here: https://github.com/Netflix/dynomite/pull/653 We need to add support for the following before it becomes a full supported feature: - [x] Create repair framework based on Lua...

newfeature

Dynomite may a few memory leaks, invalid memory accesses, etc. We can use AddressSanitizer (much faster and more efficient than Valgrind) to create debug builds which can help us catch...

enhancement

This is a larger effort, but let's fix all the compiler warnings and enable the '-Werror' to treat all warnings as errors, so that all future code cannot get checked...

enhancement

https://github.com/Netflix/dynomite/blob/dev/src/dyn_client.c#L420-L421 msg_get_error() may return a NULL pointer for a few reasons. https://github.com/Netflix/dynomite/blob/df884c0dde610d2e85aed2b9f18bcf8d7ebebd7b/src/dyn_message.c#L512-L550 If this happens, we would dereference a NULL pointer leading to a crash. I still don't have a...

bug

Hi, I've been trying to build mcrouter on a vanilla Ubuntu 16.04 instance using scripts/install_ubuntu_16.04.sh. I initially ran into the issue where the gcc version prepackaged in Ubuntu 16.04 could...

https://github.com/Netflix/dyno/blob/786b6b2333852ddb724583ef6f5d0d5a9dca595c/dyno-contrib/src/main/java/com/netflix/dyno/contrib/EurekaHostsSupplier.java#L123 Something like: "Dyno found hosts from eureka - num hosts: | Num up: | Num down: "

enhancement

`java.lang.RuntimeException: java.lang.RuntimeException: com.netflix.dyno.connectionpool.exception.FatalConnectionException: FatalConnectionException: [host=Host [hostname=ec2-35-171-6-221.compute-1.amazonaws.com, ipAddress=100.77.84.38, port=8102, rack: us-east-1e, datacenter: us-east-1, status: Up, hashtag=null], latency=0(0), attempts=1]redis.clients.jedis.exceptions.JedisDataException: ERR Dynomite: Failed to achieve Quorum` A "failed to achieve quorum" error ultimately...

bug

This change adds "wrongKeyReturned" as a metric and increments it everytime we see it in action. This change was added as we noticed some of these error messages in the...

This change adds "wrongKeyReturned" as a metric and increments it everytime we see it in action. This change was added as we noticed some of these error messages in the...