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

[#1953] [#1946] [#1941] [#1920] [#1910] improment(trino): make version atomic to keep thread safe #2139

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

coolderli
Copy link
Collaborator

@coolderli coolderli commented Feb 7, 2024

What changes were proposed in this pull request?

close #1953 #1946 #1941 #1920 #1910

Why are the changes needed?

Fix: #1953 #1946 #1941 #1920 #1910

Does this PR introduce any user-facing change?

  • no

How was this patch tested?

  • ut

@coolderli coolderli changed the title [#1953] improment(trino): make version atomic to keep thread safe [#1953] [#1946] [#1941] [#1920] [#1910] improment(trino): make version atomic to keep thread safe Feb 7, 2024
@yuqi1129 yuqi1129 requested a review from diqiu50 February 7, 2024 16:27
@justinmclean
Copy link
Member

@jerryshao looks fine to me, what do you think?

@yuqi1129
Copy link
Contributor

yuqi1129 commented Feb 9, 2024

@diqiu50
IMO, the version can be changed at the same time. What do you think?

@coolderli
Copy link
Collaborator Author

@jerryshao @yuqi1129 @diqiu50 Any further comment about this? Thanks.

@diqiu50
Copy link
Contributor

diqiu50 commented Feb 20, 2024

@diqiu50 IMO, the version can be changed at the same time. What do you think?

The version is used exclusively by the load catalog thread. Changing it to atomic would be better.

@yuqi1129 yuqi1129 merged commit b29a7cc into apache:main Feb 20, 2024
5 checks passed
@YxAc
Copy link
Contributor

YxAc commented Feb 23, 2024

I noticed that #1946 #1941 #1920 #1910 have not been closed yet, can you deal with them when you are free? @justinmclean @diqiu50 @yuqi1129

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.

[Improvement] Possible thread issue in PostgreSQLConnectorAdapter.java
5 participants