Skip to content

Commit

Permalink
[hotfix] Add final modifier to taskName
Browse files Browse the repository at this point in the history
  • Loading branch information
1996fanrui authored and pnowojski committed Nov 4, 2022
1 parent 8e66be8 commit b0864c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ChannelStateCheckpointWriter {
private boolean allOutputsReceived = false;
private final RunnableWithException onComplete;
private final int subtaskIndex;
private String taskName;
private final String taskName;

ChannelStateCheckpointWriter(
String taskName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class ChannelStateWriteRequestDispatcherImpl implements ChannelStateWriteR
private final CheckpointStorageWorkerView streamFactoryResolver;
private final ChannelStateSerializer serializer;
private final int subtaskIndex;
private String taskName;
private final String taskName;

ChannelStateWriteRequestDispatcherImpl(
String taskName,
Expand Down

0 comments on commit b0864c8

Please sign in to comment.