Currently the builtin to create an LDR job takes a single pgurl of the source cluster. If the node behind that url goes down, the job will pause after retrying some number of times. It would be nice for the job creation to accept multiple urls (corresponding to a subset, or all, of the nodes on the source side), such that if one of the nodes fails, the job can be resumed by connecting to one of the surviving nodes.
Currently the builtin to create an LDR job takes a single pgurl of the source cluster. If the node behind that url goes down, the job will pause after retrying some number of times. It would be nice for the job creation to accept multiple urls (corresponding to a subset, or all, of the nodes on the source side), such that if one of the nodes fails, the job can be resumed by connecting to one of the surviving nodes.
Jira issue: CRDB-39648