-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2021.0
-
Fix Version/s: 2021.17
-
Component/s: Events / Works, Streams
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #56, nxplatform #57
-
Story Points:1
On LTS 2021 when using the StreamWorkManager the number of threads per Work queue is not taken into account the default value 4 is always used.
The number of partitions for the stream which is fixing the maximum concurrency at cluster level is also not set properly because it is set to maxThreads * nuxeo.stream.work.over.provisioning.factor, which is always 12 (4*3 by default).
The problem is related to the computation namespace NXP-28877,
it is only affecting StreamWorkManager on LTS 2021, (no problem on the Bulk Service, no problem on 10.10 ).
- is related to
-
NXP-30851 Improve KV TransientStore GC resiliency
- Resolved