Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

VertexCache will destroy the consistency of raft #530

Closed
cangfengzhs opened this issue Jul 21, 2021 · 1 comment · Fixed by #532
Closed

VertexCache will destroy the consistency of raft #530

cangfengzhs opened this issue Jul 21, 2021 · 1 comment · Fixed by #532

Comments

@cangfengzhs
Copy link

  1. When reading data from VertexCache, it does not check whether the current part is the leader.

  2. When the leader transLeader from part A to part B, and then transLeader to part A, the data in the cache and the data in kvstore may be different
    image

  3. When insert/update and read are executed concurrently, vertexCache may hold older data, which is different from that in kvstore.
    image

@critical27
Copy link
Contributor

critical27 commented Jul 21, 2021

👍 , long history, you could replace it with row cache later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants