439
}
440
442
>
tag.UserDataVersion(response.UserData.GetVersion()),
443
>
tag.Int64("expected-user-data-version", m.userData.GetVersion()),
444
>
tag.Timestamp(hybrid_logical_clock.UTC(response.UserData.GetData().GetClock())),
445
>
tag.Time("expected-user-data-timestamp", hybrid_logical_clock.UTC(m.userData.GetData().GetClock())),
446
>
}
447
>
448
>
if response.UserData.GetVersion() < m.userData.GetVersion() {
449
// We have newer data in memory than the db. This should only happen if the database
450
// went back in time. We should unload and start over.