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
This check is racy in both directions:
- we can check "too early", in that an asynchronous
`collectTableStats` might still be holding a reference
- we can check "too late", in that cleanup of the obsolete table has
already happened
Since object cleanup is not the main point of this test, this commit
removes this check altogether.
Fixescockroachdb#3043
This check is racy in both directions:
- we can check "too early", in that an asynchronous
`collectTableStats` might still be holding a reference
- we can check "too late", in that cleanup of the obsolete table has
already happened
Since object cleanup is not the main point of this test, this commit
removes this check altogether.
Fixes#3043
The text was updated successfully, but these errors were encountered: