-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Execution Team 2024-08-19, Execution Team 2024-09-02
This leads to two issues:
- The config fuzzer unconditionally sets concurrent transaction tickets here, but this disables throughput probing here. We should only set concurrent transactions if the algorithm is "fixedConcurrentTransactions".
- throughputProbing[...] parameters get set regardless of the storageEngineConcurrencyAdjustmentAlgorithm. We want to ensure that these parameters only get set when the storageEngineConcurrencyAdjustmentAlgorithm == throughputProbing.
- mentioned in
-
Page Loading...