Skip to content

[INLONG-10749][Agent] Fix Instance store leak bug#10750

Merged
justinwwhuang merged 1 commit intoapache:masterfrom
justinwwhuang:b10749
Aug 5, 2024
Merged

[INLONG-10749][Agent] Fix Instance store leak bug#10750
justinwwhuang merged 1 commit intoapache:masterfrom
justinwwhuang:b10749

Conversation

@justinwwhuang
Copy link
Contributor

@justinwwhuang justinwwhuang commented Aug 5, 2024

Fixes #10749

Motivation

After the task is deleted, the instance records of the local database may be leaked

Modifications

After the task is deleted, the instance local record will be cleared after timeout

Verifying this change

(Please pick either of the following options)

  • This change is a trivial rework/code cleanup without any test coverage.

  • This change is already covered by existing tests, such as:
    (please describe tests)

  • This change added tests and can be verified as follows:

    (example:)

    • Added integration tests for end-to-end deployment with large payloads (10MB)
    • Extended integration test for recovery after broker failure

Documentation

No doc needed

@justinwwhuang justinwwhuang added this to the 1.14.0 milestone Aug 5, 2024
@justinwwhuang justinwwhuang self-assigned this Aug 5, 2024
@justinwwhuang justinwwhuang merged commit 7edfffd into apache:master Aug 5, 2024
@justinwwhuang justinwwhuang deleted the b10749 branch August 6, 2024 07:00
emptyOVO pushed a commit to emptyOVO/inlong that referenced this pull request Aug 15, 2024
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.

[Improve][Agent] Local DB instance records may leak

3 participants