You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/07/26 09:30:42 UTC

[GitHub] [inlong] kipshi opened a new pull request, #5223: [INLONG-5222][Manager] Add heartbeat Mechanism for Inlong component cluster

kipshi opened a new pull request, #5223:
URL: https://github.com/apache/inlong/pull/5223

   ### Prepare a Pull Request
   *(Change the title refer to the following example)*
   
   - Title Example: [INLONG-XYZ][Component] Title of the pull request
   
   *(The following *XYZ* should be replaced by the actual [GitHub Issue](https://github.com/apache/inlong/issues) number)*
   
   - Fixes #5222 
   
   ### Motivation
   
   ### Modifications
   
   1 Add heartbeat manager interface in Inlong common;
   
   2 Add heartbeat manager in Agent;
   
   3 Add heartbeat manager in Dataproxy;
   
   4 Optimize heartbeat mechanism in Manager, use Caffeine cache to manipulate evict node;
   
   5 Add inlong cluster Api in Manager Client;
   
   6 Add cluster tag in Agent Environment;
   
   7 Add cluster status and node status enums;
   
   8 Fix json parse exceptions;
   
   9 Add map, array, struct dataType;
   
   10 Add clusterTag in FileCollectorTask;
   
   ### 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
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a follow-up issue for adding the documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang commented on pull request #5223: [INLONG-5222][Manager] Add heartbeat Mechanism for Inlong component cluster

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on PR #5223:
URL: https://github.com/apache/inlong/pull/5223#issuecomment-1195268158

   please split into multi sub-tasks and PRs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] kipshi commented on pull request #5223: [INLONG-5222][Manager] Add heartbeat Mechanism for Inlong component cluster

Posted by GitBox <gi...@apache.org>.
kipshi commented on PR #5223:
URL: https://github.com/apache/inlong/pull/5223#issuecomment-1202383682

   Already finished by another pr;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] kipshi closed pull request #5223: [INLONG-5222][Manager] Add heartbeat Mechanism for Inlong component cluster

Posted by GitBox <gi...@apache.org>.
kipshi closed pull request #5223: [INLONG-5222][Manager] Add heartbeat Mechanism for Inlong component cluster
URL: https://github.com/apache/inlong/pull/5223


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org