-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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][io] Upgrade mssql server docker tag in DebeziumMsSqlContainer #23318
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Technoboy-
approved these changes
Sep 19, 2024
This reverts commit 840cbc9.
nikhil-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Sep 19, 2024
…pache#23318) (cherry picked from commit a875deb) (cherry picked from commit 4a05d51)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Sep 19, 2024
…pache#23318) (cherry picked from commit a875deb) (cherry picked from commit 4a05d51)
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Oct 10, 2024
…pache#23318) (cherry picked from commit a875deb)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-picked/branch-2.10
cherry-picked/branch-2.11
cherry-picked/branch-3.0
cherry-picked/branch-3.1
cherry-picked/branch-3.2
cherry-picked/branch-3.3
doc-not-needed
Your PR changes do not impact docs
ready-to-test
release/2.10.7
release/2.11.5
release/3.0.7
release/3.1.4
release/3.2.5
release/3.3.2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Pulsar CI is currently broken. The "CI - System - Pulsar IO" build job fails due to this error:
full log: https://gist.github.com/lhotari/74c83c63fb35b8cbbaf7c7069bb34f5c
example from https://github.com/apache/pulsar/actions/runs/10929216073/job/30353613796?pr=23275#step:12:10186
It seems that crashes started with new GitHub Ubuntu Runner VM version, https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240915.1 . Linux kernel goes from 6.5.0-1025-azure to 6.8.0-1014-azure.
Another alternative is to switch to use ubuntu-20.04 runner.
Modifications
2019-CU12-ubuntu-20.04
to2019-CU28-ubuntu-20.04
in DebeziumMsSqlContainer/opt/mssql-tools/bin/sqlcmd
to/opt/mssql-tools18/bin/sqlcmd
since the path has changed in the more recent container version.-C
(trust server certificate) option to sqlcmd since encryption is mandatory by default.-C
is explained in several issue comments (1, 2)Documentation
doc
doc-required
doc-not-needed
doc-complete