From 08ac6272fd6788c96e30ab35ec55d40ff9dd1088 Mon Sep 17 00:00:00 2001 From: dongmen <20351731+asddongmen@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:35:00 +0800 Subject: [PATCH] redo (ticdc): adjust s3 timeout to 15s (#7076) close pingcap/tiflow#6931 --- cdc/redo/writer/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdc/redo/writer/file.go b/cdc/redo/writer/file.go index 60a26b18227..9950eca37b4 100644 --- a/cdc/redo/writer/file.go +++ b/cdc/redo/writer/file.go @@ -46,7 +46,7 @@ const ( // It should be a multiple of the minimum sector size so that log can safely // distinguish between torn writes and ordinary data corruption. pageBytes = 8 * common.MinSectorSize - defaultS3Timeout = 3 * time.Second + defaultS3Timeout = 15 * time.Second ) var (