-
Notifications
You must be signed in to change notification settings - Fork 233
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
support find stores with tiflash_mpp label #481
Conversation
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
/hold |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
What about adding counter and duration metrics for the cache invalidation and loading. |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
To keep this pr clean, I will update metrics in the next pr(#509)~ Also |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
/merge |
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
Signed-off-by: guo-shaoge <shaoge1994@163.com>
Signed-off-by: guo-shaoge shaoge1994@163.com
close: #498
Related tidb pr: pingcap/tidb#33535
GetTiFlashMPPRPCContextByConsistentHash
and its related functions.onSendFail()
.ctx.Store.storeType == tikvrpc.TiFlash
to ctx.Store.storeType.IsTiFlashRelatedType()
.