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
isilon api client use multiprocessing.pool.Pool for async calls.
12 dummy processes are allocated and at the end are joined when the api_client object being deleted.
sometimes (not frequent) a pool thread is stuck on waiting its semaphore (lll_futex_wait wrapper).
The text was updated successfully, but these errors were encountered:
this code version generated by swagger code generator is exposed to deadlocks.
more details here - https://bugs.python.org/issue39360
isilon api client use multiprocessing.pool.Pool for async calls.
12 dummy processes are allocated and at the end are joined when the api_client object being deleted.
sometimes (not frequent) a pool thread is stuck on waiting its semaphore (lll_futex_wait wrapper).
The text was updated successfully, but these errors were encountered: