Merge pull request #10526 from sfc-gh-yajin/mark-cp-rare-1
SNOW-XXXXXX Mark a rare code probe as rare
This commit is contained in:
commit
728b847bd6
|
@ -266,7 +266,7 @@ struct ConfigureTenantImpl {
|
|||
state Optional<MetaclusterTenantMapEntry> tenantEntry = wait(tryGetTenantTransaction(tr, self->tenantName));
|
||||
|
||||
if (!tenantEntry.present()) {
|
||||
CODE_PROBE(true, "Configure tenant state for non-existent tenant");
|
||||
CODE_PROBE(true, "Configure tenant state for non-existent tenant", probe::decoration::rare);
|
||||
throw tenant_not_found();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue