Skip to content

2.23.1.0-b118

Summary:
Upgrade version to 2.2.0.0-b5

Adds to changes:

# YBC commit: https://github.com/yugabyte/ybc/pull/167

- ISSUE
Longer running backups fail after hitting:
Exception: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: ClientCall started after CallOptions deadline was exceeded -4.925995153 seconds ago. Name resolution delay 0.000000000 seconds.

The grpc calls fail with DEADLINE_EXCEEDED exactly after 20 minutes which is the default deadline timeout.

- FIX
The fix is to make the deadline per-rpc instead of it being per-client.

# YBC commit: https://github.com/yugabyte/ybc/pull/168

- ISSUE
YBDB PR: https://phorge.dev.yugabyte.com/D37010#change-zwzWSOdH4VDT removed non-transaction based snapshot code flows entirely. This led to removal of a proto request param set_transaction_aware which YBC was using.

- FIX
Remove the param from YBC code flow and re-add deprecated version of the param

Test Plan: dev itests

Reviewers: kkg

Reviewed By: kkg

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D37726
Assets 2
Loading