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
2.19.3 (latest master).
I did not see FATAL in logs.
localhost:5433 yugabyte@yugabyte=# BEGIN;
BEGIN
Time: 0.612 ms
localhost:5433 yugabyte@yugabyte=#* SELECT * FROM pg_tablespace FOR SHARE;
ERROR: Read request with row mark types must be part of a transaction: OPERATION_NOT_SUPPORTED
Time: 16.896 ms
Jira Link: DB-1676
Easily get master fatal when doing row lock select on a system table.
output:
master logs:
I tried row marks UPDATE and SHARE. I tried tables pg_class and pg_tablespace.
keywords: row lock, FOR UPDATE, FOR SHARE, FOR NO KEY UPDATE, FOR KEY SHARE
The text was updated successfully, but these errors were encountered: