You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/21 08:39:07 UTC

[GitHub] [iotdb] xingtanzjr opened a new pull request, #7388: build separate cache queue for MultiLeader log sync

xingtanzjr opened a new pull request, #7388:
URL: https://github.com/apache/iotdb/pull/7388

   ## Description
   Before this change, the `CacheQueue` is shared in follower side because we thought there is only one sender at the same time. 
   Let's say we have 3 peers named A、B、C. From our test, we found that sometimes the leader may changed occasionally between A and B. And C's cache queue may be shared by the requests from both A and B, which will led to out-of-order data with large time range overlap.
   
   We use separate cache queue to solve this issue.


-- 
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: reviews-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] JackieTien97 merged pull request #7388: [IOTDB-4392] build separate cache queue for MultiLeader log sync

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7388:
URL: https://github.com/apache/iotdb/pull/7388


-- 
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: reviews-unsubscribe@iotdb.apache.org

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