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

bugfix: when pgsql multi schema then channel not found #3879

Merged
merged 5 commits into from
Jul 23, 2021
Merged

bugfix: when pgsql multi schema then channel not found #3879

merged 5 commits into from
Jul 23, 2021

Conversation

jsbxyyx
Copy link
Member

@jsbxyyx jsbxyyx commented Jul 18, 2021

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes: #3591

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-commenter
Copy link

codecov-commenter commented Jul 18, 2021

Codecov Report

Merging #3879 (d9e3b34) into develop (5276c98) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #3879   +/-   ##
==========================================
  Coverage      40.79%   40.80%           
- Complexity      3057     3058    +1     
==========================================
  Files            681      681           
  Lines          22872    22874    +2     
  Branches        2839     2840    +1     
==========================================
+ Hits            9331     9334    +3     
  Misses         12671    12671           
+ Partials         870      869    -1     
Impacted Files Coverage Δ
...n/java/io/seata/rm/datasource/DataSourceProxy.java 45.45% <0.00%> (-1.43%) ⬇️
...n/src/main/java/io/seata/common/util/IdWorker.java 83.33% <0.00%> (+6.25%) ⬆️

Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

@lj2018110133
Copy link
Contributor

LGTM

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

@funky-eyes funky-eyes added this to the 1.5.0 milestone Jul 23, 2021
@funky-eyes funky-eyes merged commit 3a9f9d0 into apache:develop Jul 23, 2021
@wangtianmiao
Copy link

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

postgresql JDBC连接多Schema导致undo_log表无法清空
6 participants