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
Is there an existing issue for the same feature request?
I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
Lock table command.
Describe implementation you've considered
When write txn in binding stage, it add ref-count in table_entry by 1 if table if not locked. or rollback that txn.
When lock table command is execute, it will wait ref-count of that table to be 1.
When the write txn is committed, ref-count is decreased by1.
Documentation, adoption, use case
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
### What problem does this PR solve?
Add lock table command.
Linked issue: #1813
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
No response
Describe the feature you'd like
Lock table command.
Describe implementation you've considered
When write txn in binding stage, it add ref-count in table_entry by 1 if table if not locked. or rollback that txn.
When lock table command is execute, it will wait ref-count of that table to be 1.
When the write txn is committed, ref-count is decreased by1.
Documentation, adoption, use case
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: