Skip to content

Commit ebcbce1

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 6de0767 commit ebcbce1

File tree

1 file changed

+2
-2
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+2
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ResourceState.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ private enum EventingState {
2222
PROCESSED_MARK_FOR_DELETION,
2323
/** Delete event present, from this point other events are not relevant */
2424
DELETE_EVENT_PRESENT,
25-
// todo we probably need an additional state for the case when procesing delete event
26-
// that fails we want to retry the delete event but meanwhile additional event is received
25+
/** */
26+
ADDITIONAL_EVENT_PRESENT_AFTER_DELETE_EVENT
2727
}
2828

2929
private final ResourceID id;

0 commit comments

Comments
 (0)