Commit ef78e72
committed
refactor: Remove shutdown watchdog method and related test from SparkSQLEngine and ThreadDumpUtils
- Deleted the `stopShutdownWatchdog` method from SparkSQLEngine to simplify the shutdown process.
- Removed the test for `installShutdownHook` in ThreadDumpUtils, streamlining the test suite by eliminating outdated tests.1 parent 534d8e9 commit ef78e72
2 files changed
Lines changed: 0 additions & 25 deletions
File tree
- externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark
- kyuubi-common/src/test/scala/org/apache/kyuubi/util
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 292 | | |
308 | 293 | | |
309 | 294 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 55 | | |
66 | 56 | | |
67 | 57 | | |
| |||
0 commit comments