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 authored and drpmma committed Feb 21, 2023
1 parent 199ef05 commit e74e571
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 e74e571

Please sign in to comment.