yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.69k stars 1.04k forks source link

[DocDB] ScheduleRemoveIntents runs before Tablet Peer starts up causes intents to pile up #21831

Open hari90 opened 3 months ago

hari90 commented 3 months ago

Jira Link: DB-10733

Description

ScheduleRemoveIntents runs before Tablet Peer starts up causes intents to pile up, which can lead to slower queries.

W0331 01:50:23.528440 77117 remove_intents_task.cc:57] Remove intents task failed: Aborted (yb/tablet/tablet_peer.cc:1406): Thread pool not ready

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

bmatican commented 3 months ago

Strange, something must have broken over time, as some quick GH search for the warning shows this archaic issue, suggesting this case should be covered... https://github.com/yugabyte/yugabyte-db/issues/796 cc @spolitov