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

manage acl evaluation context for concurrent operations #2885

Open
389-ds-bot opened this issue Sep 13, 2020 · 3 comments
Open

manage acl evaluation context for concurrent operations #2885

389-ds-bot opened this issue Sep 13, 2020 · 3 comments
Labels
complex Fix is complex
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/49826


In ticket 49780 a problem with the acl evaluation context in the connection exrtension is handled. It addresses a crash, but there is a more general problem with the use of the evaluation context in the connection if operations are not serialized and especially if there is one or more geteffective right operation.

We need to investigate how to manage this, either by enforcing serialization if GER is in place or by invalidating the eval context inthe connection so that no other thread will incorrectly use it or ....

We should also investigate how much benefit we really have from using the evaluation context in the connection or if we can abandon it

@389-ds-bot 389-ds-bot added the complex Fix is complex label Sep 13, 2020
@389-ds-bot 389-ds-bot added this to the 1.4.5 milestone Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2018-07-05 17:19:52

Metadata Update from @mreynolds389:

  • Custom field component adjusted to None
  • Custom field origin adjusted to None
  • Custom field reviewstatus adjusted to None
  • Custom field type adjusted to None
  • Custom field version adjusted to None
  • Issue set to the milestone: 1.4.0

@389-ds-bot
Copy link
Author

Comment from vashirov (@vashirov) at 2020-02-19 16:10:29

Metadata Update from @vashirov:

  • Issue priority set to: normal
  • Issue set to the milestone: FUTURE (was: 1.4.0)

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2020-05-06 16:22:11

Metadata Update from @mreynolds389:

  • Issue set to the milestone: 1.4.5 (was: FUTURE)
  • Issue tagged with: Complex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complex Fix is complex
Projects
None yet
Development

No branches or pull requests

1 participant