-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Closed]Adapt to TiKV's raft grpc message filter #416
Conversation
close tikv#16818 Fix duplicated keys returned scanning locks. Signed-off-by: cfzjywxk <[email protected]>
…ikv#18095) close tikv#18117 Introduce a new field `use_one_pc` to the `Lock` struct to indicate whether the txn uses 1pc, and use it to prevent locks from being skipped when reading with max-ts. Signed-off-by: zyguan <[email protected]>
…8099) ref tikv#15990 * Increase task wait metrics upper limit from 2.5s to 42s to capture long task wait records that are crucial for investigating high latency issues * Add description for end-point-memory-quota configuration Signed-off-by: Neil Shen <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ref tikv#14474 Fix the request source check logic for external or internal Signed-off-by: cfzjywxk <[email protected]>
…ikv#18102) close tikv#17995 Address clock-skew issues. Signed-off-by: lucasliang <[email protected]>
close tikv#18125 Fix incorrect mapped allocation per thread metric Not all thread builders are hooked by `thread_allocate_exclusive_arena`, so some threads are using shared arena, causing incorrect per thread allocation. Signed-off-by: Connor1996 <[email protected]>
close tikv#18111 Support scalar function from_unixtime in tikv Signed-off-by: wshwsh12 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
close tikv#18113 Support customized raft message rejection logic Signed-off-by: Calvin Neo <[email protected]> Signed-off-by: Calvin Neo <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Co-authored-by: glorv <[email protected]>
Signed-off-by: MyonKeminta <[email protected]> Signed-off-by: ekexium <[email protected]> Signed-off-by: Calvin Neo <[email protected]> Co-authored-by: MyonKeminta <[email protected]> Co-authored-by: ekexium <[email protected]>
Signed-off-by: Calvin Neo <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Signed-off-by: Calvin Neo <[email protected]>
What is changed and how it works?
Issue Number: Close #xxx
What's Changed:
TiFlashGrpcMessageFilter
that will reject msgAppend and snapshot, once the memory reaches high waterRelated changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note