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

chore(proxy): demote a ton of logs for successful connection attempts #9803

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

conradludgate
Copy link
Contributor

See https://github.com/neondatabase/cloud/issues/14378

In collaboration with @cloneable and @awarus, we sifted through logs and simply demoted some logs to debug. This is not at all finished and there are more logs to review, but we ran out of time in the session we organised. In any slightly more nuanced cases, we didn't touch the log, instead leaving a TODO comment.

@conradludgate conradludgate requested a review from a team as a code owner November 19, 2024 16:21
@conradludgate conradludgate requested a review from awarus November 19, 2024 16:21
@conradludgate conradludgate force-pushed the conrad/proxy-demote-logs-on-success branch from 2b61a6e to 8e4b72d Compare November 19, 2024 16:22
@conradludgate conradludgate enabled auto-merge (squash) November 19, 2024 16:26
Copy link

github-actions bot commented Nov 19, 2024

5525 tests run: 5299 passed, 0 failed, 226 skipped (full report)


Flaky tests (1)

Postgres 17

  • test_remote_storage_backup_and_restore[False-mock_s3]: debug-x86-64

Code coverage* (full report)

  • functions: 31.4% (7932 of 25224 functions)
  • lines: 49.6% (62943 of 126938 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8e4b72d at 2024-11-20T10:25:58.518Z :recycle:

@conradludgate conradludgate merged commit 3ae0b21 into main Nov 20, 2024
78 checks passed
@conradludgate conradludgate deleted the conrad/proxy-demote-logs-on-success branch November 20, 2024 10:14
github-merge-queue bot pushed a commit that referenced this pull request Nov 20, 2024
…9828)

Follow up to #9803 

See neondatabase/cloud#14378

In collaboration with @cloneable and @awarus, we sifted through logs and
simply demoted some logs to debug. This is not at all finished and there
are more logs to review, but we ran out of time in the session we
organised. In any slightly more nuanced cases, we didn't touch the log,
instead leaving a TODO comment.

I've also slightly refactored the sql-over-http body read/length reject
code. I can split that into a separate PR. It just felt natural after I
switched to `read_body_with_limit` as we discussed during the meet.
@awarus awarus mentioned this pull request Nov 21, 2024
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