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

Certain select operations deplete FS ID pool #345

Closed
reckart opened this issue Sep 17, 2023 · 0 comments
Closed

Certain select operations deplete FS ID pool #345

reckart opened this issue Sep 17, 2023 · 0 comments
Assignees
Labels
🦟 Bug Something isn't working
Milestone

Comments

@reckart
Copy link
Member

reckart commented Sep 17, 2023

Describe the bug
Certain operations of the SelectFS framework create temporary annotation, e.g. when using the covering operation based on offsets. These operations create a temporary annotation which gets an ID from the ID pool. Thus, repeating this operation many times can eventually deplete the ID pool.

Expected behavior
Read-only operations should not have a side-effect of depleting the ID pool - even if an internal temporary annotation is created to facilitate the operation.

Please complete the following information:

  • Version: 3.5.0
@reckart reckart added the 🦟 Bug Something isn't working label Sep 17, 2023
@reckart reckart added this to the 3.5.0 milestone Sep 17, 2023
@reckart reckart self-assigned this Sep 17, 2023
reckart added a commit that referenced this issue Sep 20, 2023
- Introduce an internal flag and guard to temporarily disable ID assignment to annotatons while creating temporary annotations.
reckart added a commit that referenced this issue Sep 20, 2023
- Create a special way of creating marker annotations that do not get an ID
reckart added a commit that referenced this issue Sep 25, 2023
…ons-deplete-FS-ID-pool

Issue #345: Certain select operations deplete FS ID pool
@reckart reckart closed this as completed Sep 25, 2023
reckart added a commit to inception-project/inception that referenced this issue Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦟 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant