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

   <!-- Prepare a Pull Request
   Change the title of pull request refer to the following example:
     [INLONG-XYZ][Component] Title of the pull request 
   -->
   
   <!-- Specify the issue this pull request going to fix.
   The following *XYZ* should be replaced by the actual [GitHub 
Issue](https://github.com/apache/inlong/issues) number)-->
   
   Fixes #10601
   
   ### Motivation
   
   Optimize the agent task configuration process
   
   ### Modifications
   
   1.Add a version number to the agent configuration pull interface to control 
whether the task needs to be changed, in order to prevent inconsistent 
configuration pulled by the agent from the manager when the manager is in 
multiple clusters.
   2.Optimize the agent configuration pull process, unify task configurations 
into one table, and the agent pull interface only operates on this table to 
prevent low pull efficiency caused by multi table queries.
   3.Agent cache is scheduled to pull in batches from the database to prevent 
cache breakdown.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to