You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Technically, `NUM_GROUPS` is lower (128) than the upper bound for the
208
213
// `AllocationGroupId::register` call itself (253), so we can hardcode `NUM_GROUPS` here knowing
209
214
// it's the lower of the two values and will trigger first.. but this may not always be true.
210
-
info!("Maximum number of registrable allocation group IDs reached ({}). Allocations for component '{}' will be attributed to the root allocation group.",NUM_GROUPS, component_id);
215
+
warn!("Maximum number of registrable allocation group IDs reached ({}). Allocations for component '{}' will be attributed to the root allocation group.",NUM_GROUPS, component_id);
0 commit comments