lilai23 opened a new pull request #773:
URL: https://github.com/apache/servicecomb-service-center/pull/773


   - 在之前的PR中,syncer增量同步是使用slice实现的一个增量队列,根据revision取出相应的增量队列进行同步,定时任务清除已同步的队列。
   
   - 
本次PR用channel取代slice实现增量队列,每个远端syncer对应一个channel来存放监听到的event数据,增量同步时对号入座取出同步数据,也不再需要清除队列的定时任务。
   
   - 为了保证增量数据不丢失,在syncer启动加入serf网络中时,触发全量同步的同时即创建对应的channel。
   
   - channel的实现不再需要revision,从event中移除


----------------------------------------------------------------
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.

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


Reply via email to