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
25.2 was going to use the sql writer by default. But #146117 requires us
to roll back #143100, which means the sql writer no longer implements
LWW correctly in the presence of tombstones.
This also includes a change to fix the cput origin time validation. If
the cput is allowed to include origin time in the batch header and the
cput request iff the times match. This behavior will be required by the
sql writer to fix tombstone handling.
This removes the version check in `getWriterType` since the SQL writer
no longer changes it behavior based on the version of the KV server.
Release note: none
Part of: #146117
Informs: #146217
0 commit comments