Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ tryWait
Method
tryWait
src/Common/ShellCommand.cpp:330–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
};
329
330
int ShellCommand::tryWait()
331
{
332
return tryWaitImpl(true).retcode;
333
}
334
335
ShellCommand::tryWaitResult ShellCommand::tryWaitImpl(bool blocking, bool check_exit_status)
336
{
Callers
15
executeScript
Function · 0.45
waitMutationToFinishOnReplicas
Method · 0.45
startupImpl
Method · 0.45
tryWaitForReplicaToProcessLogEntry
Method · 0.45
waitForProcessingQueue
Method · 0.45
popConsumer
Method · 0.45
delayInsertOrThrowIfNeeded
Method · 0.45
delayMutationOrThrowIfNeeded
Method · 0.45
waitForQuorum
Method · 0.45
getLockForSyncMode
Function · 0.45
getLockForAutoMode
Function · 0.45
popConsumer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected