Commit efd41c5
authored
Remove FailedToCommitClusterStateException Check (elastic#135846)
Removes a check on `FailedToCommitClusterStateException`
with a message "node closed" inside 1QueryableBuiltInRolesSynchronizer
.isExpectedFailure1 since this exception was changed to a
1NotMasterException1 inside elastic#135008
Relates to: ES-130611 parent c3ae278 commit efd41c5
File tree
1 file changed
+1
-3
lines changed- x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/support
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
309 | 308 | | |
310 | 309 | | |
311 | 310 | | |
312 | | - | |
313 | | - | |
| 311 | + | |
314 | 312 | | |
315 | 313 | | |
316 | 314 | | |
| |||
0 commit comments