Skip to content

Commit

Permalink
[Port rc.3.0] [Service load test] Force some connections to be write …
Browse files Browse the repository at this point in the history
…mode for Tinyl… (#21190)

We are seeing a large number of "OpRoundtripTime" errors for Tinylicious
runs, largely caused by replaying ops at the beginning of the run.
Forcing some of these 120 clients to be in write mode from the start
should help alleviate some of the load.

#21136
  • Loading branch information
kian-thompson authored May 21, 2024
1 parent b9711c0 commit f46ef84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/test/test-service-load/testConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"configurations": {
"Fluid.Summarizer.ValidateSummaryBeforeUpload": [true, false],
"Fluid.Summarizer.UseDynamicRetries": [true, false],
"Fluid.Summarizer.PendingOpsRetryDelayMs": [true, false]
"Fluid.Summarizer.PendingOpsRetryDelayMs": [true, false],
"Fluid.Container.ForceWriteConnection": [true, false]
}
}
},
Expand Down

0 comments on commit f46ef84

Please sign in to comment.