Files
scylladb/service
Gleb Natapov 396570b002 storage_proxy: fix digest_request_resolve completion reporting
Digest resolver is broken in a way that prevents read completion to
be reported if data arrives after enough digests for cl were already
received. This happens because the code tried to save on a state and
used _cl_responses as an indicator that completion was reported already,
but this is incorrect since there can be enough responses for cl, but no
data yet. Fix by introducing special state to track completion reporting.

Fixes #331
2015-09-10 15:46:15 +03:00
..