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

[Bug][Sort] Infinite log growth causes insufficient disk space on sort-flink-v1.13(Mysql to Clickhouse) #9925

Closed
2 tasks done
XiaoYou201 opened this issue Apr 5, 2024 · 0 comments · Fixed by #9961
Closed
2 tasks done
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@XiaoYou201
Copy link
Contributor

XiaoYou201 commented Apr 5, 2024

What happened

Infinite log growth causes insufficient disk space

When I use inlong mysql cdc to clickhouse(ck), The taskmanager log has abnormal as follow picture description.

EOH97W5GT4ZK5 TDAUP TC5

H`XU}_C7}ML}~HLCTSF4(G

The log keeps printing the same message. This message should be printed when There is update or delete operation for ck and should not appear so many times.

When I use inlong web ui to run official test case through docker, several hours later, my disk is full.

image

But before run mysql to ck test case, my disk has enough space.

4_{X~QVVEHH%B9JZ7KBG$9V

What you expected to happen

  • Logs should not grow indefinitely.
  • Logs should not print out operations that do not exist

The above instructions are only for mysql to clickhouse

How to reproduce

mysql to clickhouse use two module as follow.

Mysql-cdc

I only tested mysql cdc module. It's log has not exception.

JDBC

The inlong use JDBC to connect clickhouse and execute operation(select, insert, update,delete...). I guess the implement of JDBC module has a little problem lead to this bug happen.So, I try to check JDBC module code.

Environment

Ubuntu 22.04
Docker Server Version: 25.0.3

InLong version

master

InLong Component

InLong Sort

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@XiaoYou201 XiaoYou201 added the type/bug Something is wrong label Apr 5, 2024
@XiaoYou201 XiaoYou201 changed the title [Bug][Sort] Infinite log growth causes insufficient disk space on sort-flink-v1.13 [Bug][Sort] Infinite log growth causes insufficient disk space on sort-flink-v1.13(Mysql to Clickhouse) Apr 5, 2024
@dockerzhang dockerzhang added this to the 1.12.0 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants