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
I have a question on the thread-safety of Client.
Client has the following fields, and NamenodeConnection seems to be guarded by its reqLock.
Is it thread-safe that NamenodeConnection?
If the connection is safe, then, by adding locks to other fields, I could get a thread-safe version of Client.
(I need a thread-safe fork, this is not a PR.)
The text was updated successfully, but these errors were encountered:
I have a question on the thread-safety of Client.
Client has the following fields, and NamenodeConnection seems to be guarded by its reqLock.
Is it thread-safe that NamenodeConnection?
If the connection is safe, then, by adding locks to other fields, I could get a thread-safe version of Client.
(I need a thread-safe fork, this is not a PR.)
The text was updated successfully, but these errors were encountered: