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
Summary:
Batcher::ProcessRpcStatus performs a sanity check, that batcher is in the correct state - kTransactionReady.
But this check is done outside of the lock, while `state_` should be accessed only while holding the mutex.
Fixed it, and replaced CHECK_EQ with LOG(DFATAL).
Test Plan: Jenkins
Reviewers: bogdan, amitanand, timur, mikhail
Reviewed By: mikhail
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7548
Happens in org.yb.cql.TestAuthorizationEnforcement#testDropIndexWithAlterTablePermission
https://gist.githubusercontent.com/mbautin/f16b1edf47f808d0a24947335920ac75/raw
Full log: https://gist.githubusercontent.com/mbautin/ef229d8b8a65e1e792fcecd32f90e1c3/raw
The text was updated successfully, but these errors were encountered: