yugabyte/yugabyte-db

[YSQL] Investigate whether we can retry COPY command internally on read restart errors.

pao214 opened this issue · 0 comments

Jira Link: DB-11987

Description

Motivation

The general recommendation that we provide to users on ysql_output_buffer_size does not apply to COPY commands. COPY commands do not have enough output to cross the buffer size. For this reason, we should look into enabling retries for the COPY command too.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.