Home
last modified time | relevance | path

Searched refs:canAcceptShardedCommands (Results 1 – 9 of 9) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dflush_routing_table_cache_updates_command.cpp110 uassertStatusOK(shardingState->canAcceptShardedCommands()); in run()
H A Dsharding_state.h110 Status canAcceptShardedCommands() const;
H A Dsplit_chunk_command.cpp101 uassertStatusOK(ShardingState::get(opCtx)->canAcceptShardedCommands()); in errmsgRun()
H A Dmove_chunk_command.cpp125 uassertStatusOK(shardingState->canAcceptShardedCommands()); in run()
H A Dmigration_destination_manager_legacy_commands.cpp95 uassertStatusOK(shardingState->canAcceptShardedCommands()); in errmsgRun()
H A Dset_shard_version_command.cpp101 uassertStatusOK(shardingState->canAcceptShardedCommands()); in errmsgRun()
H A Dmerge_chunks_command.cpp368 uassertStatusOK(ShardingState::get(opCtx)->canAcceptShardedCommands()); in errmsgRun()
H A Dsharding_state.cpp136 Status ShardingState::canAcceptShardedCommands() const { in canAcceptShardedCommands() function in mongo::ShardingState
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dservice_entry_point_mongod.cpp734 uassertStatusOK(shardingState->canAcceptShardedCommands()); in execCommandDatabase()