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
In this issue we want to add a per-disk feature flag for these clients, and implement a mechanism to copy the data buffer on our side before sending requests to replicas
The text was updated successfully, but these errors were encountered:
WilyTiger
changed the title
Add the ability to enable a copy buffer for write requests before sending them to replicas
[NBS] Add the ability to enable a copy buffer for write requests before sending them to replicas
Nov 5, 2024
WilyTiger
changed the title
[NBS] Add the ability to enable a copy buffer for write requests before sending them to replicas
[NBS] Add the ability to enable a buffer copying for write requests before sending them to replicas
Nov 5, 2024
Some users may modify the data buffer after a write request is sent, which can lead to inconsistent data across replicas. We can easily reproduce it with this tool https://github.com/ydb-platform/nbs/tree/main/cloud/blockstore/tools/testing/bad-guest
In this issue we want to add a per-disk feature flag for these clients, and implement a mechanism to copy the data buffer on our side before sending requests to replicas
The text was updated successfully, but these errors were encountered: