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

feat(split): add app_env split_validate_partition_hash #745

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

hycdong
Copy link
Contributor

@hycdong hycdong commented Feb 2, 2021

During partition split, original partition will split into two parts. To avoid reading from wrong partition or writing into wrong partition, each read and write request should be checked if it is sent to the right partition. This pull request adds an app_env called SPLIT_VALIDATE_PARTITION_HASH, when partition split started, it will be set as true. How this app_env works will be implmented in further pull request.

@hycdong hycdong marked this pull request as ready for review February 2, 2021 06:03
@hycdong hycdong closed this Feb 2, 2021
@hycdong hycdong reopened this Feb 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants