IgGusev commented on code in PR #6849: URL: https://github.com/apache/ignite-3/pull/6849#discussion_r2472274195
########## docs/_docs/administrators-guide/metrics/system-views.adoc: ########## @@ -94,16 +181,27 @@ A node system view that lists the currently active locks. [width="100%", cols="15%a, 15%a, 60%a",opts="header"] |======= |Column |Data Type| Description + | OWNING_NODE_ID | STRING | The ID of the node that owns the lock. -| TX_ID | STRING | The ID of the transaction that created the lock. +| TRANSACTION_ID | STRING | The ID of the transaction that created the lock. | OBJECT_ID | STRING | The ID of the locked object. -| MODE | STRING a| The link:https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211885498#IEP91:Transactionprotocol-Lockingmodel[lock mode]. Possible values are: +| LOCK_MODE | STRING a| The link:https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211885498#IEP91:Transactionprotocol-Lockingmodel[lock mode]. Possible values are: + +* IS - intention shared lock +* S- shared lock +* IX - intention exclusive lock +* SIX - shared intention exclusive lock +* X - exclusive lock + +| TX_ID | STRING | *Deprecated*. The ID of the transaction that created the lock. +| MODE | STRING a| *Deprecated*. The link:https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211885498#IEP91:Transactionprotocol-Lockingmodel[lock mode]. Possible values are: * IS - intention shared lock -* S - shared lock +* S- shared lock Review Comment: Yes, thank you. Added, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
