Skip to content

Commit

Permalink
Make mailboxExecutorAdapter transient.
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjiangzhang2 committed Aug 29, 2022
1 parent d04ac98 commit 29b3d89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class CompactFunction extends ProcessFunction<CompactionPlanEvent, Compac
* It's the same thread that runs processElement. Use this executor to send compaction commit events to downstream,
* avoiding collector.collect being called asynchronously.
*/
private final MailboxExecutorAdapter mailboxExecutorAdapter;
private final transient MailboxExecutorAdapter mailboxExecutorAdapter;

public CompactFunction(Configuration conf, MailboxExecutorAdapter mailboxExecutorAdapter) {
this.conf = conf;
Expand Down

0 comments on commit 29b3d89

Please sign in to comment.