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

fix(ui): Demote aggregation target not found log to TRACE level #4654

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

zecakeh
Copy link
Collaborator

@zecakeh zecakeh commented Feb 11, 2025

We encountered this warning a lot in the logs after upgrading the SDK today. This comes from #4576.

My understanding is that this path is expected if the target event is not yet in the timeline, which can happen often when paginating backwards, so it's nothing to warn about.

cc @bnjbvr

We encountered this warning a lot in the logs after upgrading the SDK today.

My understanding is that this path is expected if the event is not yet in the timeline, so it's nothing to warn about.

Signed-off-by: Kévin Commaille <[email protected]>
@zecakeh zecakeh requested a review from a team as a code owner February 11, 2025 14:17
@zecakeh zecakeh requested review from Hywan and removed request for a team February 11, 2025 14:17
Copy link
Member

@Hywan Hywan left a comment

Choose a reason for hiding this comment

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

I am okay with this change, but a review from @bnjbvr would be welcomed too.

Copy link
Member

@bnjbvr bnjbvr left a comment

Choose a reason for hiding this comment

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

Yeah, this would happen every time we have an aggregation but not the item it relates to; we can demote this for the time being, and see if it's a problem in our future rageshakes 👍

@bnjbvr bnjbvr enabled auto-merge (rebase) February 11, 2025 14:22
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.68%. Comparing base (69588d5) to head (38e2e43).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4654   +/-   ##
=======================================
  Coverage   85.68%   85.68%           
=======================================
  Files         292      292           
  Lines       33570    33570           
=======================================
  Hits        28763    28763           
  Misses       4807     4807           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bnjbvr bnjbvr merged commit 654885a into matrix-org:main Feb 11, 2025
41 checks passed
@zecakeh zecakeh deleted the aggregations-not-warn branch February 11, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants