Skip to content

Commit

Permalink
[fix][test] Fix the compilation issue introduced in apache#20597
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b6d1c9)
  • Loading branch information
liangyepianzhou authored and nicoloboschi committed Jul 17, 2023
1 parent 0b03570 commit b8b5762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public PersistentReplicator(PersistentTopic topic, ManagedCursor cursor, String
replicationClient);
this.topic = topic;
this.cursor = cursor;
this.expiryMonitor = new PersistentMessageExpiryMonitor(localTopic,
this.expiryMonitor = new PersistentMessageExpiryMonitor((PersistentTopic) localTopic,
Codec.decode(cursor.getName()), cursor, null);
HAVE_PENDING_READ_UPDATER.set(this, FALSE);
PENDING_MESSAGES_UPDATER.set(this, 0);
Expand Down

0 comments on commit b8b5762

Please sign in to comment.