Skip to content

[INLONG-10189][Agent] Handling SDK initialization exceptions#10190

Merged
dockerzhang merged 4 commits intoapache:masterfrom
justinwwhuang:b10189
May 13, 2024
Merged

[INLONG-10189][Agent] Handling SDK initialization exceptions#10190
dockerzhang merged 4 commits intoapache:masterfrom
justinwwhuang:b10189

Conversation

@justinwwhuang
Copy link
Copy Markdown
Contributor

@justinwwhuang justinwwhuang commented May 12, 2024

Fixes #10189

Motivation

Handling data proxy SDK initialization exceptions

Modifications

1 Add instance heartbeat timeout detection
2 Clean up timeout instances and wait for retry
3 Move the source startup operation from the initialization function to the main Instance thread

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.13.0 milestone May 12, 2024
@justinwwhuang justinwwhuang self-assigned this May 12, 2024
@dockerzhang dockerzhang merged commit 61d2b74 into apache:master May 13, 2024
@justinwwhuang justinwwhuang deleted the b10189 branch May 14, 2024 06:20
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] There is a risk of agent getting stuck after SDK initialization exception

3 participants