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

docker: downgrade openssl to 1.1.1w #8168

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

VladLazar
Copy link
Contributor

@VladLazar VladLazar commented Jun 26, 2024

Problem

We have seen numerous segfault and memory corruption issue for clients using libpq and openssl 3.2.2. I don't know if this is a bug in openssl or libpq. Downgrading to 1.1.1w fixes the issues for the storage controller and pgbench.

Summary of Changes:

Use openssl 1.1.1w instead of 3.2.2

Problem:
We have seen numerous segfault and memory corruption issue
for clients using libpq and openssl 3.2.2. I don't know if
this is a bug in openssl or libpq.

Summary of Changes:
Use openssl 1.1.1w instead of 3.2.2
@VladLazar VladLazar requested a review from problame June 26, 2024 13:19
@VladLazar

This comment was marked as outdated.

@VladLazar VladLazar closed this Jun 26, 2024
Copy link

github-actions bot commented Jun 26, 2024

2910 tests run: 2793 passed, 0 failed, 117 skipped (full report)


Flaky tests (2)

Postgres 16

Postgres 14

Code coverage* (full report)

  • functions: 32.8% (6898 of 21018 functions)
  • lines: 50.3% (53919 of 107202 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
25de75b at 2024-06-26T17:03:48.987Z :recycle:

@bayandin bayandin reopened this Jun 26, 2024
@VladLazar VladLazar requested a review from bayandin June 26, 2024 15:40
Copy link
Member

@bayandin bayandin left a comment

Choose a reason for hiding this comment

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

pgbench still fails, but now with SSL error, we'll continue debugging in #8167

Copy link
Contributor

@problame problame left a comment

Choose a reason for hiding this comment

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

sha256 matches

Just want to reiterate that 1.1.1w is EOL, so, this doesn't resolve https://github.com/neondatabase/cloud/issues/14526

@bayandin
Copy link
Member

Just want to reiterate that 1.1.1w is EOL, so, this doesn't resolve https://github.com/neondatabase/cloud/issues/14526

Probably, we'll be able to bump openssl after switching to bookworm

@VladLazar VladLazar enabled auto-merge (squash) June 26, 2024 16:51
@VladLazar VladLazar merged commit dd3adc3 into main Jun 26, 2024
123 checks passed
@VladLazar VladLazar deleted the vlad/use-openssl-1.1.1w branch June 26, 2024 17:27
conradludgate pushed a commit that referenced this pull request Jun 27, 2024
## Problem
We have seen numerous segfault and memory corruption issue for clients
using libpq and openssl 3.2.2. I don't know if this is a bug in openssl
or libpq. Downgrading to 1.1.1w fixes the issues for the storage
controller and pgbench.

## Summary of Changes:
Use openssl 1.1.1w instead of 3.2.2
bayandin added a commit that referenced this pull request Jun 28, 2024
bayandin added a commit that referenced this pull request Jul 1, 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.

None yet

3 participants