You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meta server needs a cheap way to ensure the Datanode servers hold the correct Writable Region and Read-only Region. Due to all metadata mutation should be executed via meta server leader in distribution mode, we can utilize this character to cache all metadata in the meta server's memory.
Steps
Reclaim Mutation permissions
Introduce the ReadonlyKvBackend for Frontend and Datanode.
What type of enhancement is this?
Performance, Refactor, Tech debt reduction
What does the enhancement do?
The meta server needs a cheap way to ensure the Datanode servers hold the correct
Writable Region
andRead-only Region
. Due to all metadata mutation should be executed via meta server leader in distribution mode, we can utilize this character to cache all metadata in the meta server's memory.Steps
Reclaim Mutation permissions
Introduce theReadonlyKvBackend
for Frontend and Datanode.create database
in procedure #2601Enable
LeaderCachedKvStore
initializing
stage for caching key-valueReject requests during theinitializing
stageImplementation challenges
No response
The text was updated successfully, but these errors were encountered: