[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md to mention limbo resolution throttling #2864

Merged
merged 3 commits into from
Apr 6, 2020

Conversation

dconeybe
Copy link
Contributor
@dconeybe dconeybe commented Apr 3, 2020

This change to the change log was forgotten in the PR that added throttling: #2790

This change to the change log was forgotten in the PR that added throttling: #2790
@dconeybe
Copy link
Contributor Author
dconeybe commented Apr 3, 2020

/retest

@@ -1,4 +1,9 @@
# Unreleased
- [changed] Limbo resolution now attempts to resolve a maximum of 100 documents
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelogs are hard. They end up in our release notes: https://firebase.google.com/support/release-notes/js so they should be comprehensible by our end users.

This note has some problems:

  • "Limbo resolution" is not an end-user concept we've documented.
  • There's too much detail ("resource exhausted", 15,000)
  • It links to the PR and the issue we're fixing, when one is sufficient

So the way to write this is to think about what we're doing on users' behalf when performing limbo resolution. At a high level we're "resolving cache inconsistencies" or "resolving inconsistencies in the local cache".

How about:

Firestore now limits the number of concurrent document lookups it will perform when resolving inconsistencies in the local cache (#2683).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I like how you said the same thing with 50% fewer words :)

@wilhuff wilhuff assigned dconeybe and unassigned wilhuff Apr 3, 2020
@google-oss-bot
Copy link
Contributor
google-oss-bot commented Apr 3, 2020

Binary Size Report

Affected SDKs

SDKTypeBase (437c404)Head (07cf3d8)Diff
Metric Unit: byte

Test Logs

Copy link
Contributor
@wilhuff wilhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dconeybe dconeybe merged commit 5b90965 into master Apr 6, 2020
@dconeybe dconeybe deleted the dconeybe/LimboThrottlingChangeLog branch April 6, 2020 13:18
@firebase firebase locked and limited conversation to collaborators May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants