Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

Read-repair enabled messages should update read/write metrics correctly #741

Closed smukil closed 5 years ago

smukil commented 5 years ago

The rewritten messages all got tracked as write messages since we didn't adopt the 'is_read' parameter from the original 'msg' object.

Confirmed that reads/writes are correct with this patch.