Skip to content

Commit 7fcb0a0

Browse files
AbhishekKumar9984sgarg-CS
authored andcommitted
PLUGIN-1823: Retrying all SQLTransientExceptions
1 parent cc566bd commit 7fcb0a0

File tree

82 files changed

+2478
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2478
-132
lines changed

amazon-redshift-plugin/widgets/Redshift-batchsource.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,37 @@
156156
}
157157
}
158158
]
159+
},
160+
{
161+
"properties": [
162+
{
163+
"widget-type": "hidden",
164+
"label": "Initial Retry Duration (sec)",
165+
"name": "initialRetryDuration",
166+
"widget-attributes": {
167+
"default": 5,
168+
"minimum": 0
169+
}
170+
},
171+
{
172+
"widget-type": "hidden",
173+
"label": "Maximum Retry Duration (sec)",
174+
"name": "maxRetryDuration",
175+
"widget-attributes": {
176+
"default": 80,
177+
"minimum": 0
178+
}
179+
},
180+
{
181+
"widget-type": "hidden",
182+
"label": "Maximum Retry Count",
183+
"name": "maxRetryCount",
184+
"widget-attributes": {
185+
"default": 5,
186+
"minimum": 0
187+
}
188+
}
189+
]
159190
}
160191
],
161192
"outputs": [
@@ -228,7 +259,7 @@
228259
"name": "connection"
229260
}
230261
]
231-
},
262+
}
232263
],
233264
"jump-config": {
234265
"datasets": [

amazon-redshift-plugin/widgets/Redshift-connector.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,37 @@
6969
}
7070
}
7171
]
72+
},
73+
{
74+
"properties": [
75+
{
76+
"widget-type": "hidden",
77+
"label": "Initial Retry Duration (sec)",
78+
"name": "initialRetryDuration",
79+
"widget-attributes": {
80+
"default": 5,
81+
"minimum": 0
82+
}
83+
},
84+
{
85+
"widget-type": "hidden",
86+
"label": "Maximum Retry Duration (sec)",
87+
"name": "maxRetryDuration",
88+
"widget-attributes": {
89+
"default": 80,
90+
"minimum": 0
91+
}
92+
},
93+
{
94+
"widget-type": "hidden",
95+
"label": "Maximum Retry Count",
96+
"name": "maxRetryCount",
97+
"widget-attributes": {
98+
"default": 5,
99+
"minimum": 0
100+
}
101+
}
102+
]
72103
}
73104
],
74105
"outputs": []

aurora-mysql-plugin/widgets/AuroraMysql-action.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,37 @@
9090
}
9191
}
9292
]
93+
},
94+
{
95+
"properties": [
96+
{
97+
"widget-type": "hidden",
98+
"label": "Initial Retry Duration (sec)",
99+
"name": "initialRetryDuration",
100+
"widget-attributes": {
101+
"default": 5,
102+
"minimum": 0
103+
}
104+
},
105+
{
106+
"widget-type": "hidden",
107+
"label": "Maximum Retry Duration (sec)",
108+
"name": "maxRetryDuration",
109+
"widget-attributes": {
110+
"default": 80,
111+
"minimum": 0
112+
}
113+
},
114+
{
115+
"widget-type": "hidden",
116+
"label": "Maximum Retry Count",
117+
"name": "maxRetryCount",
118+
"widget-attributes": {
119+
"default": 5,
120+
"minimum": 0
121+
}
122+
}
123+
]
93124
}
94125
]
95126
}

aurora-mysql-plugin/widgets/AuroraMysql-batchsink.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,37 @@
116116
}
117117
}
118118
]
119+
},
120+
{
121+
"properties": [
122+
{
123+
"widget-type": "hidden",
124+
"label": "Initial Retry Duration (sec)",
125+
"name": "initialRetryDuration",
126+
"widget-attributes": {
127+
"default": 5,
128+
"minimum": 0
129+
}
130+
},
131+
{
132+
"widget-type": "hidden",
133+
"label": "Maximum Retry Duration (sec)",
134+
"name": "maxRetryDuration",
135+
"widget-attributes": {
136+
"default": 80,
137+
"minimum": 0
138+
}
139+
},
140+
{
141+
"widget-type": "hidden",
142+
"label": "Maximum Retry Count",
143+
"name": "maxRetryCount",
144+
"widget-attributes": {
145+
"default": 5,
146+
"minimum": 0
147+
}
148+
}
149+
]
119150
}
120151
],
121152
"outputs": [],

aurora-mysql-plugin/widgets/AuroraMysql-batchsource.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,37 @@
135135
}
136136
}
137137
]
138+
},
139+
{
140+
"properties": [
141+
{
142+
"widget-type": "hidden",
143+
"label": "Initial Retry Duration (sec)",
144+
"name": "initialRetryDuration",
145+
"widget-attributes": {
146+
"default": 5,
147+
"minimum": 0
148+
}
149+
},
150+
{
151+
"widget-type": "hidden",
152+
"label": "Maximum Retry Duration (sec)",
153+
"name": "maxRetryDuration",
154+
"widget-attributes": {
155+
"default": 80,
156+
"minimum": 0
157+
}
158+
},
159+
{
160+
"widget-type": "hidden",
161+
"label": "Maximum Retry Count",
162+
"name": "maxRetryCount",
163+
"widget-attributes": {
164+
"default": 5,
165+
"minimum": 0
166+
}
167+
}
168+
]
138169
}
139170
],
140171
"outputs": [

aurora-mysql-plugin/widgets/AuroraMysql-postaction.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,37 @@
105105
}
106106
}
107107
]
108+
},
109+
{
110+
"properties": [
111+
{
112+
"widget-type": "hidden",
113+
"label": "Initial Retry Duration (sec)",
114+
"name": "initialRetryDuration",
115+
"widget-attributes": {
116+
"default": 5,
117+
"minimum": 0
118+
}
119+
},
120+
{
121+
"widget-type": "hidden",
122+
"label": "Maximum Retry Duration (sec)",
123+
"name": "maxRetryDuration",
124+
"widget-attributes": {
125+
"default": 80,
126+
"minimum": 0
127+
}
128+
},
129+
{
130+
"widget-type": "hidden",
131+
"label": "Maximum Retry Count",
132+
"name": "maxRetryCount",
133+
"widget-attributes": {
134+
"default": 5,
135+
"minimum": 0
136+
}
137+
}
138+
]
108139
}
109140
]
110141
}

aurora-postgresql-plugin/widgets/AuroraPostgres-action.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,37 @@
7979
}
8080
}
8181
]
82+
},
83+
{
84+
"properties": [
85+
{
86+
"widget-type": "hidden",
87+
"label": "Initial Retry Duration (sec)",
88+
"name": "initialRetryDuration",
89+
"widget-attributes": {
90+
"default": 5,
91+
"minimum": 0
92+
}
93+
},
94+
{
95+
"widget-type": "hidden",
96+
"label": "Maximum Retry Duration (sec)",
97+
"name": "maxRetryDuration",
98+
"widget-attributes": {
99+
"default": 80,
100+
"minimum": 0
101+
}
102+
},
103+
{
104+
"widget-type": "hidden",
105+
"label": "Maximum Retry Count",
106+
"name": "maxRetryCount",
107+
"widget-attributes": {
108+
"default": 5,
109+
"minimum": 0
110+
}
111+
}
112+
]
82113
}
83114
]
84115
}

aurora-postgresql-plugin/widgets/AuroraPostgres-batchsink.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,37 @@
121121
}
122122
}
123123
]
124+
},
125+
{
126+
"properties": [
127+
{
128+
"widget-type": "hidden",
129+
"label": "Initial Retry Duration (sec)",
130+
"name": "initialRetryDuration",
131+
"widget-attributes": {
132+
"default": 5,
133+
"minimum": 0
134+
}
135+
},
136+
{
137+
"widget-type": "hidden",
138+
"label": "Maximum Retry Duration (sec)",
139+
"name": "maxRetryDuration",
140+
"widget-attributes": {
141+
"default": 80,
142+
"minimum": 0
143+
}
144+
},
145+
{
146+
"widget-type": "hidden",
147+
"label": "Maximum Retry Count",
148+
"name": "maxRetryCount",
149+
"widget-attributes": {
150+
"default": 5,
151+
"minimum": 0
152+
}
153+
}
154+
]
124155
}
125156
],
126157
"outputs": [],

aurora-postgresql-plugin/widgets/AuroraPostgres-batchsource.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,37 @@
124124
}
125125
}
126126
]
127+
},
128+
{
129+
"properties": [
130+
{
131+
"widget-type": "hidden",
132+
"label": "Initial Retry Duration (sec)",
133+
"name": "initialRetryDuration",
134+
"widget-attributes": {
135+
"default": 5,
136+
"minimum": 0
137+
}
138+
},
139+
{
140+
"widget-type": "hidden",
141+
"label": "Maximum Retry Duration (sec)",
142+
"name": "maxRetryDuration",
143+
"widget-attributes": {
144+
"default": 80,
145+
"minimum": 0
146+
}
147+
},
148+
{
149+
"widget-type": "hidden",
150+
"label": "Maximum Retry Count",
151+
"name": "maxRetryCount",
152+
"widget-attributes": {
153+
"default": 5,
154+
"minimum": 0
155+
}
156+
}
157+
]
127158
}
128159
],
129160
"outputs": [

aurora-postgresql-plugin/widgets/AuroraPostgres-postaction.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,37 @@
9494
}
9595
}
9696
]
97+
},
98+
{
99+
"properties": [
100+
{
101+
"widget-type": "hidden",
102+
"label": "Initial Retry Duration (sec)",
103+
"name": "initialRetryDuration",
104+
"widget-attributes": {
105+
"default": 5,
106+
"minimum": 0
107+
}
108+
},
109+
{
110+
"widget-type": "hidden",
111+
"label": "Maximum Retry Duration (sec)",
112+
"name": "maxRetryDuration",
113+
"widget-attributes": {
114+
"default": 80,
115+
"minimum": 0
116+
}
117+
},
118+
{
119+
"widget-type": "hidden",
120+
"label": "Maximum Retry Count",
121+
"name": "maxRetryCount",
122+
"widget-attributes": {
123+
"default": 5,
124+
"minimum": 0
125+
}
126+
}
127+
]
97128
}
98129
]
99130
}

0 commit comments

Comments
 (0)