Closed
Description
What's happening: TracingPullLeaseManager::StartLeaseLoop -> DefaultPullLeaseManager::StartLeaseLoop -> DefaultPullLeaseManager::ExtendLeaseLoop
What should happen: TracingPullLeaseManager::StartLeaseLoop -> DefaultPullLeaseManager::StartLeaseLoop -> TracingPullLeaseManager::ExtendLeaseLoop -> DefaultPullLeaseManager::ExtendLeaseLoop
I need to refactor this so it is like the streaming pull, the StartLeaseLoop will be a public interface and the ExtendLeaseLoop will be part of a nested class.
Activity
alevenberg commentedon Apr 23, 2024
The work is broken up into 4 parts: