We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b494b56 commit e7429f8Copy full SHA for e7429f8
internal/datanode/data_node.go
@@ -80,8 +80,9 @@ const (
80
// ConnectEtcdMaxRetryTime is used to limit the max retry time for connection etcd
81
ConnectEtcdMaxRetryTime = 100
82
83
- // ImportCallTimeout is the timeout used in Import() method calls.
84
- ImportCallTimeout = 30 * time.Second
+ // ImportCallTimeout is the timeout used in Import() method calls
+ // This value is equal to RootCoord's task expire time
85
+ ImportCallTimeout = 15 * 60 * time.Second
86
)
87
88
var getFlowGraphServiceAttempts = uint(50)
0 commit comments