Skip to content

Commit

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

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.

After this change is merged, I will be monitoring the CI runs to see if
the error rate improves. If not, I'll revert this change.


[AB#7819](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/7819)
  • Loading branch information
kian-thompson authored May 17, 2024
1 parent 22b5db1 commit 1de3375
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 @@ -39,7 +39,8 @@
},
"tinylicious": {
"configurations": {
"Fluid.Summarizer.PendingOpsRetryDelayMs": [true, false]
"Fluid.Summarizer.PendingOpsRetryDelayMs": [true, false],
"Fluid.Container.ForceWriteConnection": [true, false]
}
}
},
Expand Down

0 comments on commit 1de3375

Please sign in to comment.