We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jira Link: DB-9935
causing timeouts from CQL -> docdb by
dev-server-amitanand2:~/code/yugabyte-db/build [2.21.1.0-b63|✚ 3⚑ 1] 04:25 $ latest/bin/yb-ts-cli -server_address 127.0.0.2:9100 set_flag -force client_read_write_timeout_ms 1 dev-server-amitanand2:~/code/yugabyte-db/build [2.21.1.0-b63|✚ 3⚑ 1] 04:29 $ latest/bin/yb-ts-cli -server_address 127.0.0.1:9100 set_flag -force client_read_write_timeout_ms 1 dev-server-amitanand2:~/code/yugabyte-db/build [2.21.1.0-b63|✚ 3⚑ 1] 04:29 $
does not Update the metrics.
This is likely because we exit early at https://phorge.dev.yugabyte.com/source/yugabyte-db/browse/master/src/yb/yql/cql/ql/exec/executor.cc$1919
We should update the metrics even if the call fails/timesout
kind/bug
The text was updated successfully, but these errors were encountered:
m-iancu
No branches or pull requests
Jira Link: DB-9935
Description
causing timeouts from CQL -> docdb by
does not Update the metrics.
This is likely because we exit early at https://phorge.dev.yugabyte.com/source/yugabyte-db/browse/master/src/yb/yql/cql/ql/exec/executor.cc$1919
We should update the metrics even if the call fails/timesout
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: