-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Reduce CacheImpl lock contention #5973
Milestone
Comments
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 1, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 1, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 7, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 8, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
May 8, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
manusa
pushed a commit
to shawkins/kubernetes-client
that referenced
this issue
May 9, 2024
closes: fabric8io#5973 Signed-off-by: Steve Hawkins <[email protected]>
manusa
pushed a commit
that referenced
this issue
May 9, 2024
Reduce CacheImpl lock contention --- Add BasicItemStoreTest --- Expand CacheTest --- Back to the future - fix copyright year --- fix: reduce the locking of methods reading indexes closes: #5973 Signed-off-by: Steve Hawkins <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #5699
When io.fabric8.kubernetes.client.informers.cache.Lister#list is used with a namespace under heavy concurrent load, the CacheImpl#byIndex becomes a performance bottleneck due to synchronized method contention.
The text was updated successfully, but these errors were encountered: