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
We currently have a TODO in Step to add an assertion that stepping is
only done on the RootTxn which references a now-closed issue. I did
a little bit archeology, and in bd255e5
we consciously removed the assertion like this since stepping on
a LeafTxn should be no-op, should just work, and is actually needed
behavior for internal executors when they run on remote nodes as part of
DistSQL plan. (In connExecutor we currently unconditionally Step the txn
on the main query path.) Thus I don't think we want to implement the
TODO and should just remove it.
Release note: None
0 commit comments