Commit ebf7ebe
Fix alter pipe password check after restart for write-back sink.
Skip login lock for internal sessions used by pipe password validation,
and avoid ArrayIndexOutOfBounds when parsing user@ip keys during lock cleanup.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 0c25e53 commit ebf7ebe
2 files changed
Lines changed: 9 additions & 3 deletions
File tree
- iotdb-core/datanode/src/main/java/org/apache/iotdb/db
- auth
- protocol/session
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
0 commit comments