MCPcopy Create free account
hub / github.com/ByConity/ByConity / triggerTask

Method triggerTask

src/Storages/MergeTree/BackgroundJobsExecutor.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void IBackgroundJobExecutor::triggerTask()
228{
229 std::lock_guard lock(scheduling_task_mutex);
230 if (scheduling_task)
231 runTaskWithoutDelay();
232}
233
234void IBackgroundJobExecutor::backgroundTaskFunction()
235try

Callers 9

onActionLockRemoveMethod · 0.80
startMutationMethod · 0.80
killMutationMethod · 0.80
onActionLockRemoveMethod · 0.80
pullLogsToQueueMethod · 0.80
updateMutationsMethod · 0.80
removeMutationMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected