You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please also add comparison with timestamp and user flags, i.e. if client-provided timestamp/user-flags doesn't match one on the disk, return error.
Timestamp comparison can include relation operator, for example, if on-disk timestamp is newer than that in client request, read returns special error.
shaitan
changed the title
New "read" that checks checksum provided by client
API: New "read" that checks checksum provided by client
May 18, 2015
Problem
When client reads data by chunks it can get useless garbage in case if:
New features
It allows to escape sending garbage to clients and makes switching between replicas safer.
The text was updated successfully, but these errors were encountered: