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

[HUDI-5882] Close table metadata and file system view instances in Metadata Table Validator #8106

Merged
merged 1 commit into from Mar 7, 2023

Conversation

yihua
Copy link
Contributor

@yihua yihua commented Mar 7, 2023

Change Logs

This PR improves the Metadata Table Validator (HoodieMetadataTableValidator) to properly close the table metadata and file system view instances used by the HoodieMetadataValidationContext.

Impact

Avoids memory leaks due to the open metadata and file system view readers.
The change has been tested and the functionality is not affected.

Risk level

low

Documentation Update

N/A

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@yihua yihua added the metadata metadata table label Mar 7, 2023
@apache apache deleted a comment from hudi-bot Mar 7, 2023
@hudi-bot
Copy link

hudi-bot commented Mar 7, 2023

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@yihua yihua merged commit c3bfd12 into apache:master Mar 7, 2023
nsivabalan pushed a commit to nsivabalan/hudi that referenced this pull request Mar 18, 2023
…tadata Table Validator (apache#8106)

This commit improves the Metadata Table Validator (`HoodieMetadataTableValidator`) to properly close the table metadata and file system view instances used by the `HoodieMetadataValidationContext`.
fengjian428 pushed a commit to fengjian428/hudi that referenced this pull request Apr 5, 2023
…tadata Table Validator (apache#8106)

This commit improves the Metadata Table Validator (`HoodieMetadataTableValidator`) to properly close the table metadata and file system view instances used by the `HoodieMetadataValidationContext`.
stayrascal pushed a commit to stayrascal/hudi that referenced this pull request Apr 20, 2023
…tadata Table Validator (apache#8106)

This commit improves the Metadata Table Validator (`HoodieMetadataTableValidator`) to properly close the table metadata and file system view instances used by the `HoodieMetadataValidationContext`.
KnightChess pushed a commit to KnightChess/hudi that referenced this pull request Jan 2, 2024
…tadata Table Validator (apache#8106)

This commit improves the Metadata Table Validator (`HoodieMetadataTableValidator`) to properly close the table metadata and file system view instances used by the `HoodieMetadataValidationContext`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metadata metadata table
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants