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

[hotfix-1158] fix load hive jdbc dirver dead lock when parll load with mysql jdbc #1215

Merged
merged 25 commits into from
Sep 6, 2022

Conversation

mukekein
Copy link
Contributor

@mukekein mukekein commented Sep 5, 2022

Purpose of this pull request

fix load hive jdbc dirver dead lock when parll load with mysql jdbc

Which issue you fix

Fixes # (#1158 ).

Checklist:

  • I have executed the 'mvn spotless:apply' command to format my code.
  • I have a meaningful commit message (including the issue id, the template of commit message is '[label-type-#issue-id][fixed-module] a meaningful commit message.')
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have checked my code and corrected any misspellings.
  • My commit is only one. (If there are multiple commits, you can use 'git squash' to compress multiple commits into one.)

whiletrue and others added 25 commits September 14, 2021 20:44
更新接口文档中参数column,mode,batchSize与代码不一致的地方
fix doc
fix(doc): fix doc

fix doc
fix postgre jdbc upsert mode has not been filtered primary key.
…fixSinkValues

[fix][connectors redis]redis sink values保留字段类型方便反序列化
修改git clone地址
# Conflicts:
#	docs/quickstart.md
#	flinkx-connectors/flinkx-connector-postgresql/src/main/java/com/dtstack/flinkx/connector/postgresql/dialect/PostgresqlDialect.java
#	flinkx-connectors/flinkx-connector-redis/src/main/java/com/dtstack/flinkx/connector/redis/converter/RedisColumnConverter.java
Copy link
Member

@FlechazoW FlechazoW left a comment

Choose a reason for hiding this comment

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

I think is ok.

@kinoxyz1
Copy link
Member

kinoxyz1 commented Sep 6, 2022

very nice.

@FlechazoW FlechazoW merged commit a2ce79f into DTStack:master Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
9 participants