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:
When a restart is required inside Executor::ProcessTnodeResults(), the current ExecContext and
the children TnodeContext have been reset. It should return immeidately and avoid accessing those
contexts to avoid ASAN issue.
Test Plan: Run org.yb.cql.TestReturnsClause#testBatchDMLWithUniqueIndex Java test in ASAN mode for 100 times
Reviewers: mihnea, mikhail, sergei
Reviewed By: mikhail, sergei
Subscribers: yql
Differential Revision: https://phabricator.dev.yugabyte.com/D6365
ybd asan --java-test org.yb.cql.TestReturnsClause#testBatchDMLWithUniqueIndex
https://gist.githubusercontent.com/mbautin/b8879d1af42671a7ad67d89d76097163/raw
The text was updated successfully, but these errors were encountered: