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
As the first commit #25206 , ExplicitStaleness is represented for this sql is using stale read explicitly that means it has a 'as of timestamp' clause in it, so it can be false when the txn is a stale read txn.
After this commit #25156 it seems that ExplicitStaleness will be true once it is a in fact stale read. So the name IsStaleness may be betweer.
The text was updated successfully, but these errors were encountered:
As the first commit #25206 , ExplicitStaleness is represented for this sql is using stale read explicitly that means it has a 'as of timestamp' clause in it, so it can be false when the txn is a stale read txn.
After this commit #25156 it seems that ExplicitStaleness will be true once it is a in fact stale read. So the name IsStaleness may be betweer.
The text was updated successfully, but these errors were encountered: