requestShardID int32,
requestRangeID int64,
rowType, ok := conflictRecord["type"].(*int)
if !ok || rowType == nil {
// This can happen on ScyllaDB.
return nil
}
return nil
}
if actualRangeID != requestRangeID {
return &p.ShardOwnershipLostError{
ShardID: requestShardID,