distributed-sql-database
Here are 12 public repositories matching this topic...
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
-
Updated
Jul 13, 2021 - Java
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
-
Updated
Jun 18, 2021 - Java
-
Updated
Jul 13, 2021 - Java
-
Updated
Jun 16, 2021 - Java
-
Updated
Jul 1, 2021 - Java
-
Updated
Nov 9, 2020
-
Updated
Aug 22, 2015
-
Updated
Oct 22, 2020 - Shell
-
Updated
Dec 28, 2018 - Java
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.
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."


The first constructor of SelectStatementContext are used for test case only.
Please refactor the test cases to use the second constructor and remove the first one.