subscriptionsPerFabric
in basic cluster has incorrect values
#19535
Labels
cert blocker
Interaction Model Work
p1
priority 1 work
spec
Mismatch between spec and implementation
V1.0
Problem
Reading out
subscriptionsPerFabric
gives a really large number (which might be accurate on heap-based platforms anyways), but looked suspicious.Looks like the logic is off in
InteractionModelEngine::GetMinSubscriptionsPerFabric()
:That should be
kReservedHandlersForRead
, not paths.Also,
GetReadHandlerPoolCapacity
is not quite handling heap-based platforms today, resulting in an advertised number lower than the capability of the platform.The text was updated successfully, but these errors were encountered: