-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Policy evaluation can take too long and cause the consumer thread to be kicked out of the consumer group #529
Labels
component/api-server
defect
Something isn't working
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
performance
Comments
Might be able to address this with #405 |
Related PRs already merged: |
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
May 10, 2023
This is a temporary solution until we have policy evaluation in a state where it cannot block the Kafka consumer thread for too long anymore. Relates to DependencyTrack/hyades#529 Signed-off-by: nscuro <nscuro@protonmail.com>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
May 10, 2023
This is a temporary solution until we have policy evaluation in a state where it cannot block the Kafka consumer thread for too long anymore. Relates to DependencyTrack/hyades#529 Signed-off-by: nscuro <nscuro@protonmail.com>
1 task
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
May 10, 2023
This is a temporary solution until we have policy evaluation in a state where it cannot block the Kafka consumer thread for too long anymore. Relates to DependencyTrack/hyades#529 Signed-off-by: nscuro <nscuro@protonmail.com>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
May 11, 2023
This is a temporary solution until we have policy evaluation in a state where it cannot block the Kafka consumer thread for too long anymore. Relates to DependencyTrack/hyades#529 Signed-off-by: nscuro <nscuro@protonmail.com>
5 tasks
@nscuro will be creating a separate issue for policy evaluation since it is still a time consuming task |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/api-server
defect
Something isn't working
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
performance
We're seeing Kafka Streams consumer threads occasionally getting kicked out of the consumer group due to policy evaluation taking too long:
Followed by:
Prior to this happening, we can see the average thread process latency skyrocketing to 15-30s, which is entirely too much. It should be <= 10ms.
The text was updated successfully, but these errors were encountered: