Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] Decrease log spew when read committed isolation is used #15952

Closed
pkj415 opened this issue Feb 2, 2023 · 0 comments
Closed

[YSQL] Decrease log spew when read committed isolation is used #15952

pkj415 opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@pkj415
Copy link
Contributor

pkj415 commented Feb 2, 2023

Jira Link: DB-5363

Description

The following Postgres log line is emitted on each new statement in read committed isolation in YSQL -

2023-02-01 08:42:05.661 UTC [890077] LOG:  Resetting read point for statement in Read Committed txn

Decrease the verbosity of this log line. Also, reduce any other log spew when this isolation level is used.

@pkj415 pkj415 added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Feb 2, 2023
@pkj415 pkj415 self-assigned this Feb 2, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Feb 2, 2023
pkj415 added a commit that referenced this issue Feb 6, 2023
…ted isolation level codepath

Test Plan: Jenkins

Reviewers: yguan

Reviewed By: yguan

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D22755
@yugabyte-ci yugabyte-ci removed the status/awaiting-triage Issue awaiting triage label Feb 22, 2023
pkj415 added a commit that referenced this issue Feb 28, 2023
… in read committed isolation level codepath

Summary: Original commit: dd239e4 / D22755

Test Plan: Jenkins

Reviewers: mihnea, yguan

Reviewed By: mihnea, yguan

Subscribers: mihnea, yql

Differential Revision: https://phabricator.dev.yugabyte.com/D22776
@yugabyte-ci yugabyte-ci assigned vitroth and unassigned pkj415 Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants