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

[Bug]: mo_transactions and mo_locks break tenant isolation #15972

Open
1 task done
aylei opened this issue May 10, 2024 · 0 comments
Open
1 task done

[Bug]: mo_transactions and mo_locks break tenant isolation #15972

aylei opened this issue May 10, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working needs-triage severity/s1 High impact: Logical errors or data errors that must occur
Milestone

Comments

@aylei
Copy link
Contributor

aylei commented May 10, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

2eeef92

Other Environment Information

- Hardware parameters: 
- OS type:
- Others:

Actual Behavior

> select * from mo_catalog.mo_transactions;
....
> select * from mo_catalog.mo_locks;
....

The above SQLs will return all locks and transactions among all accounts, which break multi-tenant isolation.

Expected Behavior

No response

Steps to Reproduce

Tenant should only see its own locks and txns.

Additional information

No response

@aylei aylei added kind/bug Something isn't working needs-triage labels May 10, 2024
@matrix-meow matrix-meow added this to the 1.2.0 milestone May 10, 2024
@daviszhen daviszhen assigned daviszhen and unassigned matrix-meow May 10, 2024
@daviszhen daviszhen added the severity/s1 High impact: Logical errors or data errors that must occur label May 10, 2024
@aylei aylei modified the milestones: 1.2.0, 1.2.1 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs-triage severity/s1 High impact: Logical errors or data errors that must occur
Projects
None yet
Development

No branches or pull requests

3 participants