Commit c9c882f
committed
refactor: Update shutdown watchdog timeout handling in SparkSQLEngine
- Changed the shutdown watchdog timeout configuration from minutes to milliseconds for more precise control.
- Updated related logging messages to reflect the new timeout unit.
- Adjusted the default value in KyuubiConf to align with the new configuration format.1 parent c2868d2 commit c9c882f
3 files changed
Lines changed: 7 additions & 12 deletions
File tree
- docs/configuration
- externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark
- kyuubi-common/src/main/scala/org/apache/kyuubi/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
| 231 | + | |
| 232 | + | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | 245 | | |
251 | | - | |
| 246 | + | |
252 | 247 | | |
253 | 248 | | |
254 | 249 | | |
255 | 250 | | |
256 | 251 | | |
257 | | - | |
| 252 | + | |
258 | 253 | | |
259 | 254 | | |
260 | | - | |
| 255 | + | |
261 | 256 | | |
262 | 257 | | |
263 | 258 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1793 | 1793 | | |
1794 | 1794 | | |
1795 | 1795 | | |
1796 | | - | |
| 1796 | + | |
1797 | 1797 | | |
1798 | 1798 | | |
1799 | 1799 | | |
| |||
0 commit comments