-
Notifications
You must be signed in to change notification settings - Fork 907
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
Hanging query follow up #7771
Hanging query follow up #7771
Conversation
🦋 Changeset detectedLatest commit: 3954ea2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…/firebase-js-sdk into markduckworth/ais-hanging-query
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (189,632 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
…kduckworth/ais-hanging-query
@MarkDuckworth Is there a GitHub Issue or Buganizer ticket that is canonically tracking the bug that this PR fixes? |
Any ETA on release? Thanks |
@tgangso We don't typically make any promises about release dates, but I'd expect this release before the end of the month (i.e. by Nov 30, 2023). |
I noticed the comment in #6118 mentioning this does not fix the issue completely. Commenting is closed in that case, so I will add a comment here. Been stuck on firebase v8 for very long now because of this issue, and just want to comment that version 8 does not have this issue, if that helps. Any version 9 or newer has the issue. |
I have tested the latest version 10.7.0 with this fix and unfortunately the issue #7652 still happens and the query still hang. @MarkDuckworth |
@tgangso, There was a false negative when validating the fix for #6118 in 10.7.0. That lead to the comment you are referring to. After additional review, the testing shows that the memory issue is fixed in 10.7.0. See the updated comment #6118 (comment) |
@thomasdao, I'm no longer able to run the reproduction you initially provided. Can you enable debug logging for the SDK ( I recommend reopening your issue #7652 if you believe the issue is not fixed. Logs can send in a comment, gist, or with a Firebase Support Case. |
Hi @MarkDuckworth, I thought you have cloned the data so I disabled the access to my Firestore database. I have re-enabled the access, please try again. When I tried with the new version 10.7.0, I saw the error below in the console, and the query still hangs. The issue #7652 on Github has been locked and I can't reopen from my side.
|
Thanks for re-enabling access for your test project. I ran the code today and saw the error message you reported followed by a message with the error code
Code |
Hi @MarkDuckworth, I run the test project again and still see the error I did not see the error When I changed to the older version of Firebase (10.6.0), the query completes quickly. |
@thomasdao, can you open a new bug? From what I can tell from the log message you provided, this is not the same issue as the hanging query issue that was fixed in 10.5.2. We made your issue #7652 the primary report for that issue because you provided a reproduction. Given that we're currently not seeing the same behavior as you on your repro with 10.7.0, can you provide complete SDK logs from your application during your reproduction? Those can be sent securely by contacting support at https://firebase.google.com/support/troubleshooter/contact |
AIs for hanging query issue.
Implements b/308456881 and b/308456686
Fixes #6118