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
Reuse the destination clients across replication entries
A queue processor built a new ClientManager for every entry it
replicated, and another one each time a retry moved to the next host.
Each of them was left behind with its credentials cache, its keepAlive
agents and the sweep timer holding it, so a role was assumed again for
every single object.
Hold them on the queue processor, keyed by destination host and role, the
way the copy location tasks already share theirs, and release them on
shutdown. They assume their role on the destination STS, so they cannot
share the cache the copy location tasks read their sources with.
Issue: BB-877
0 commit comments