[CP] Control thread lease time for submit log thread.

This commit is contained in:
obdev
2024-02-08 07:19:15 +00:00
committed by ob-robot
parent 77513bde39
commit 97d79c5a48
18 changed files with 587 additions and 14 deletions

View File

@ -50,6 +50,11 @@ public:
public:
MockPublicLogSlidingWindow() {}
virtual ~MockPublicLogSlidingWindow() {}
virtual bool is_handle_thread_lease_expired(const int64_t thread_lease_begin_ts) const override final
{
UNUSED(thread_lease_begin_ts);
return false;
}
};
class MockLocCb : public PalfLocationCacheCb
{