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

shared_token_bucket: resolve FIXME #2308

Conversation

pwrobelse
Copy link
Contributor

The specialization of 'struct rovers' for 'capped_release::no'
does not support 'release()' member function. If it was called,
it would call abort().

This change resolves FIXME that demanded this member function
to not be compiled. Usage of '= delete' was introduced to break the
compilation if the user tries to use release().

The specialization of 'struct rovers' for 'capped_release::no'
does not support 'release()' member function. If it was called,
it would call abort().

This change resolves FIXME that demanded this member function to
not be compiled. Usage of '= delete' was introduced to break the
compilation if the user tries to use release().

Signed-off-by: Patryk Wrobel <[email protected]>
@pwrobelse pwrobelse marked this pull request as ready for review June 28, 2024 09:26
@pwrobelse pwrobelse requested a review from xemul June 28, 2024 09:32
@xemul xemul closed this in 0244a45 Jun 28, 2024
ptrsmrn pushed a commit to ptrsmrn/seastar that referenced this pull request Jul 17, 2024
The specialization of 'struct rovers' for 'capped_release::no'
does not support 'release()' member function. If it was called,
it would call abort().

This change resolves FIXME that demanded this member function to
not be compiled. Usage of '= delete' was introduced to break the
compilation if the user tries to use release().

Signed-off-by: Patryk Wrobel <[email protected]>

Closes scylladb#2308
lovio pushed a commit to lovio/seastar that referenced this pull request Aug 30, 2024
The specialization of 'struct rovers' for 'capped_release::no'
does not support 'release()' member function. If it was called,
it would call abort().

This change resolves FIXME that demanded this member function to
not be compiled. Usage of '= delete' was introduced to break the
compilation if the user tries to use release().

Signed-off-by: Patryk Wrobel <[email protected]>

Closes scylladb#2308
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

Successfully merging this pull request may close these issues.

1 participant