dynomite icon indicating copy to clipboard operation
dynomite copied to clipboard

A generic dynamo implementation for different k-v storage engines

Results 118 dynomite issues
Sort by recently updated
recently updated
newest added

Hi, Current setup is 2 DC, 1 rack with 1 node each. We are using 0.6.15 and we started noticing the following issue when there is a spike in activity...

Fixes the issue with payloads which exceed the size of a single MBUF causing dynomite server to crash. We now return DYNOMITE_PAYLOAD_TOO_LARGE with an exception back to the client.

``` dyn_entropy_rcv.c:103:20: error: invalid operands to binary expression ('char [buffer_size]' and 'unsigned int') numberOfKeys = ntohl(buff); ^~~~~~~~~~~ /usr/include/netinet/in.h:121:18: note: expanded from macro 'ntohl' #define ntohl(x) __ntohl(x) ^~~~~~~~~~ /usr/include/machine/endian.h:71:28: note: expanded...

This superseeds https://github.com/Netflix/dynomite/pull/576 as I cannot push to the original feature branch. @axelfauvel if you are not ok with this, can you please merge the current state of dynomite in...

This pull request aims to fix resource leak: https://cwe.mitre.org/data/definitions/772.html

Jedis jedis = new Jedis(r.getAddr(), r.getPort()); jedis.select(1); error: redis_parse_req:1583 parsed unsupported command 'SELECT'

hello, We use Dynomite here but we don't see any major upgrade since 2019 (except one little bugfix this january) Netflix use another technologies than Dynomite with Redis ? what...

This pull request aims to fix null pointer dereference. [Null pointer dereference](https://cwe.mitre.org/data/definitions/476.html)

https://github.com/Netflix/dynomite/blob/b56cf6a0e51a3c1941359da44af9e432c64b2f90/src/dynomite.c#L151 Good afternoon. I noticed that your code uses umask (0) with calls to open files without setting permissions. then your program will work with files with wide enough permissions...