Skip to content

Commit

Permalink
[ISSUE #5413] Modify AutoSwitchHAClient currentReceivedEpoch attribut…
Browse files Browse the repository at this point in the history
…e long type to int
  • Loading branch information
mxsm committed Oct 31, 2022
1 parent 6af6fed commit 527704d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class AutoSwitchHAClient extends ServiceThread implements HAClient {
/**
* Current epoch
*/
private volatile long currentReceivedEpoch;
private volatile int currentReceivedEpoch;

public AutoSwitchHAClient(AutoSwitchHAService haService, DefaultMessageStore defaultMessageStore,
EpochFileCache epochCache) throws IOException {
Expand Down

0 comments on commit 527704d

Please sign in to comment.