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

[PGSQL] - RLSSupportPostgresMailboxMapper should support updateACL parallel #5404

Open
vttranlina opened this issue Feb 19, 2025 · 2 comments
Assignees

Comments

@vttranlina
Copy link
Member

original apache#2644 (comment)

Dod

Pass test case: updateAclShouldWorkWellInMultiThreadEnv

@chibenwa
Copy link
Member

Can you please recall why standard PG implem passes and not RLS?

@vttranlina
Copy link
Member Author

RLS has table mailbox_member while nonRLS does not.

error

java.lang.RuntimeException: org.jooq.exception.IntegrityConstraintViolationException: SQL [insert into mailbox_member (
  user_name,
  mailbox_id
)
values (
  $1, 
  cast($2 as uuid)
)]; duplicate key value violates unique constraint "mailbox_member_pkey"

@hungphan227 explained this table for optimizing queries.

Need to investigate to understand the reason

@hungphan227 hungphan227 self-assigned this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants