Skip to content

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

Development

Successfully merging this pull request may close these issues.

目标端是hive的任务,且配置了垃圾数据收时有很大的几率任务会卡在Class.forName("org.apache.hive.jdbc.HiveDriver")

9 participants