Commit 70f4e7c
authored
Move ClusterApplierService assertion after logging exception (#132446)
#120087 moved the assertion to the beginning of the catch block, before the warning log message.
To ease future development, this PR moves the assertion back, so the warning will be available in the logs if a dev unexpectedly runs into this assertion.1 parent 311a722 commit 70f4e7c
File tree
1 file changed
+3
-3
lines changed- server/src/main/java/org/elasticsearch/cluster/service
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | 472 | | |
476 | 473 | | |
477 | 474 | | |
| |||
492 | 489 | | |
493 | 490 | | |
494 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
0 commit comments