forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.0.0.rc-1.0] fix(directory): Fallback to previous subdirectory orde…
…ring on mismatch (microsoft#19539) ## Description Relaxes a consistency assert in SharedDirectory's subdirectory ordering scheme. This was a recent feature implemented in microsoft#17816. Production telemetry shows hits for this assert which we don't yet understand. However, nobody yet relies on correctness of subdirectory ordering, so falling back to previous behavior while we root cause is a relatively safe course of action. Since we haven't been able to reproduce this failure mode using unit tests even after scrutiny, this also adds a telemetry log (once per module load) with some basic statistics about the mismatch. Cherry-pick of microsoft#19536 Co-authored-by: Abram Sanderson <[email protected]>
- Loading branch information
Showing
1 changed file
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters