-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] [connector-cdc-mysql] mysql connections and memory of jvm increased abnormally #5008
Comments
@happyboy1024 Is there a solution? I see this problem, too |
|
perfect |
@happyboy1024 Hi, have you found metaspace outof memory while using the zeta engine? Although I have found this problem, I have not found a good solution |
Sorry, I haven't found this problem at the moment. However, you can try to analyze this problem from the generation of dynamic classes and the loading of plugin jars. Of course, this is just my personal opinion, a better solution is to submit an issue, describing the problem in detail. |
…efore fetch task start (apache#5008)
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
* [Bug][connector-cdc-mysql] mysql connections and memory of jvm increased abnormally (#5008) * [bugfix][connector-cdc-mysql] reset the listener of binaryLogClient before fetch task start (#5008) * [Bugfix][Clickhouse] fix when the checkpoint triggers flush, the connection is closed, causing subsequent data writing to fail --------- Co-authored-by: dengjunjie <296442618@qq.com>
* [Bug][connector-cdc-mysql] mysql connections and memory of jvm increased abnormally (apache#5008) * [bugfix][connector-cdc-mysql] reset the listener of binaryLogClient before fetch task start (apache#5008) * [Bugfix][Clickhouse] fix when the checkpoint triggers flush, the connection is closed, causing subsequent data writing to fail --------- Co-authored-by: dengjunjie <296442618@qq.com>
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. |
…efore fetch task start (apache#5008)
Search before asking
What happened
During my use of the mysql-cdc, I discovered a phenomenon. Firstly, I need to explain my environment. My source and target are both MySQL, and I have a batch of inventory data. In the process of fully synchronizing inventory data, there will be no problem if no new data is added to the source database. But if during this period, I have a batch of new data that needs to be inserted into the source library, during which time the JVM memory and MySQL connections will continue to grow. When this process is long enough, it can cause JVM memory to approach the threshold, triggering GC, but GC cannot effectively release memory. At the same time, it will cause excessive consumption of MySql Connection pool.
SeaTunnel Version
seatunnel-2.3.2
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
No response
Java or Scala Version
Jdk11
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: