The Wayback Machine - https://web.archive.org/web/20210713091654/https://github.com/topics/distributed-sql-database
Skip to content
#

distributed-sql-database

Here are 12 public repositories matching this topic...

yugabyte-db
amitanandaiyer
amitanandaiyer commented Jul 1, 2021

Flush/Compact requests to the tServer are rpcs that are expected to take a long time. It does not make sense for these to use the same deadline (20s) and num_retries as other async_rpc_tasks.

We should have these tasks override these settings; similar to what BackfillChunk does to give itself more time; and also to disble/reduce retries in the case of flush/compact.

Without having this, we

imotai
imotai commented Jul 6, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered

Improve this page

Add a description, image, and links to the distributed-sql-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-sql-database topic, visit your repo's landing page and select "manage topics."

Learn more