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
Is your feature request related to a problem? Please describe.
As per the comment: #4253 (comment), this issue will create an abstraction for RemoteSegmentStoreDirectory.init() method. Having init() method open can create issues if caller does not handle it well. RemoteDirectory (or the Store enclosing it) should be in control of calling init() internally.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As per the comment: #4253 (comment), this issue will create an abstraction for
RemoteSegmentStoreDirectory.init()
method. Havinginit()
method open can create issues if caller does not handle it well. RemoteDirectory (or the Store enclosing it) should be in control of callinginit()
internally.The text was updated successfully, but these errors were encountered: