Closed
Conversation
close tikv#9765 Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
Signed-off-by: tier-cap <zhengxiaojin@pingcap.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
close tikv#12161 Signed-off-by: tabokie <xy.tao@outlook.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
close tikv#12235, ref tikv#12236 Shouldn't report config related errors when bucket is disabled. Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
close tikv#12218 Use the results returned by the cpu limiter directly without extra processing Signed-off-by: Xintao <hunterlxt@live.com>
Signed-off-by: linning <linningde25@gmail.com>
…2152) close tikv#11915 tikv_worker_pending_task_total is a gauge. We should directly use its value to represent the pending tasks instead of using rate(). This PR removes the rate() on these metrics. Signed-off-by: Yilin Chen <sticnarf@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
close tikv#12234 Signed-off-by: mornyx <mornyx.z@gmail.com> Co-authored-by: Zhenchi <zhongzc_arch@outlook.com>
…cost (tikv#12264) Signed-off-by: Xintao <hunterlxt@live.com>
Signed-off-by: qupeng <qupeng@pingcap.com>
…eeded (tikv#12251) close tikv#12232 raftstore: only persist merge target if the merge is known to be succeeded Signed-off-by: linning <linningde25@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
close tikv#12240 split the initializer from the endpoint Signed-off-by: hi-rustin <rustin.liu@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
…ikv#12280) Signed-off-by: Yilin Chen <sticnarf@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
close tikv#12238, ref tikv#12238 Signed-off-by: tabokie <xy.tao@outlook.com> Co-authored-by: Xintao <hunterlxt@live.com>
close tikv#12269, ref tikv#12269 Signed-off-by: tabokie <xy.tao@outlook.com>
close tikv#12198, close tikv#12202 update grpcio to fix UAF Signed-off-by: Jay Lee <BusyJayLee@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
…v#12270) close tikv#11439 Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
Signed-off-by: tabokie <xy.tao@outlook.com>
close tikv#11379, close tikv#11598, close tikv#12107 when memory usage is high water, add flow control on the append log entries. disable log entry cache evict functions. Signed-off-by: tier-cap <zhengxiaojin@pingcap.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
close tikv#12014 Signed-off-by: Jayice <1185430411@qq.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io> Co-authored-by: disksing <i@disksing.com>
close tikv#12046 If a read index request travel too long in the network, a leader may receive the request it sent when it's still follower and break the strict order pending read assumption. This PR solves the problem by ignoring invalid read states. It also adds a defense check to ignore all ReadIndex messages when it's sent by current leader. Signed-off-by: Jay Lee <BusyJayLee@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
ref tikv#11965 * Add `causal_ts` component for causal timestamp generation & management. * Implement causal timestamp provider from "batch" TSO from PD (see `causal_ts::BatchTsoProvider`). * Append timestamp to keys of RawKV in `QueryObserver.pre_propose_query`. * Setup causal timestamp observer when API V2 enabled (comment out) Signed-off-by: pingyu <yuping@pingcap.com> Signed-off-by: Andy Lok <andylokandy@hotmail.com> Co-authored-by: Andy Lok <andylokandy@hotmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
close tikv#12257 Signed-off-by: glorv <glorvs@163.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: qi.xu <tonxuqi@outlook.com>
…v#12328) Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
close tikv#12322 Use generic to reduce duplicated code and extract KvEngineFactory for reuse in tests and future usage. Signed-off-by: Jay Lee <BusyJayLee@gmail.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
ref tikv#11965, ref tikv#12207 Add APIVersion as generic parameter of `Storage`. Signed-off-by: pingyu <yuping@pingcap.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note