Fix unexpected EAGAIN yield from autoinc service

This commit is contained in:
Hongqin-Li
2022-12-12 07:11:36 +00:00
committed by ob-robot
parent b00f22171f
commit 8445ee9e28
2 changed files with 6 additions and 3 deletions

View File

@ -85,7 +85,6 @@ private:
private:
static const int64_t PREFETCH_THRESHOLD = 4;
static const int64_t RETRY_INTERVAL = 100 * 1000L; // 100ms
static const int64_t RETRY_TIMES_LIMIT = 10;
lib::ObMutex mutex_;
common::ObTabletID tablet_id_;
uint64_t next_value_;