-
Notifications
You must be signed in to change notification settings - Fork 530
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
[INLONG-7987][Manager] Add heartbeat timeout status to the source #7989
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job
...ager-service/src/main/java/org/apache/inlong/manager/service/heartbeat/HeartbeatManager.java
Outdated
Show resolved
Hide resolved
...ager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java
Outdated
Show resolved
Hide resolved
...ager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java
Show resolved
Hide resolved
a48e5c3
to
dbffce6
Compare
...r-service/src/main/java/org/apache/inlong/manager/service/source/AbstractSourceOperator.java
Outdated
Show resolved
Hide resolved
inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
Show resolved
Hide resolved
inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
Outdated
Show resolved
Hide resolved
inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
Outdated
Show resolved
Hide resolved
...manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/StreamSourceEntityMapper.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… long time by thread
…ache#7989) Co-authored-by: healchow <healchow@gmail.com>
Prepare a Pull Request
Motivation
Add a heartBeatTimeout status to the source.
Modifications
Add a heartBeatTimeout status to the source.