Skip to content
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

flow control #1190

Closed
zhangjinpeng87 opened this issue Oct 19, 2016 · 0 comments
Closed

flow control #1190

zhangjinpeng87 opened this issue Oct 19, 2016 · 0 comments
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@zhangjinpeng87
Copy link
Member

If there are a lot of commands are waiting for scheduler latches, this might means that it is over the throughput of TiKV, in this situation TiDB will occurs many of i/o timeout error and will resend these commands, this may exacerbate the problem.
We need return TooBusy error to TiDB, and control the flow.

@zhangjinpeng87 zhangjinpeng87 self-assigned this Oct 19, 2016
@siddontang siddontang added the type/enhancement The issue or PR belongs to an enhancement. label Oct 19, 2016
iosmanthus pushed a commit to iosmanthus/tikv that referenced this issue Jan 4, 2024
* set network host for building

Signed-off-by: Ping Yu <yuping@pingcap.com>

* add debug info of dns

Signed-off-by: Ping Yu <yuping@pingcap.com>

* CARGO_NET_GIT_FETCH_WITH_CLI

Signed-off-by: Ping Yu <yuping@pingcap.com>

* install git

Signed-off-by: Ping Yu <yuping@pingcap.com>

* use mount type cache

Signed-off-by: Ping Yu <yuping@pingcap.com>

* fix cp

Signed-off-by: Ping Yu <yuping@pingcap.com>

* cache git

Signed-off-by: Ping Yu <yuping@pingcap.com>

* fix path

Signed-off-by: Ping Yu <yuping@pingcap.com>

* remove buildx

Signed-off-by: Ping Yu <yuping@pingcap.com>

* remove debug

Signed-off-by: Ping Yu <yuping@pingcap.com>

* add comment for context

Signed-off-by: Ping Yu <yuping@pingcap.com>

---------

Signed-off-by: Ping Yu <yuping@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants