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
On each invocation of io.kubernetes.client.apis.CustomObjectsApi#replaceNamespacedCustomObjectCall(...), a new com.squareup.okhttp.Interceptor
instance is appended, which results in every growing interceptor list, which eventually leads to StackOverflowError.
This problem exists in all methods in CustomObjectsApi class which include the following code snippet:
On each invocation of
io.kubernetes.client.apis.CustomObjectsApi#replaceNamespacedCustomObjectCall(...)
, a newcom.squareup.okhttp.Interceptor
instance is appended, which results in every growing interceptor list, which eventually leads to
StackOverflowError
.This problem exists in all methods in
CustomObjectsApi
class which include the following code snippet:The text was updated successfully, but these errors were encountered: