cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

sql: add locking to sql/row/kv_batch_fetcher.go trace message

Open michae2 opened this issue 1 year ago • 2 comments

In sql/row/kv_batch_fetcher.go there are trace messages that print the Scan or Get operation. We should add locking information to these for better observability of SELECT FOR UPDATE and other locking statements.

Jira issue: CRDB-33843

Epic CRDB-34172

michae2 avatar Nov 22 '23 23:11 michae2