Commit ddd7c42
authored
fix: processor issue with cleanup resources (#2049)
* fix: processor issue with cleanup resources
if leader election not running delete event was not cleaning up state
Signed-off-by: Attila Mészáros <[email protected]>
* revert small change
Signed-off-by: Attila Mészáros <[email protected]>
---------
Signed-off-by: Attila Mészáros <[email protected]>1 parent 2aa8dfe commit ddd7c42
File tree
2 files changed
+18
-0
lines changed- operator-framework-core/src
- main/java/io/javaoperatorsdk/operator/processing/event
- test/java/io/javaoperatorsdk/operator/processing/event
2 files changed
+18
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
455 | 470 | | |
456 | 471 | | |
457 | 472 | | |
| |||
0 commit comments