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
When write operation completes, even with failure, it releases acquired resources.
So tablet peer should exists while operation is alive, otherwise tserver could crash when operation releases locks.
The text was updated successfully, but these errors were encountered:
…r shutdown
Summary:
When a write operation completes, even with failure, it releases acquired resources.
So the tablet peer should exist while the operation is alive, otherwise the tablet server could crash when the operation releases locks.
Fixed by adding a counter of preparing operations.
Test Plan: ybd --java-test org.yb.cql.TestIndex#testDropDuringWrite
Reviewers: bogdan, mikhail
Reviewed By: mikhail
Subscribers: bharat, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D6221
When write operation completes, even with failure, it releases acquired resources.
So tablet peer should exists while operation is alive, otherwise tserver could crash when operation releases locks.
The text was updated successfully, but these errors were encountered: