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
[#27677] docdb: Support lock_timeout for object locks
Summary:
Added support for lock_timeout for object locks. When taking table-level locks (like LOCK TABLE), the command will now respect the timeout setting and return an error if it can’t get the lock in time.
Note: Right now, only table-level locks support lock_timeout. Row-level locks are not yet covered.
Jira: DB-17276
Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_object_locks-test --gtest_filter PgObjectLocksTest.VerifyLockTimeout
Reviewers: bkolagani
Reviewed By: bkolagani
Subscribers: rthallam, ybase, yql
Differential Revision: https://phorge.dev.yugabyte.com/D47331
0 commit comments