You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: