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

[Fix][Connector-Hive] Fix connector hive memory leak problem #8637

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

sohurdc
Copy link
Contributor

@sohurdc sohurdc commented Feb 10, 2025

Purpose of this pull request

solve problem of hive memory leak.
the hive source config cannot hold field of ReadStrategy which need to close.
HiveSink hold the field of ReadStrategy is not properly as it has not close method, Although this is no problem.

Does this PR introduce any user-facing change?

no

How was this patch tested?

no

Check list

… hold field of ReadStrategy which need to close
@Hisoka-X Hisoka-X changed the title [Fix][Connector-Hive] hive memory leak, the hive source config cannot… [Fix][Connector-Hive] Fix connector hive memory leak problem Feb 11, 2025
Hisoka-X
Hisoka-X previously approved these changes Feb 11, 2025
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

LGTM. cc @hailin0

@Hisoka-X
Copy link
Member

Waiting ci passes.

… hold field of ReadStrategy which need to close
… hold field of ReadStrategy which need to close
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.

2 participants