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 #116170 we added span.MakeSplitterForSideEffect which does not
perform a column-family-skipping optimization. We were using this for
locking lookup joins of multi-column-family tables, but forgot to use it
in locking scans, locking index joins, and other places that could be
performing a locked read of a multi-column-family table.
This did not really matter until the previous commit, which made it more
likely that we would use one of these other operations with locking on a
multi-column-family table.
Informs: #116838
Release note: None
0 commit comments