-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up options used in store/tikv
#24302
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced Apr 26, 2021
This was referenced Apr 28, 2021
This was referenced May 7, 2021
This was referenced May 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a tracking issue of the big task #22513
The options (
store/tikv/kv/option.go
) have now been moved tostore/tikv
. However, this usage pattern of options was created due to the limitations of TiDB and now we have a large number of direct references to these enumerations in other packages of tidb. We would like to move the usage of options out ofstore/tikv
.Specifically we need to:
store/tikv
)store/driver/txn
.You may refer to the technique we used in #23873 as an example.
The text was updated successfully, but these errors were encountered: