Commit 1050622
[ZEPPELIN-6400] Handle time unit suffixes in InterpreterLauncher.getConnectTimeout
ZeppelinConfiguration parsed time values like "600s" internally, but
after switching to Properties, the raw string is passed directly.
Add parseTimeValue() to handle "s" (seconds) and "ms" (milliseconds)
suffixes in timeout configuration values.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 03a602a commit 1050622
File tree
1 file changed
+17
-2
lines changed- zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/launcher
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
69 | 84 | | |
70 | 85 | | |
71 | 86 | | |
| |||
0 commit comments